@charset "utf-8";
/* CSS Document */
/* Cuerpo General */
* {
	margin:0;
}
body {
	background: #fff;
	background-repeat:no-repeat;
	background-position: top center;
}
/* Contenedores */
div#contenedor {
	width: 955px;
	margin:0 auto;
}
div#secc1{
	width:955px;
	height:530px;
	background-image:url(../img/navidad_01.jpg);
	background-repeat:no-repeat;
}
div#secc2{
	width:955px;
	height:445px;
	background-image:url(../img/superautos_02.jpg);
	background-repeat:no-repeat;
}
div#secc3{
	width:955px;
	height:198px;
	background-image:url(../img/rojo_03.jpg);
	background-repeat:no-repeat;
}
div#secc4{
	width:955px;
	height:40px;
	background-image:url(../img/superautos_09.jpg);
	background-repeat:no-repeat;
}
div#secc5{
	width:955px;
	height:100px;
	background-repeat:no-repeat;
	text-align:right;

}
