body{
	margin:0;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	text-align:center;
	background-color:#E0E0E0;
}

#contenedor{
	margin:auto;
	border:1px solid #039; 
	width:95%; 
	margin:0 auto; 
	background-color:#FFF;

}

#cabecera{
	height:90px;
	text-align:left;
	background-color:#374A75;
}

#datos{
	width:90%; 
	border:2px #374A75 solid; 
	margin:0 auto;
}

#pregunta{
	width:90%; 
	margin:0 auto;
}

/* ------------------------ ESTILOS TABLAS ------------------------ */

table.tabla_azul {
	border-bottom: 1px solid #004993;
	border-left: 1px solid #004993;
	border-top: 1px solid #004993;
	border-right: 1px solid #004993;
	margin: 10px auto;
}

table.tabla_azul td{
/*	border-top: 1px dotted #004993;
	border-right: 1px dotted #004993;*/
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	padding:2px 10px 2px 10px;
}

table.tabla_azul th{
	height:25px;
	background-image:url(../images/fnd_tds.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding:2px 2px 0px 4px;	
	
}




table.tabla_examen {
	border-bottom: 1px solid #004993;
	border-left: 1px solid #004993;
	border-top: 1px solid #004993;
	border-right: 1px solid #004993;
	margin: 10px auto;
}

table.tabla_examen td{
	border-top: 1px dotted #004993;
	border-right: 1px dotted #004993;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333;
	padding:2px 10px 2px 10px;
}

table.tabla_examen th{
	height:25px;
	border-right: 1px solid #003366;	
	background-image:url(../images/fnd_tds.jpg);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFF;
	font-weight:bold;
	padding:2px 2px 0px 4px;	
	
}

.cursiva{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;	
	font-style:italic;
	color:#003399;
}
.pregunta{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;	
	font-style:italic;
	color:#0000000;
}

.texto_pregunta{
	height:auto;
	padding:10px 15px 10px 15px; 
	border:1px #000099 solid; 
	border-style: dashed; 
	color:	#000000;
	font-size:15px;
}

.texto_tiempo{
	border:2px #039 solid; 
	width:400px;
	color:#FF0000;
	font-weight:bold;	
	
}

.titulo1{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#036;
	background-image:url(../images/bolita.png);
	background-repeat:no-repeat;
	padding-left:18px;
}


A.enlace {
    font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
	text-align:left;
	text-decoration: none;
}
A.enlace:hover {
   color:#FF0000;
	text-decoration: none;
	font-weight:bold;
}

/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
.checkbox, .radio {
	width: 18px;
	height: 18px;
	background: url(../checkbox.gif) no-repeat;
	}
.radio {
	background: url(radio.gif) no-repeat;
}


.titpreguntachek{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:13px;
	font-weight:bold;	
	color:#0000000;
}

.preguntachek{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top:2px;
	text-align:left;
	font-size:13px;
	color:#0000000;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
