
/* ------------------------------------------------------------------------------  PROPIEDADES GENERALES*/
*{font-family: Arial, Helvetica, sans-serif;}
.Estilo2 { font-size: 12px;	color: #000000; }
.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-left: 25px; padding-right: 25px; padding-top: 2px; padding-bottom: 2px; }
.Estilo7 { font-size: 11px; font-weight: bold; color: #000000; }
.Estilo8 { font-size: 14px; color: #034D96; 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-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; 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; }

