
/* ------------------------------------------------------------------------------  PROPIEDADES GENERALES*/
*{font-family: Arial, Helvetica, sans-serif;}
.Estilo1 { color: #000000; font-size: 14px;  font-weight: bold; display: block; margin:5px;}
.Estilo2 { color: #000000; font-size: 12px; }
.Estilo3 { color: #000000; font-size: 30px; font-weight: bold; }
.Estilo5 { color: #FFFFFF; font-size: 12px; }
.Estilo6 { color: #000000; font-size: 14px; font-weight: bold; display: block; padding:2px 25px 2px 25px; }
.Estilo7 { color: #000000; font-size: 11px; font-weight: bold;  }
.Estilo8 { color: #034D96; font-size: 14px; font-weight: bold; }
.Estilo9 { color: #000000; font-size: 11px; }
.Estilo10 { color: #034D96; font-size: 12px;  font-weight: bold; }
a:link { color: #004D97; text-decoration: none; }
a:visited {	text-decoration: none; color: #02499B; }
a:hover { text-decoration: none; color: #9F003F; }
a:active {text-decoration: none; color: #034896; }
body { background-color: #003D6F; margin:0; background-image: url(imagenes/fondo_degradado.jpg); background-repeat: repeat; }

/* ------------------------------------------------------------------------------  BOTONES */
#boton1{ background:url(imagenes/principal.jpg) no-repeat; width:100px; height:38px;}
#boton1:hover{ background:url(imagenes/principal_sobre.jpg) no-repeat; width:100px; height:38px;}
#boton1_sobre{ background:url(imagenes/principal_sobre.jpg) no-repeat; width:100px; height:38px;}
#boton2{ background:url(imagenes/preguntas.jpg) no-repeat; width:100px; height:38px;}
#boton2:hover{ background:url(imagenes/preguntas_sobre.jpg) no-repeat; width:100px; height:38px;}
#boton2_sobre{ background:url(imagenes/preguntas_sobre.jpg) no-repeat; width:100px; height:38px;}

/* ------------------------------------------------------------------------------  PAGINA DE ENCUESTA */
#edad_p { float: left; height: auto; width: auto; font-size: 10px; font-weight: bold; }
#edad_m { float: left;	width: auto; font-size: 10px; font-style: normal; font-weight: bold; }
.lista_titulos{ color: #000000; font-size: 12px; font-weight:bold; padding:1px;}
.bordes { border-collapse:collapse; border:1px solid #999;}
.bordes_td { border-bottom:1px solid #DBDBDB; color: #000000; font-size: 11px;}
#recibo_box{ width:800px;}



