body,input,select,textarea{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	font-size: 0.8em;
	color:#7f7f7f;
	background:#FFF;
}


input,select,textarea{
	font-size: 0.9em;
}

header,#content,footer,#logo,#presentacion,#bienvenida,#titulo_formulario,#contenido_formulario{
	display: block;
	padding:0;
	margin:0;
}

header {
	width: 70%;
	height: 120px;
	margin: auto;
	padding-left: 10%;
	padding-right: 10%;
}

footer{
	font-size: 75%;
	clear: both;
 	position:relative;
	bottom:-10px;
	left:0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	color:#0162c6;
}

#logo{
	float: left;
	width: 30%;
	margin: 0 auto;
}

#presentacion{
	float:right;
	width: 70%;
}

#bienvenida{
	float:left;
	width:100%;
	background-image:url(../images/bg_menu.png);
	height: 30px;
}

img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#titulo{
	font-size:160%;
	font-weight: bold;
	margin-top: 30px;
	margin-left: 50px;
}

#fecha{
	font-size:120%;
	font-weight: bold;
	margin-left: 50px;
}

#usuario{
	width: 100%;
	display:block;
	color:#FFF;
	font-weight:bold;
	font-size: 120%;
	text-align: center;
	height: 20px;
	margin-bottom: 5px;
}

#autor {
	text-align:center;
}

table{
	width: 100%;
	margin: 0 auto;
	border-spacing: 0;
	border: 1px solid #E3E3E3;
}

label{
	font-weight:bold;
}

input,select,textarea {
	width: 250px;
}

input,select {
	height: 20px;
}

.boton{
   border: 0;
   background: #10518D;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   color: white;
   vertical-align: middle;
	width: 10%;
	height: 30px;
}


td{
	height:30px;
	padding:5px;
	vertical-align:top;
}

#content{
	width: 60%;
	margin: 0 auto;
	float:left;
	margin-left: 20%;
	margin-right: 20%;
}

#formulario{
	padding: 10px;
}

#titulo_formulario{
	color:#10518D;
	font-weight: bold;
	background-color:#E3E3E3;
	height: 25px;
	text-align:center;
    -webkit-border-radius: 8px 8px 0px 0px/ 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px/ 8px 8px 0px 0px;
    border-radius: 8px 8px 0px 0px/ 8px 8px 0px 0px;
	padding-top: 5px;
}

.input_pequenio {
	width: 105px !important;
}


input:focus, textarea:focus{ border-color:none; }

.error {
	height: 25px;
	color:#F00;
	font-weight:bold;
	font-size:90%;
}

li.pregunta{
	font-weight:bold;
	padding: 5px;
	font-size: 90%;
	text-align: justify;
	height: 70px;
}

.respuesta{
	font-weight: normal;
	display:block;
	vertical-align:middle;
	float: left;
	width: 100%;
}

.enunciado{
	text-align:justify;
	width: 97%;
	float: right;
	vertical-align:top;
	padding: 0;
	display: block;
}

.enunciado_respuesta{
	display: block;
	width: 93%;
	float: right;
}

input[type=radio] {
	width:12px;
	vertical-align:top;
	margin-right: 5px;
	margin-left: 30px;
}


.orden{
	display:block;
	width: 3%;
	float:left;
}

#radSexo {
	margin-left: 0px;
}

.sexo{
	padding: 0px;
	font-weight: normal;
	display:block;
	vertical-align:middle;
	float: left;
	width: 100%;
}

*::-webkit-input-placeholder {
    color: #0162c6;
}    
*:-moz-placeholder {
    /* FF 4-18 */
    color: #0162c6;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #0162c6;
}    
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #0162c6;
}

.intro {
	color: #0162c6;
	margin-top:15px !important;
	margin-bottom:10px;
	font-weight:bold;
	display:block;
}