/*  
	Autor: Nicolás Marín Torres
	http://www.nikolook.com
*/
	
* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #e1ddd9;
	font-size: 11px;
	font-family: Arial;
}

a {
	color: #ac0000;
}
a:visited {
	color:#ac0000;
}
a:hover {color: #ff0000;
}
a:active {color:#000000;
}

h1 {
	text-transform:uppercase;
	border-top:1px solid #564b47;
	border-bottom:1px solid #564b47;
	padding:5px 15px;
}

h2 {
	font-size:20px;
	font-weight: normal;
	padding: 5px 10px;
	margin:0px;
}

/* ----------container zentriert das layout-------------- */
#principal {
	background-color:white;
}

/* ----------cabecera-------------- */
#cabecera{
	height:130px;
	margin:0px;
	background: url("/img/cabecera-fondo.jpg") repeat-x top;
	border: none; 
}

#cabeceraCen {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	height: 130px;
	background: url("/img/cabecera.jpg") no-repeat top; 
}

#cabeceraCen ul {
	list-style: none;
}

#cabeceraCen li {
	margin: 26px 3px 0px 3px;
	float: left;
}

#cabeceraCen li a {
	margin: 20px 0px 0px 0px;
	float: left;
}

#cabeceraCen li a:hover {
	margin: 8px 0px 0px 0px;
	float: left;
}

#cabeceraCen li span {
	margin: 8px 0px 0px 0px;
	float: left;
}

#logo {
	width: 380px;
	height: 130px;
	border: none;
	float: left;
}

#cabecera h1{
  display: none;
}
 

/* -----------------contenido--------------------- */
#contenido {
	margin: 0 auto;
	text-align: left;
	width: 800px;
}

#sep {
	margin: 0 auto;
	text-align: center;
}

/* -----------------pregunta--------------------- */
#pregunta {
	font-size: 12px;
	clear: both;
	text-align: justify;
	margin: 20px 10px 20px 10px;
}

#pregunta b {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding: 0px;
}

#pregunta .imagen {
	float: left;
	border: 1px solid #000000;
	margin: 5px;
	width: 160px;
}

#respuesta {
	margin: 1px;
}

#bloque {
	width: 700px;
	float: left;
}

#respuestas {
	width: 32px;
	float: right;
}

#respuestas img {
	margin-top: 10px;
}

/* -----------cuadrado--------------------------- */
#cuadrado {
	width: 700px;
	height: 396px;
	margin: 0px auto;
	padding: 10px 0px 0px 20px;
	text-align: left;
	background: url("/img/cuadrado.gif") no-repeat; 
}

#cuadradoInfo {
	width: 580px;
	font-size: 11px;
	margin: 0px;
}

#cuadradoInfo p {
	color: #fff;
	font-size: 19px;
	text-align: center;
	margin: 5px 30px 20px 0px;
}

#cuadradoInfo ul {
	list-style-type: none;
}

#cuadradoInfo ul li {
	width: 53px;
	height: 74px;
	margin: 40px;
	text-align: center;
	float: left;
	cursor: pointer;
}

/* -----------pie--------------------------- */
#pie {
	height: 130px;
	background: url("/img/pie.gif") repeat-x top;
	border: none;
}

#pieCen {
	width: 960px;
	margin: 0px auto;
	text-align: center;
	padding: 50px 0px 0px 0px;
}

#pieCen a {
	color: #FFFFFF;
}

#pieCen p {
	color: #FFFFFF;
}

#testTitulo {
	font-size: 15px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
}

#test ul {
	list-style-type: none;
}

#test ul li {
	width: 50px;
	height: 63px;
	background-image: url(/img/test.gif);
	margin: 2px;
	text-align: center;
	float: left;
	cursor: pointer;
}

#test ul li a {
	text-decoration: none;
	color: #000000;
}

#nav {
	width: 700px;
	height: 50px;
	background: url("/img/menu-navegacion.gif") no-repeat;
	margin: 20px auto;
	padding: 10px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

#nav a {
	color: #FFFFFF;
}

#navInterior {
	font-size: 14px;
	text-align: left;
	margin: 2px 20px 0px 40px;
}

#autoescuelas {
	width: 700px;
	height: 150px;
	background: url("/img/directorio-autoescuelas.gif") no-repeat;
	margin: 20px auto;
	padding: 10px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

#versionMovil {
	width: 700px;
	height: 150px;
	background: url("/img/version-movil.gif") no-repeat;
	margin: 20px auto;
	padding: 10px 0px 0px 20px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;
}

.caja_container {text-align: center;background-color: #1894bd;width: 210px;height: 250px; margin: 10px}
.caja_title {text-align: center; height: 20px; line-height: 20px; font-family: Arial, Sans-Serif; font-size: 12px; font-weight: bold;width: 125px;color: #FFFFFF;background-color: #1894bd;}
.caja_body {overflow-y: auto; text-align: left;font-family: Arial, Sans-Serif; line-height: 18px; font-size: 12px; margin-left: auto; margin-right: auto;width: 203px;height: 224px;color: #1894bd;background-color: #FFFFFF;}
.caja_link {text-decoration: none;color: #1894bd;}

