@charset "utf-8";
/* CSS Translegal febrero 2011 */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#002953;
	background-color:#FFFFFF;
	background-image: url(../imag/body_fondo.jpg);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
}
a {
	outline:none;
}
h1 {
	font-size:15px;
	font-weight:bold;
	color:#002953;
	margin:0px;
}
textarea {
    resize: none;
}
/* ------------------------------------------------------- div contenedor */
#contenedor {
	width:1024px;
	margin:0px auto 20px auto;
}

/* ------------------------------------------------------- div header */
#header {
	height:110px;
	width:100%;
	margin:0px;
}
	/* class especificos */
	#header .head_logo {
	margin:15px 0 0 61px;
	}
	#header .head_imagen {
	margin:46px 0 0 0;
	}

/* ------------------------------------------------------- div menu */
#menu {
	font-size:13px;
	background-color:#FFF;
	width:990px;
	height:26px;
	padding:13px 0 0 34px;
	position:relative;
	z-index:5;
}
#menu h2 {
	font-size:13px;
	font-weight:normal;
	margin:0px;
	padding: 0px;
}
#menu a {
	color:#002953;
	text-decoration:none;
}
#menu a:hover {
	color:#0066CC;
	margin:0px;
}
#menu li {
	list-style-type: none;
	position: relative;
	float: left;
	margin:0 79px 0 0;
}
#menu ul {
	margin:0px;
	padding:0px;
}
#menu ul a:hover {
	color: #0099CC;
	text-decoration: none;
	background-color: #FFF;
}
#menu ul li ul {
	background-color:#FFFFFF;
	display: none;
	position: absolute;
	padding-top:8px;
	top: 100%;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li ul li {
	width:170px;
	margin:0px;
	border-bottom:solid 1px #CCC;
	background-color: #F2F3F5;
}
#menu ul li ul li a {
	display:block;
	padding:2px 5px;
}
	/* class menu */
	#menu .men_sin_margen {
		margin:0px;
	}
	#menu .grande {
	font-size:13px;
	margin:0px;
	padding: 0px;
	color:#FF0000;
	}
/* ------------------------------------------------------- div grafico */
#grafico {
	background-image: url(../imag/grafico_fondo.jpg);
	background-repeat: no-repeat;
	margin: 0 0 17px 0;
	height: 169px;
	clear:both;
}
/* ------------------------------------------------------- div fondoblanco */
#fondoblanco {
	background-color:#FFF;
	width:958px;
	height:237px;
	padding: 4px;
	margin: 0 0 0 28px;
	/* bordes redondeados border:solid 4px #FF0000;  */
	border-radius: 14px;
	-moz-border-radius: 14px;
	-ms-border-radius: 14px;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
}

/* COMUN HOME */
#flash,
#consulta,
#mensaje {
	float:left;
}
/* ------------------------------------------------------- div flash */
#flash {
	width:455px;
	height:237px;
	margin:0px;
}

/* ------------------------------------------------------- div #consulta */
#consulta {
	background-color:#3C5969;
	width:263px;
	height:228px;
	margin:0px 4px;
	padding:10px 0 0 7px;
	background-image: url(../imag/consulta_fondo.gif);
}
#consulta p {
	font-size:15px;
	color:#FFFFFF;
	font-weight:bold;
	margin:0 0 5px 2px;
}
#consulta form {
	margin:0px;
	padding:0px;
}
#consulta fieldset {
	border:none;
	margin:0px;
	padding:0px;
}
#consulta legend {
	display:none;
}
#consulta label {
	color:#FFFFFF;
	width:60px;
	margin:3px 0 0 0;
	float:left;
}
#consulta input,
#consulta textarea {
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	font-size:11px;
	font-weight:bold;
	width:236px;
	margin:0 0 9px 2px;
	border:solid 2px #FFF;
}
#consulta input {
	height:20px;
}
#consulta textarea {
	height:86px;
}
#consulta #botoncito {
	width:91px;
	height:25px;
	border:none;
	float:left;
}
	/* class consulta */
	#consulta .consu_radio {
		background-color:transparent;
		border:none;
		width:20px;
		height:20px;
		margin:0px;
		float:left;
	}
	
/* ------------------------------------------------------- div #mensaje */
#mensaje {
	line-height:12px;
	background-color:#EBF0F5;
	width:189px;
	height:207px;
	padding:30px 20px 0 14px;
	/* BORDES REDONDEADOS */
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	
	/* diversos navegadores */
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	
	-ms-border-radius-bottomleft: 10px;
	-ms-border-radius-bottomright: 10px;
	
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;

	-khtml-border-radius-topright:10px;
	-khtml-border-radius-bottomright:10px;
}
#mensaje a {
	color: #002953;
	text-decoration: none;
}
#mensaje a:hover {
	text-decoration: underline;
}
#mensaje h3 {
	font-size:11px;
	color:#0066CC;
	text-transform: uppercase;
	margin:0px;
	
}
#mensaje p {
	margin:5px 0 17px 0;
}
	/* class #mensaje */
	#mensaje .mens_color {
	color:#0066CC;
	font-weight: bold;
	}

/* ------------------------------------------------------- div home */
.home {
	line-height:12px;
	width:280px;
	margin:0px;
	padding:0 10px 0 33px;
	float:left;
}
.home h4 {
	font-size:11px;
	font-weight:bold;
	color: #4960BF;
	margin:0px;
}
.home a {
	color: #002953;
	text-decoration: none;
}
.home a:hover {
	text-decoration: underline;
}
.home ul {
	margin:0px;
	padding:10px 0px;
}
.home li {
	list-style:none;
	clear:both;
}
.home img {
	float:left;
	margin:0 11px 10px 0;
}
.home_altura {
	height:112px;
}

