/* CSS Document */
/*FLASH CABECERA*/
#Layer1 {
	position:absolute;
	left:0px;
	top:30px;
	width:100%;
	height:155px;
	z-index:2;
}
/*HTML*/
#Layer2 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	z-index:1;
}
/*FLASH de la izquierda (MENÚ) (YA NO SE USA)*/
/*#Layer3 {
	position:absolute;
	//left:66px;
	left:0px;
	top:152px;
	width:100%;
	height:auto;
	z-index:3;
}*/
body {
	margin:0 auto; 
	background-color: #D4D4D4;
}
.textoNormal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#8C98C1; 
	line-height:17px;
	margin:0px;
}
.textoMenor {
	
}
.lineaTabla { 
	line-height:14px; /*Esta línea hay que añadirsela para que en las tablas sea menor el ancho*/
}
.textoTabla {

}
.textoNoticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #086396;
	line-height: 15px;
	margin: 0px;
}
.titulo1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #8C98C1;
	background-color: #E3F0F9;
	line-height:19px;
	height:19px;
	font-weight:bold;
}
.titulo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	color: #8C98C1;
	background-color: #F1F2F5;
	line-height:17px;

}
.titulo3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #086396;
	line-height:17px;
}
.tituloNoticia {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #146FA0;
	line-height:17px;
}
.enlace {

}
.enlaceMenu {

}
.enlaceImagen {

}
.encabezadoTabla {

}
.aclaracion {

}
.pie {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#8DC1E9; 
	text-align:center;
	font-weight:bold;
}
.bordeImagen {
	border: 2px solid #B0C2E1;	
}
table {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-spacing: 0px;
	margin:auto;
	padding: 0px; 
	
}
tr {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

td {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul {
	margin:0px;
	margin-top:0px;
	margin-left:30px;
	line-height:1;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	right: 0px;
	bottom: 0px;
}
.filaBorde
{
	border:1px;
	border-top-style:solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #A7B0CF;
	border-right-color: #A7B0CF;
	border-bottom-color: #A7B0CF;
	border-left-color: #A7B0CF;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color:;
	border-right-color:;
	border-bottom-color:;
	border-left-color:;
}

a:link {text-decoration:none}
a:visited {text-decoration:none}
a:active {text-decoration:none}
a:hover {text-decoration:none}