body, html{
	margin:0px auto;
	padding:0px;
	width:100%;
	height:100%;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color:#555555;
}
#central{
	margin:0px auto;
	padding:0px;
	width:960px;
	text-align:center;
}
.wrapper {
	min-height: 100%;
	
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
#cabecera{
	background:url(../images/px_cabecera.gif) top left repeat-x;
	position:relative;
	width:100%;
	height:133px;
	display:block;
	margin:0px auto;
	padding:0px;
	text-align:center;
}
.contenido{
	background:url(../images/bck_interior.jpg) top center no-repeat;
	margin:0px auto;
	height:100%;
	padding:0px;
	float:left;
}
.push {
	height: 150px; /* .push must be the same height as .footer */
}
.pie{
	background:url(../images/px_pie.gif) top left repeat-x;
	width:100%;
	height:150px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
	margin:0px auto;
	padding:0px;
}
.pie a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color:#FFF;
}
.txtpiepeq{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:10px;
	color:#FFF;
}
.txtprinc{
	text-align:justify;
}
.txtrojo{
	color:#b51f24;
	text-transform:uppercase;
	font-weight:bold;
}
.campos{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#555;
	border-top:none;
	border-left:none;
	border-right:none;
	border-left:1px solid #dbdbdb;
	border-right:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	border-bottom:1px dotted #a1bfb3;
	background-color:#FFF;
	padding-left:3px;
}

