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

/*Cabezote Flash o de cualquier tipo*/
#cabezote  {
	height: 250px;
} 

/*Contenedir Izquierdo de la pagina*/
#lado_izq {
	float: left;
	width: 200px;
}

/*Contenidos Generales*/
#mainContent {
	margin: 10px 20px 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: 93px;
	color: #FFFFFF;
} 

/*Logos*/
#logos{
	text-align: center;
	width: 301px;
	float: left;
	padding-top: 0px;
}

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

/*Pie Administre su WEb*/
#admweb{
	text-align: center;
	width: 80px;
	float: right;
	padding-top: 25px;
}

/*Noticias*/
#noticias {
}

/*Titulos de las noticias imagenes*/
#noticias h3 {
	background-image: url(img/t_noticias.jpg);
	background-repeat: no-repeat;
	height: 76px;
	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:37px;
	margin:0;
}
/*Imagen de los eventos*/
#eventos_top{
	background-image: url(img/top_calendario.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:37px;
	margin:0;
	margin-top: 10px;
}

#listas_top{
	background-image: url(img/top_listas.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:37px;
	margin:0;
	margin-top: 10px;
}
 /*Mitad de las Tablas*/
#tabla_middle{
	text-align: center;
}

#top_menu  {
	width: 500px;
	text-align: right;
	margin: 55px 0 0 63px;
} 

#top_item{
	float: left;
	margin: 0 20px 0 0;
}


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