/* CSS Document */
body{
width:1024px;
margin:0 auto;
background-image: url("../../images/FONDO.jpg");
background-repeat: repeats-x;
background-repeat: repeat;
height: auto;

}
#globalLayer{
	width:1024px;
	height:1024px;
	float: left;
}
div.info{
	display: block;
	border: 1px solid #555;
	background-color: #ffffd2;
	margin-top: 5px; margin-bottom: 5px;
	padding: 3px;
	text-align: justify;
	font-family: 'Segoe UI', 'Arial';
	font-size: 12pt;
}
div.alert{ padding-left: 32px; background: #ffffd2 url(alert.png) no-repeat center left; }

#contentLayer{
float:left;
height: 795px;
}
#sidebarLayer{
float:left;
}
#footerLayer{
float:left;
}
#cabecera{
	background-image: url("../../images/Index_02.jpg");
	background-repeat: repeat-x;;
	height: 156px;
	width:1024px;
	float: left;
	border-left: 3px white solid;
	border-right: 3px white solid;
}
#cabecera img{
	margin-top:20px;
	margin-left: 300px;
	float:left;
}
#cabecera p{
	font-size:12pt;
}
#login{
	float:left;
	background-color: #969696;
	border-left: 3px white solid;
	border-right: 3px white solid;
	width: 1024px;
	height: 167px;
}
#central{
	float:left;
	background-color: #969696;
	border-left: 3px white solid;
	border-right: 3px white solid;
	width: 1024px;
	height: 167px;
}
#pagina{
	width: 1024px;
	border-left: 3px white solid;
	border-right: 3px white solid;
	height: 628px;
	background-color: white;
	float: left;	
}
#boton_iz{
	background-image:url("../../images/boton_iz.jpg");
	width: 5px;
	height: 29px;
	float:left;
}
#boton_de{
	background-image:url("../../images/boton_de.jpg");
	width: 4px;
	height: 29px;
	float:left;
}
#boton_cen{
	background-image: url("../../images/boton_cen.jpg");
	background-repeat: repeat-x;;
	height: 29px;
	float:left;
}
#boton_menu{
	float:left;
	margin-top: 25px;
}
#boton_cen a:link{
	color:white;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#boton_cen a:visited{
	color:white;
	font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: none;
}
#boton_cen a:hover{
	color:white;
		font-family: Arial,Helvetica,sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
h2{
	margin-top: 10px;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 16pt;
	margin-left: 10px;
}
#form1{
	margin-left: 10px;
	float:left;
	font-family: Arial,Helvetica,sans-serif;
}
#form1 a:link{
	text-decoration: underline;
}
#form1 a:visited{
	text-decoration: underline;
}
#form1 a:hover{
	text-decoration: none;
}
#menu{
	margin-left: 5px;
	float:left;
	margin-top:-1px;
}
#tabla_noticias{
	float:left;
	width: 90%;
	margin-left: 30px;
}
#tabla_noticias tr{
	float:left;
	width: 100%;
	margin-top: 5px;
}
.bloque{
	border-bottom: 1px black solid;
}
#tabla_noticias td{
	float:left;
	width: 100%;
}
#tabla_noticias p{
		float:left;
	width: 900px;
}
#tabla_noticias th{
	color: #044364;
	font-family: arial;
	font-size: 14pt;
	width: 100%;
	float:left;
}
.noticias{
	font-family: Arial; 
	font-weight: bold;
	font-size: 18pt;
	border-bottom:2px black solid;
	margin-bottom: 8px;
	margin-top: 10px;
}
.enlace{
	color: #044364;
	text-decoration: underline;
	margin-bottom: 10px;
	float:left;
}
.enlace:hover{
	color: #990044;
	text-decoration: none;
}
#pie{
	float:left;
	width: 1024px;
	border-left: 3px white solid;
	border-right: 3px white solid;
	border-bottom: 3px white solid;
	color: black;
	font-weight: bold;
	background-color: #AEACAD;
	
}
#pie p{
	margin-left: 0px;
	margin-bottom:10px;
	float:left; 
	margin-top: 5px;
	width: 100%;
	text-align: center;
}
.enlace_pie{
color: black;
}
.enlace_pie:hover{
text-decoration: none;
}
