@charset "utf-8";


/*** Contenido ***/
#contenedor-central { background-color:#d5d2d2; }
table#contenedor { font-size:0.8em; }
table#contenedor td { vertical-align:top; }
#contenido { width:950px; padding:25px; padding-top:30px; height:400px; background:url(../img/contenido-top-completo.jpg) no-repeat; background-color:#f9f9f9; border-left:solid 0px black; text-align:left; }



/*** Cuestionario ***/
#detalle-cuestionario { margin:20px; }
#detalle-cuestionario .seccion { margin-top:30px; }
#detalle-cuestionario .seccion .titulo { font-size:1.2em; color:black; font-weight:bold; border-bottom:solid 1px black; }
#detalle-cuestionario .seccion .titulo .numero { font-size:1.8em; color:#f4a10f; font-weight:bold; }
#detalle-cuestionario .seccion .franja_gris { margin-top:1px; margin-bottom:25px; height:6px; background:#e0e0e0; }
#detalle-cuestionario .seccion input.texto { border:none; background:#fbd69f; height:16px; font-size:1em; }
#detalle-cuestionario .seccion td { font-size:0.9em; }
#detalle-cuestionario .texto_legal { margin-top:30px; margin-bottom:20px; padding:5px; height:70px; overflow-y:scroll; font-size:0.7em; color:gray; border:solid 1px #c0c0c0; }
#detalle-cuestionario .btnEnviar { width:101px; height:19px; border:none; font-size:1em; font-weight:bold; color:black; text-align:center; background:url(../img/btnEnviar.gif); }
#detalle-cuestionario .btnVolver { width:101px; height:19px; border:none; font-size:1em; color:black; text-align:center; background:url(../img/btnVolver.gif); }