@charset "utf-8";
/* CSS Document */

*{
	font-family:Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	font-size:12px;
}

body {
	background: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}

h1{
	font-size:18px;
	color: #000000;
}
h2,h3{
	font-size:12px;
	color: #000000;
}

p{
	color:#000000;
	letter-spacing:0px;
}

li{
	font-size:12px;
	list-style-type:none;
	color:#2D276C;
}

a{
	text-decoration:none;
}

a:hover{
	color:#2D276C;
}

.formTitulo{
	float:left;
	font-weight:bold;
	width:80px;
	line-height:25px;
}

.input{
	float:left;
	width:282px;
	padding:2px;
	margin:0 0 10px 0;
	background:#FFFFFF url(../img/fdoGradiente.gif) repeat-x left bottom;
	border:1px solid #0078a5;
	color:#034f6b;
}


/* HEADER LAYOUT*/
/*-------------------------------*/

#header{
	height:70px;
	border-bottom:1px solid #2D276C;
	margin:10px 0 10px 0;
}

#header h1{
	font-size:11px;
	float:left;
}

#botonera{
	margin:25px 0 0 0;
	width:400px;
	float:right;
}

#container {
	width: 589px;
	background: #FFFFFF;
	margin: 0 auto; 
	text-align: left;
}

#botonera ul,#botonera li{
	list-style-type:none;
	display:inline;
	margin:0 5px 0 5px;
}

#botonera a{
	text-decoration:none;
	font-size:14px;
	letter-spacing:-1px;
	font-weight:bold;
	color:#595959;
}

#botonera a:hover{
	color:#2D8442;
}

#botonera a.activo{
	color:#315a1d;
}

/* CONTENIDO LAYOUT*/
/*-------------------------------*/
#mainContent {
margin:10px 0 0 0; 
}

/* FOOTER LAYOUT*/
/*-------------------------------*/
#footer{
	text-align:right;
	margin:0 0 20px 0;
}

#footer p{
	font-size:11px;
	line-height:22px;
	height:22px;
	color:#666666;
}

/* TIPOS DE FORMATO DE PAGINA*/
/*-------------------------------*/


.colIzq,.colDer{
	width:287px;

}
.colIzq_large,.colDer_large{
	width:586px;

}
.pageTipo1_L{
	float:left;
	width:370px;
}

.pageTipo1_R{
	float:right;
	width:200px;
}

/* CAJAS*/
/*-------------------------------*/

.cajaUp{
	background:url(../img/cajaUp.gif) no-repeat left top;
	font-size:1px;
	height:11px;
}
.cajaDown{
	font-size:1px;
	height:11px;
	background:url(../img/cajaDown.gif) no-repeat left bottom;
	margin:0 0 10px 0;
}
.cajaBody{
	background:url(../img/cajaBody.gif) repeat-y left top;
	padding:3px 3px 10px 3px;
}

.cajaIndexUP{
	background:url(../img/fdoCajaIndexUP.gif) no-repeat left top;
	font-size:1px;
	height:11px;
}
.cajaIndexUP_large{
	background:url(../img/cajaUp_large.gif) no-repeat left top;
	font-size:1px;
	height:11px;
}

.cajaIndexBODY{
	background:url(../img/fdoCajaIndexBODY.gif) repeat-y left top;
	padding:0 8px 0 8px;
}
.cajaIndexBODY_large{
	background:url(../img/fdoCajaIndexBODY_large.gif) repeat-y left top;
	padding:0 8px 0 8px;
}

.cajaIndexDOWN{
	background:url(../img/fdoCajaIndexDOWN.gif) no-repeat left top;
	font-size:1px;
	height:11px;
}
.cajaIndexDOWN_large{
	background:url(../img/cajaDown_large.gif) no-repeat left top;
	font-size:1px;
	height:11px;
}
/* FLOATS DE PAGINA*/
/*-------------------------------*/

.fLeft,.colIzq{
	float:left;
}

.fRight,.colDer{
	float:right;
}

.clearfloat{
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* TEXTOS DE PAGINA*/
/*-------------------------------*/

#txtBienvenido{
	width:459px;
}

.spacer{
	background:url(../img/fdoBarra.gif) repeat-x left top;
	display:block;
	height:19px;
	line-height:19px;
	margin:10px 0 0 0;
}

.spacer2{
	background:url(../img/spacer.gif) repeat-x left top;
	display:block;
	height:19px;
	line-height:19px;
}

.spacer3{
	border-bottom:1px solid #999999;
	display:block;
	height:10px;
	line-height:10px;
	margin-bottom:10px;
}

.sepTitulos{
	margin:0 0 5px 0;
}

.destacado{
	font-size:14px;
	font-weight:bold;
	color:#2D8442;
	letter-spacing:-1px;
	line-height:18px;
}

.respuesta{
	margin:0 10px 0 4px;
	line-height:16px;
}

.pregunta{
	color:#2D276C;
	font-weight:bold;
	margin:0 0 5px 0;
}

.txtAzul{
	color:#2D276C;
}

.envioExitoso{
	padding:8px;
	text-align:center;
	border:1px solid #999999;
	margin:10px 0 10px 0;
}

.volver{
	float:right;
	font-size:14px;
	line-height:35px;
	color:#000066;
	font-weight:bold;
	margin:0 10px 0 0;
}

.volver:hover{
	color:#3a6823;
}