/* CSS Document */

body {
	background-color: #CAD0DE;
	background-repeat: repeat-x;
	background-image: url(images/fondo_base.jpg);
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #0083BB;
	font-size: 14px;
	font-weight: bold;
	font-variant: normal;
	text-align: center;
}

.txtTitulo{
	font-family: "Lucida Sans", Verdana, "Arial Narrow";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	font-style: italic;
	border-bottom-width: thin;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

.txtMenu{
	font-family: "Lucida Sans", Verdana, "Arial Narrow";
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
}
.txtCreditos{
	font-family: Arial, Helvetica, sans-serif;
	color: #0083BB;
	text-decoration: none;
	text-align: center;
	font-size: 14px;
}
.txtPie{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
.txtPiePrincipal{
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-decoration: none;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

a.txtCreditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0070A9;
	text-decoration: none;
	
}
a.txtCreditos:hover{
	color: #003366;
	text-decoration: underline;
}

a.txtMenu:hover{
	color: #FFFA07;
	text-decoration: underline;

}


.tablaPuerta{
	background-repeat: no-repeat;
	background-position: center 40px;
}

#div_top {
	background-image: url(images/fondo_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 180px;
	width: 750px;
	position: absolute;
	vertical-align: bottom;
	top: 30px;
}


#div_medio {
	background-image: url(images/fondo_medio.jpg);
	background-repeat: repeat-y;
	width: 750px;
	position: relative;
	background-position: center;
	top: 180px;
	text-align: center;
}


#div_bottom {
	background-image: url(images/fondo_bottom.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 750px;
	position: relative;
	background-position: center bottom;
	text-align: center;
	top: 155px;
}


#div_creditos {
	height: 70px;
	width: 750px;
	position: relative;
	background-position: center;
	text-align: center;
	top: 180px;

}
#div_puertas{
	position: relative;
	top: 20px;
	text-align: center;
}
#div_menu{
	position: relative;
	background-image: url(images/fondo_menu.jpg);
	height: 30px;
	width: 700px;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: bottom;
	padding: 3px;

}
.txtTitulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #012d5a;
	font-size: 24px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}
.txtTituloCeleste {
	font-family: Arial, Helvetica, sans-serif;
	color: #0083BB;
	font-size: 18px;
	font-weight: bold;
	font-variant: normal;
	text-align: left;
}
.txtTituloAzul {
	font-family: Arial, Helvetica, sans-serif;
	color: #012d5a;
	font-size: 24px;
	font-weight: lighter;
	font-variant: normal;
	text-align: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-style: italic;
	text-transform: capitalize;
}

.tablaDato {
	font-family: Arial, Helvetica, sans-serif;
}

.txtNormalNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: justify;
}
.tablaCelda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #012D5A;
	text-align: center;
}
.boton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #012D5A;
}

.tablaMenu{
	background-image: url(images/fondo_menu.jpg);
	background-repeat: no-repeat;
	height: 45px;
	width: 530px;
}

a.textoMenu{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}

a.textoMenu:hover{
	font-family: "Lucida Sans", Verdana, "Arial Narrow";
	color: #0083BB;
	text-decoration: underline;
}

