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

* {
	margin:0;
	padding:0;
	border:0;
	}

html, body {
	height:100%;
	}
body {
	background-color:#FFF;
	}
	
#contenedor {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -5em; /* the bottom margin is the negative value of the footer's height */
	width:800px;
	background-color:#FFFFFF;
	border-left: #CC0000 thin solid;
	border-right: #CC0000 thin solid
	}
#contenido {
	padding-bottom:9em;
	}

#pie, #empuje {
	height:5em;
	width:800px;
	margin:0 auto;
	
	}
#pie {
	background:#CC0000;
	}
	
	
#colizq {
	position:relative;
	top:130px;
	width:200px;
	height:550px;
	}
#coldcha {
	position:relative;
	margin-top:-420px;
	width:580px;
	margin-left: 220px;
	}

#totalnav{background-color:#CCCCCC;}
	
	
/* Imagen de cabecera */

.imgCabecera {
	display:block;
	margin-top:-510px;
	/*padding:20px 0;*/
	float:right;
	}
	
.logo {
	/*margin:0 20px;*/
	position:relative;
	left:5px;
	}