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

#cabezote  {
	background-image: url(img/bg_top.jpg);
	background-repeat: repeat-x;
	height: 251px;
} 
#menu_izq {
	float: left;
	width: 200px;
}

#cazo {
	float: left;
	width: 200px;
}

#mainContent {
	margin: 0 20px 10px 230px;
	text-align: center;
} 

.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;
} 

#pie_cont {
	padding: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-right: 210px;
	color: #FFFFFF;
} 

#admweb{
	text-align: center;
	width: 200px;
	float: right;
	border-left-width: thin;
	border-left-style: ridge;
	border-left-color: #FFFFFF;
}

/*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*/
#encuesta_top{
	background-image: url(img/top_opinion.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:81px;
	margin:0;
}

#eventos_top{
	background-image: url(img/top_eventos.jpg);
	background-repeat: no-repeat;
	width:200px;
	height:81px;
	margin:0;
	margin-top: 10px;
}

#tabla_middle{
	text-align: center;
}

/*Cabezote Top*/
#top_sup  {
	height: 98px;
	margin-top: 0px;
} 

#top_logo  {
	height: 83px;
	width: 136px;
	margin: 5px 0 0 20px;
	float: left;
} 

#top_fecha  {
	width: 200px;
	margin: 5px 0 0 65px;
} 

#top_intranet  {
	width: 200px;
	text-align: right;
	position: absolute;
	margin-left: 370px;
} 

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

/*Usiario Intranet*/
#top_user  {
	width: 380px;
	text-align: right;
	margin: 50px 0 0 110px;
} 

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

#top_container  {
	background-image: url(img/fondo_top.jpg);
	height: 98px;
	width: 600px;
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
} 

#top_inf  {
	height: 153px;
	text-align: center;
	width: 770px;
	margin: auto;
} 

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