html {
	position: relative;
	min-height: 100%;
}

body {
	/* Margin bottom by footer height */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	/* background-color: #F4F4F4; */
	background-color: white;
	margin: 0 0 30px; /* bottom = footer height */
}

.page-header {
	/* background-image: url(../img/bg_top.gif); */
	background-color: #C21B17;
	background-repeat: repeat-x;
	margin: 0;
	border-bottom: 0
}

#headerCenter{
	color:white;
	font-size: 90%;
}

.footer {
	background-color: #C21B17;
	position: absolute;
	/* Set the fixed height of the footer here */
	height: 30px;
	color: #FFFFFF;
	left: 0;
	bottom: 0;
	height: 30px;
	width: 100%;	
	
}

fieldset {
	background-color: #FFFFFF;
}

.ventajas {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.ventaja{
	font-size: 11px;
	
}