@charset "utf-8";
/* CSS Document */

.contenedor{
	width:100%;
	background-color:#FFF;
	background-image:url(../imagenes/bg_contenido.png);
	background-repeat:repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}
.encabezado{
	width:800px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	background-position:top;
	font-size:20px;
	padding-bottom:20px;
}
.datos{
	width:650px;
	height:127px;
	background-image:url(../imagenes/campos.png);
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 0px 0px 150px;
	font-size:13px;
}
.formulario{
	width:170px;
	float: left;
	padding-top:18px;
	font-weight:bold;
	color:#555555;
	line-height:20px;
}
.descripcion{
	width:610px;
	float:right;
	padding-top:30px;
	padding-right:30px;
	color:#333;
	text-align:justify;
}
.contenido{
	width:760px;
	margin-left:auto;
	margin-right:auto;
	padding: 0px 20px 0px 20px;
	text-align:justify;
}
.titulos{
	width:800px;
	height:50px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	text-align:justify;
}
.subtitulos{
	font-size:16px;
	color:#333;
	line-height:25px;
	font-weight:bold;
}
.anclas{
	width:800px;
	height:25px;
	background-image:url(../imagenes/anclas.png);
	background-repeat:repeat-x;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	text-align:center;	
	padding-top:10px;
}
.elementos{
	width:620px;
	height: 55px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	padding: 40px 40px 0px 120px;
	text-align:justify;
}
.footer{
	height:70px;
	background-image:url(../imagenes/bg_footer.png);
	background-repeat:repeat;
	padding: 20px 0px 20px 0px;
	vertical-align:baseline;
	display:block;

}
.check{
	padding: 0px 0px 7px 15px;

}
.check2{
	padding: 0px 0px 7px 15px;
	background-color:#F5F5F5;

}