.contenedor {
    margin:auto;
    background-color:white;
    width:960px;
    height:auto;
}

.cabecera {
	height:180px;
    background-color: ;
    margin-top:0px;
}

.menuCabeceraContenedor {
    width:100%;
    height:64px;
    background-image:url("../layouts/imagenes/backgroundMenu.png") ; 
    background-repeat: repeat-x;
    background-position: left top; 
}

.menuCabecera {
    width:960px;
    margin:auto;
}

.logoCabecera {
    position:relative;
    margin-top:0 px;
}

.guion {
	margin:20px;
	padding:10px;
	color:#7f0016;
}

.cuerpo {
    padding-top:0px;
    background-color: ;
}

.pieContenedor {
    width:100%;
    height:119px;
    padding:0px;
    margin:0px;
    margin-top:20px;
    background-color:#FFF;
    background-image: url("../layouts/imagenes/pieBackgroundOut.jpg");
	background-repeat:repeat-x;
	
}

.pie {
    width:960px;
    margin:auto;
    height:119px;
	background-image: url("../layouts/imagenes/pieBackground.jpg");
	background-repeat:repeat-x;
}