#contenedorsup{
	width: 500px;
	height: 100px;
	margin: 0 auto;	
}

#contenedor{
	
	width: 900px;
	height: 500px;
	margin: 0 auto;	
}
#cabecera{
	width: 900px;
	height: 100px;
	margin: 0 auto;	
	position: relative;
}
#logotipo{
	width: 300px;
	height: 100px;
	background: url("../imagenes/logo-crop-u103 (1).png") no-repeat;
	position: absolute;

}
#frase{
	font-family: Times New Roman;
	
	position: relative;
	left: 240px;
	top: 60px;
	font-size: 27px;
	font-style: italic;
	line-height: 31px;
}
#menu{
	
	position: relative;
	left: 85px;
	top: 50px;
	text-decoration: none;
	list-style: none;

}
#menu ul a{
	text-decoration: none;
	list-style: none;
	font-size: 20px;
	float: left;
	padding: 8px 0 5px 45px;
	margin: 0 auto;
	color: black;

}
#menu ul a:hover{
	text-decoration: underline ;
	color: #E12F2F;

}
#banner{
	width: 900px;
	height: 350px;
	margin: 0 auto;
	margin-top: 115px ;
	background: url("../imagenes/pant-2-crop-u279.jpg") no-repeat;
	clear: both;
}
#suministro{
	width: 250px;
	height: 150px;
	background: url("../imagenes/boton-1.png") no-repeat;
	float: left;
	
}	
#impresiones{
	width: 250px;
	height: 150px;
	background: url("../imagenes/boton-2 (1).png") no-repeat;
	float: left;
}	
#merchandising{
	width: 250px;
	height: 150px;
	background: url("../imagenes/boton-3.png") auto no-repeat;
	float: left;
}	
#svg{
	width: 900px;
	height: 200px;
	background: url("../imagenes/svg pegado 517135x76_poster_.png") no-repeat;
	position: center;

} 