/* CSS Document */
*
	{
		margin: 0;
		padding: 0;/* para Firefox */
	}

a:visited {
	color: #0033FF;
}

#global {
	cursor:default;
	background-color: #00CCFF;
	background-attachment: fixed;
	color: #0033FF;
	font-size: 36px;
	font-family: Arial, Helvetica, sans-serif;
}
#global #cuerpo .FondoQueEsUrban tr td table tr .FondoQueEsUrban2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body
	{
		text-align: center; /* Utilizamos el truco de centrado de DIV's*/
	}
div#encabezado
	{
	margin: 0 auto 0 auto; /* centrar en DIV */
	width: 1028px; /* ancho del DIV */
	height: 250px;/* Especificamos el alto resultante después de haber cortado la imagen (header.png)*/
	background-image: url("../imagenes/all/header.png");
	background-repeat: no-repeat; /* Evitamos que se repita la visualización de la imagen*/
	}
	div#encabezadoIntro
	{
	margin: 0 auto 0 auto; /* centrar en DIV */
	width: 1028px; /* ancho del DIV */
	height: 900px;/* Especificamos el alto resultante después de haber cortado la imagen (header.png)*/
	background-image: url("../imagenes/all/headerIntro.png");
	background-repeat: no-repeat; /* Evitamos que se repita la visualización de la imagen*/
	}
div#cuerpo
	{
	margin: 0 auto 0 auto;
	width: 1028px;
	background-image: url("../imagenes/all/body.png");
	background-repeat: repeat-y; /* Especificamos que se repita de forma vertical */
	font-size: 16px;
	}
div#pie
	{
	margin: 0 auto 0 auto;
	width: 1028px;
	height: 100px; /* alto de la imagen (foot.png) después de haberla cortado */
	background-image: url("../imagenes/all/foot.png");
	background-repeat: no-repeat;
	}
.odd {
	background-color: #FFFFFF;

}
.even {
	background-color: #D9F8FF;

}
.letra1 {
	font-size: 16px;
	font-family: Arial, "Times New Roman";
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.letraTablas {
	font-size: 16px;
	font-family: Arial, "Times New Roman";
	color: #0066FF;
	font-style: normal;
	font-weight: normal;
}
.letraContenidogrande  {
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
}
.letraContenidogrande2  {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.letraContenidogrande3  {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #0000FF;
	font-style: normal;
	font-weight: bold;
}
.letra2 {
	font-size: 18px;
	font-family: Arial, "Times New Roman";
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}


.letraLinksPaginasErfa {
	font-size: 18px;
	font-family: Arial, "Times New Roman";
	color: #0066FF;
	font-style: normal;
	font-weight: normal;
}




.letraLinksPIE {
	font-size: 18px;
	font-family: Arial, "Times New Roman";
	color: #0066CC;
	font-style: normal;
	font-weight: normal;
}
.ESPACIO {
	font-size: 3px;
	font-family: Arial, "Times New Roman";
	color: #FFFFFF;
	font-style: normal;
	font-weight: normal;
}

a:hover {
	color: #00CCFF;
}
.contenido_italica {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-style: normal;
}
.letra  Observacion {
	background-attachment: scroll;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
}
