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

html, body{
	margin:0px;
	padding:0px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#545454;
	text-align:justify;
}

div.centrar{
	width:1023px;
	min-height: 550px;
	background-image:url(../img/bk/sombras.png);
	background-repeat:no-repeat;
	background-position:top center;
	margin: 0px auto;
}

.centrar div {
	float:left;
	overflow:hidden;
	width:99.5%;
}

div.banner{
	width:1000px;
	height:374px;
	margin:0px 12px 1px 11px;
}

div.contenidos{
	width:1000px;
	margin:0px 12px 1px 11px;
	background-color:#FFF;
	float:left;
}

.contenidos div {
	float:left;
	overflow:hidden;
	width:99.5%;
}

div.pie_pag{
	color:#999999;
	width:1000px;
	background:url(../img/bk/bk_pie.png) bottom no-repeat;
	height:50px;
	padding-top:9px;
	text-align:center;
	float:left;
}

div.columnas{
	width:300px;
	margin:6px 14px 6px 16px;
}

div.titulos{
	font-size:19px;
	color:#000000;
}

div.generico{
	width:auto;
	height:auto;
}

div.frasecentro{
	width: 840px;
	padding:6px 76px;
	background-color:#f3f3f3;
	border-radius: 3px;
	font-size:25px;
	line-height: 31px;
	margin: 20px 5px;
	color:#000;
}

div.campo{
	width:250px;
	margin-left:6px;
}

.campo input{
	width:240px;
	padding:2px 4px;
	border:1px solid #999;
	margin-bottom:12px;
	font-family: 'Open Sans', sans-serif;
}

div.comen{
	width:250px;
	height:120px;
	margin-left:6px;
}

.comen textarea{
	width:240px;
	height:100px;
	resize:none;
	padding:2px 4px;
	border:1px solid #999;
	margin-bottom:12px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
}


#icono{ background:url(../img/varios/icono.png) top left no-repeat; padding-left:105px;}