/* COMUN INTERIOR */
#submenu,
#cuerpo,
#slide,
#foto {
	float:left;
}

/* ------------------------------------------------------- div submenu */
#submenu {
	width:262px;
	margin:0 0 0 32px;
}
#submenu h3 {
	font-size:14px;
	color:#4960BF;
	margin:0 0 10px 0;
}
#submenu a {
	color:#002953;
	text-decoration:none;
	font-weight:bold;
}
#submenu a:hover {
	text-decoration:underline;
}
#submenu ul {
	margin:0px;
	padding:0 0 0 10px;
}
#submenu li {

}
/* ------------------------------------------------------- div cuerpo */
#cuerpo {
	width:448px;
	margin:0px;
}
#cuerpo h4 {
	font-size:16px;
	color:#4FABCF;
	margin:0 0 12px 2px;
}
#cuerpo h5,
#cuerpo h6 {
	font-size:11px;
	margin:0 0 5px 0;
	text-transform: uppercase;
}
#cuerpo p {
	margin:0 0 10px 0;
}
#cuerpo ul {
	margin:0px;
	padding:0 0 0 20px;
}
#cuerpo ol {
	margin:0px;
	padding:0 0 10px 35px;
}
#cuerpo li {
	margin: 0 0 7px 0;
}
#cuerpo ul li ul {
}
#cuerpo ul li ul li {
	background-image: url(../imag/li_grafico.gif);
	background-repeat: no-repeat;
	background-position: left 7px;
	list-style-type: none;
	padding: 0 0 0 13px;
}
#cuerpo form {
	margin:0px;
	padding:0px;
}
#cuerpo fieldset {
	margin:0px;
	padding:0px;
	border:none;
}
#cuerpo legend {
	display:none;
}
#cuerpo form {
}
#cuerpo label {
	font-size: 11px;
	font-weight: bold;
	color: #648CD9;
	display: block;
	margin: 0px;
}
#cuerpo input,
#cuerpo textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#666666;
	width:440px;
	margin:0 0 9px 0;
	border:none;
	border-top:solid 2px #848484;
	border-left:solid 2px #848484;
	
	border-right:solid 1px #848484;
	border-bottom:solid 1px #848484;
}
#cuerpo input {
}
#cuerpo textarea {
	height:109px;
}
	/* class cuerpo */
	#cuerpo .cuerpo_boton {
	margin:10px 0 12px 6px;
	}
	#cuerpo .body_radio {
	width:20px;
	height:20px;
	float:left;
	border:none;
	margin: 0 0 18px 0;
	}
	#cuerpo .body_mailing {
	width:20px;
	height:20px;
	float:left;
	margin:9px 10px 0 0;
	border:none;
	}
	#cuerpo .body_label {
	float:left;
	margin: 3px 0 0 0;
	width: 113px;
	}
	#cuerpo #boton_enviar {
	width:134px;
	height:25px;
	margin:0 0 19px 300px;
	border:none;
	}
	/* especiales preguntas & respuestas */
	#oculto1,
	#oculto2,
	#oculto3,
	#oculto4,
	#oculto5,
	#oculto6,
	#oculto7,
	#oculto8,
	#oculto9,
	#oculto10 {
	width:459px;
	}

/* ------------------------------------------------------- div foto */
#foto {
	width:225px;
	padding:16px 0 0 13px
}

/* ------------------------------------------------------- div preguntas */
#preguntas {
	background-image:url(../imag/preguntas_frase.gif);
	background-repeat: no-repeat;
	background-position: right center;
	width:952px;
	margin:0 37px 0 33px;
	padding:14px 0 14px 2px;
	clear:both;
	border-top:solid 2px #ACB1B4;
}
#preguntas h1 {
	margin:0 0 6px 0;
}
#preguntas p {
	margin:0 0 6px 0
}

/* ------------------------------------------------------- div opciones */
#opciones {
	color: #FFFFFF;
	background-color: #3C5969;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 17px 41px 11px 43px;
}
#opciones h5 {
	font-size: 11px;
	font-weight: normal;
	margin: 0px;
}
#opciones a {
	color:#FFFFFF;
	text-decoration:none;
}
#opciones a:hover {
	text-decoration:underline;
}
#opciones ul {
	width:269px;
	margin:10px 0 0 0;
	padding:0px;
	float:left;
}
#opciones li {
	list-style:none;
}
#opciones p {
	width:343px;
	margin:0 0 6px 30px;
	float:left;
}
	/* class opciones */
	#opciones .opcion_salto {
	font-weight:bold;
	margin:0 0 4px 0;
}
/* ------------------------------------------------------- class generales */
.clear {
	clear:both;
}
.destacado_azul {
	color:#4960BF;
}
.destacado_azul_bold {
	font-weight:bold;
}
.h1_grande {
	font-size:28px;
	margin: 0px 37px 15px 33px;
	padding: 0 0 8px 256px;
	border-bottom: solid 1px #ACB1B4;
}
.boton_consulta {
	float:right;
	margin:5px 47px 0 0;
}


.a_mootools {
	font-size:14px;
	color:#4960BF;
	font-weight:bold;
	text-transform: uppercase;
	text-decoration:none;
	display: block;
	list-style-type: none;
	margin:0 0 10px 0;
	padding:0 0 5px 0;
	border-bottom: solid 1px #999999;
}

