@charset "utf-8";
/* CSS Document */

body{
	background-color:#aa0505;
	margin:0 auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#aa0505;
	text-align:justify;
}

#marco{
	width:1000px;
	height:auto;
	margin:0 auto;
}

#cab{
	margin:0px;
	padding:0px;
}

#menu{
	width:1000px;
}

#cont{
	margin:0 auto;
	height:auto;
	width:667px;
	padding:20px 25px 50px 25px;
}

h1{
	font-size:15px;
	color:#FFFFFF;
}
#info{
	background-image:url(img/caja2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	padding:70px 30px 20px 30px;
	margin:0 auto;
	width:605px;
	height:196px;
	margin-bottom:10px;
	text-align:center;
}
#info ol{
	margin:0 auto;
	margin-top:50px;
	padding-right:30px;
	width:450px;
}
#preguntas{
	background-image:url(img/caja3.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-position:top;
	padding:70px 30px 20px 30px;
	margin:0 auto;
	width:605px;
	height:196px;
	margin-bottom:30px;
	text-align:center;
}

#respuesta{
	background-color:#440202;
	margin:0 auto;
	margin-bottom:15px;
	padding:10px 25px 5px 25px;
	width:510px;
}
h2{
	color:#ffffff;
}
h3{
	font-size:11px;
	color:#ffffff;
	margin-bottom:25px;
}
.linea{
	background-color:#000000;
	height:1px;
	width:500px;
}

#pie{
	background-image:url(img/img_09.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	background-position:center;
	text-align:center;
	color:#ffffff;
	font-size:10px;
	height:30px;
	padding-top:166px;
}