/* CSS Document */
*
	{
		margin: 0;
		padding: 0;/* para Firefox */
	}


#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;
	}
.letra1 {
	font-size: 16px;
	font-family: Arial, "Times New Roman";
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.letra2 {
	font-size: 18px;
	font-family: Arial, "Times New Roman";
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.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: #0033FF;
	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: #FFFFFF;
	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: 12px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #000;
	font-style: italic;
}
.FondoClientes {
	background-attachment: scroll;
	background-image: url(../imagenes/5_Clientes/FondoClientes.jpg);
	background-repeat: no-repeat;
}

p {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
table {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
div {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.fondoAzul {
	background-color: #0066FF;
}

li {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.normal {
	font-family:Verdana;
	font-size:11px;
	color:#000000;
	font-weight:normal;
	font-style:normal;
	margin:0px;
	padding:0px;
}
.h1 {
	font-family:Arial,Verdana;
	font-size:20px;
	color:#FFFFFF;
	font-weight:bold;
	margin:12px 0px 4px 0px;
	padding:0px;
}
.h2 {
	font-family:Verdana;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin:8px 0px 2px 0px;
	padding:0px;
}
.h3 {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-style:normal;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h4 {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h5 {
	font-family:Arial,Verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	font-style:italic;
	margin:4px 0px 0px 0px;
	padding:0px;
}
.h6 {
	font-family:Verdana;
	font-size:11px;
	color:#333333;
	font-weight:bold;
	letter-spacing:1px;
	margin:4px 0px 0px 0px;
	padding:0px;
}

