/* GENERAL ///////////////////////////////////////////////// */
* {margin: 0;padding: 0;}
i {display: none;}
img {border:0;}
ul {list-style-type: none;}
a {
	color: #00195A;
	text-decoration: underline;
}
a:hover {
	color: #00195A;
	text-decoration: none;
}
body {
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	color: #00195A;
	font-size: 12px;
	background-color:#FFFFFF;
	text-align: center;

}

.textonar {
	color: #DE6F01;
}

.idiomas {
	margin-left: 45px;
}
.textomini {
	font-size:10px;
}
#dondeestas {
	width: 760px;
	border-bottom: 1px solid #EFEFEF;
	padding-bottom: 5px;
	

}

#dondeestas a {
	text-decoration:none;
	font-weight:bold;
}

#dondeestas a:hover {
	color:#DE6F01;
	text-decoration:none;
}

p#dondeestas span {
	font-size: 16px;
	font-weight:bold;
	color:#DE6F01;
	
}

/* CONTENTEDOR ///////////////////////////////////////////////// */
#contenedor {
	margin: 0 auto;
	width: 940px;
}
/* CONTENIDOS ///////////////////////////////////////////////// */
#cabecera, #menu, #contenidos {	
	text-align: left;
}

/* CABECERA ///////////////////////////////////////////////// */

#cabecera {
	background-image:url(../imagenes/fondo-cabecera.jpg);
	background-position: left top;
	background-repeat:no-repeat;
	height:98px;
}

#logo {
	float:left;
	width: 110px;
	height:98px;
	
}
#logoderecha {
	float: right;
	width: 830px;
	height: 98px;
}

#logo02 {
	text-align: left;
	height: 72px;
}

#logo03 p {
	text-align:right;
	line-height: 11px;
	font-size: 11px;
	color: #FFFFFF;
	padding-right: 3px;
}

/* FIN CABECERA ///////////////////////////////////////////////// */



/* INICIO menu ///////////////////////////////////////////////// */

#menu {
	float:left;
	width: 180px;
	height: 495px;
		
}

/* ///////////////////// esta letra es para dar formato a los títulos del menu */
#menu h2 {
	width: 170px;
	height: 18px;
	font-size: 12px;
	font-weight: bold;
	color: #DE6F01;
	background-color: #EFEFEF;
	margin: 5px 10px 5px 0;
	/*cursor: pointer;*/

}


#menu h2 a, h2 span {
	font-size: 12px;
	font-weight: bold;
	color: #DE6F01;
	margin-left: 9px;
	text-decoration: none;
	
}
/*h2 span:hover {
	color: #00195A;
}*/

#menu h2 a:hover {
	color: #00195A;
	margin-left: 9px;
	text-decoration: none;

}

/* ///////////////////// fin*/

/* ///////////////////// esta letra es para dar formato al menu */


#menu li {

}


#menu li a {
	font-size: 12px;
	font-weight: bold;
	color: #00195A;
	margin-left: 9px;
	padding-left: 10px;
	background-image:url(../imagenes/cuadrito.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-decoration:none;
}
#menu li a:hover {
	color: #DE6F01;
	margin-left: 9px;
	padding-left: 10px;
	background-image:url(../imagenes/cuadrito.gif);
	background-repeat: no-repeat;
	background-position:left;
	text-decoration:none;
}
/* ///////////////////// fin*/

/* FIN menu ///////////////////////////////////////////////// */

#contenidos {
	float:right;
	width: 760px;
}


/* INICIO PIE ///////////////////////////////////////////////// */
#pie {
	font-size: 10px;

}

/* FIN PIE ///////////////////////////////////////////////// */


/* AUTORIZACION ///////////////////////////////////////////////// */

#autorizacion {
	padding-top: 10px;
	text-align:center;

}



#autorizacion form p {
	color: #00195A;
	line-height: 20px;
	margin-top: 15px;
	
}

#autorizacion form p span {
	line-height: 20px;
	text-align:right;
	margin-right: 20px;
	
}

.casillas-autorizo {
	width: 150px;
	border: solid 1px #EFEFEF;
	background-color: #EFEFEF;
	font-size: 12px;
	
}


.boton-autorizo{
	background-color: #EFEFEF;
	color: #00195A;
	width: 60px;
	height: 18px;
	font-size: 12px;
	margin: 10px 5px 2px 165px;
	border: 0;
}