@charset "utf-8";
/* CSS Document */
/* Cuerpo General */
* {
	margin:0;
}
body {
	background: #000000;
}
/* Contenedores */
div#contenedor {
	width: 955px;
	height:700px;
	margin:0 auto;
}
div#secc1{
	width:955px;
	height:119px;
	background-image:url(../img/rojo_01.jpg);
	background-repeat:no-repeat;
}
div#secc2{
	width:955px;
	height:397px;
	background-image:url(../img/rojo_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:71px;
	background-image:url(../img/rojo_09.jpg);
	background-repeat:no-repeat;
}
div#secc5{
	width:955px;
	height:113px;
	background-repeat:no-repeat;
	text-align:right;

}