/* CSS Document */

body{
	background-image: url(imagenes/fondo.gif);
	background-repeat: repeat-x;
	text-align:center;
	margin-top: 10px;
	scrollbar-face-color: #336699;
	scrollbar-track-color: #6699CC;
	scrollbar-arrow-color: #FFFFFF;
}

.textoCreditos{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-align: right;
	font-weight: bold;
}

.cajaTextoNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-align: justify;
	background-color: #E6F0FA;
	width: 600px;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #ACCFE8;
	list-style-position: inside;
}

.cajaCliente{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	width: 95%;
	padding: 10px;
	margin-left:auto;
	margin-right:auto;
	border: 1px solid #ACCFE8;
	list-style-position: inside;
}

.textoNormal{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	margin-right: 20px;
	margin-left: 20px;
	text-align: justify;
}



.textoResaltado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: bold;

}

.textoAzul{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
}

.textoTitulo{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
}




.contenido_interno{
	margin: 6px;
	background-color: #FFFFFF;
}

#contenido{
	width:812px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}

#creditos{
	width:812px;
	margin-left:auto;
	margin-right:auto;
}


#creditos_texto{
	width:812px;
	margin-left:auto;
	margin-right:auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


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

a.enlace_menu:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
}

a.enlace_resaltado{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	text-decoration: underline;
	font-weight: bold;
}

a.enlace_resaltado:hover{
	color: #3366CC;
	text-decoration: underline;
}

a.enlace_navegacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3366CC;
	text-decoration: underline;
	font-weight: bold;
}

a.enlace_navegacion:hover{
	color: #FF9900;
	text-decoration: underline;
}

.div_cliente_iz{
	height: 120px;
	width: 399px;
	float: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}

.div_cliente_de{
	height: 120px;
	width: 400px;
	float: left;
}


.div_cliente_info{
	padding-left:10px; 
	padding-top:20px; 
	float:left
}

.div_cliente_info_interno{
	float: left;
	width: 250px;
}


#div_navegacion{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 785px;
}


h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	margin-left: 10px;
}

h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #003366;
	font-weight: normal;
}



#menu1{
	background-color: #275078;
	width: 266px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	border-top: thin solid #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: thin none #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu2{
	background-color: #6699CC;
	width: 264px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	border-top: thin solid #FFFFFF;
	border-right: thin solid #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: thin solid #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	
}

#menu3{
	background-color: #336699;
	width: 266px;
	color: #FFFFFF;
	float: left;
	text-align: center;
	border-top: thin solid #FFFFFF;
	border-right: thin none #FFFFFF;
	border-bottom: thin none #FFFFFF;
	border-left: thin none #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}

#menu1 ul{
	list-style: none;
	text-align: left;
	margin-left: 30px;
}

#menu2 ul{
	list-style: none;
	text-align: left;
	margin-left: 30px;
	
}

#menu3 ul{
	list-style: none;
	text-align: left;
	margin-left: 30px;
	
}


#menu1 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu2 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}

#menu3 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
}


/* form elements */
form {
	background-color: #E6F0FA;
	margin: 10px;
	border: 1px solid #CCCCCC;
	width: 400px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	margin-left:auto;
	margin-right:auto;


}
label {
	display: block;
	font-weight: bold;
	margin: 8px 0 5px 0;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

input, textarea, select {
	padding: 4px;
	color: #666666;
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #d4d4d4 #ebebeb #ebebeb #d4d4d4;
	font: normal 11px Arial, Helvetica, sans-serif;
}
.texto_radio{
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #333333;
	margin-left: 5px;
}


input:focus, select:focus, textarea:focus {
	color: #003366;
	background: #FFFFCC;
}

textarea {
	width: 400px;	
	height: 100px;
	display: block;	
}
input.button {
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #FFFFFF;
	background-color: #09548B;
	border: 1px solid #000000;
	font-family: Arial, Sans-serif;
	font-size: 12px;
	font-weight: bold;
}
