/*Esquema de Contenidos*/
@charset "UTF-8";
/*Contenedor General*/
#container  {
	border: 1px solid #333333;
	text-align: justify;
	background-image: url(img/bg_menu.jpg);
	background-repeat: repeat-y;
	margin: auto;
	min-width:810px;
	background-color: #E5E1D8;
} 

/*Cabezote Flash o de cualquier tipo*/
#cabezote  {
	background-image: url(img/fondo.jpg);
	background-repeat: repeat-x;
	height: 183px;
} 

#flash  {
	height: 183px;
	width: 250px;
	float: left;
} 

/*Congreso Col*/
#congreso  {
	height: 139px;
	width: 158px;
	float: right;
	margin: 35px 10px 0 0;
} 
/*Contenedir Izquierdo de la pagina*/
#lado_izq {
	float: left;
	width: 199px;
	margin-top: 0px;
}

/*Contenedir Izquierdo de la pagina*/
#lado_der {
	float: right;
	width: 150px;
	margin-top: 0px;
	border-left: 1;
	border-left-style: dotted;
	border-left-color: #666666;
	border-left-width: thin;
}


/*Contenidos Generales*/
#mainContent {
	margin: 10px 170px 10px 230px;
} 

/*Limpia el salto de pagina*/
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Pie del Documento*/
#pie {
	padding-bottom: 10px;
	background-image: url(img/bg_pie.jpg);
	height: 80px;
	color: #E5E1D8;
} 

/*Datos del Pie de Pagina*/
#pie_cont {
	padding: 20px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 90px;
	color: #FFFFFF;
} 

/*Pie Administre su WEb*/
#admweb{
	text-align: center;
	width: 80px;
	float: right;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFFFFF;
	padding-top: 10px;
}

/*Noticias*/
#noticias {
}

/*Titulos de las noticias imagenes*/
#noticias h3 {
	background-image: url(img/t_noticias.jpg);
	background-repeat: no-repeat;
	height: 52px;
	background-position: center top;
}
/*Formato de las imagenes dentro de las noticias, color de Borde*/
#not_container img{
	margin: 0px 5px 5px 0px;
	border: thin solid #CCCCCC;
	border-width: 3px;
}
/*Pie de la Noticia*/
#not_pie {
	height: 29px;
	text-align: right;
	padding-right: 30px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: thin;
	border-left-width: 0px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}
/*Para quietarle el borde al boton de ampliar*/
#not_pie img{
	border-width: 0px;
}

/* Conenedores derechos*/
/*Imagen de la Encuesta*/
#encuesta_top{
	background-image: url(img/top_opinion.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:65px;
	margin:0;
}
/*Imagen de los eventos*/
#eventos_top{
	background-image: url(img/top_eventos.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:60px;
	margin:0;
	margin-top: 10px;
}
 /*Mitad de las Tablas*/
#tabla_middle{
	text-align: center;
}

#barra_menu  {
	background-image: url(img/menu_03.jpg);
	height: 54px;
} 

#top_menu{
	width: 610px;
	margin: auto;
}
#top_item{
	float: left;
	margin: 20px 20px 0 0;
}


/*Vinculos Generales*/
a.vinculo:link,
a.vinculo:visited{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	text-decoration: none;
}
a.vinculo:hover{
        color:#FF9900;
}
a.vinculo:active{
        color: #FFCC00;
}

