/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2/07/2015, 07:44:02 AM
    Author     : DIN-CB09-21
*/


*{
	border:0;
	margin: 0;
	padding: 0;
}
body{
	background: #008080;
	background-image: url(../img/imagen6.jpg);
}
#contenedor{
	box-shadow: 5px 5px 25px #00BFFF;
	margin-top: 10px;
	height: 1050px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}

header{
	background: #1E90FF;
	width: 760px;
	height: 100px;
	padding: 6px 10px;
}
#foto{
	background: blue;
	width: 780px;
	height: 300px;
}
#noticias{
	background: #1E90FF;
	width: 760px;
	height: 230px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}
#tienda{
	background: #1E90FF;
	width: 760px;
	height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}
#marcas{
	background: #666;
	width: 780px;
	height: 100px; 
}
footer{
	background: #f21;
	width: 780px;
	height: 60px;
	padding-top: 25px;
}
#noticias #noticia1{
	background: #483D8B;
	width: 250px;
	height: 220px;
	display: inline-block;
		vertical-align: top;
		font-family: Arial;
 	color: #FFFFF0;
 	font-size: 0.9em;
}
#noticias #noticia2{
	background: #483D8B;
	width: 250px;
	height: 220px;
	display: inline-block;
	vertical-align: top;
}
#noticias #noticia3{
	background:#483D8B;
	width: 250px;
	height: 220px;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
}
#tienda #imagen1{
		background: #ffffff;
	width: 180px;
	height: 190px;
	display: inline-block;
	vertical-align: top;
}
#tienda #imagen2{
		background: #ffffff;
	width: 180px;
	height: 190px;
	display: inline-block;
	vertical-align: top;
}
#tienda #imagen3{
		background: #ffffff;
	width: 180px;
	height: 190px;
	display: inline-block;
	vertical-align: top;
}
#tienda #imagen4{
		background: #ffffff;
	width: 180px;
	height: 190px;
	display: inline-block;
	vertical-align: top;
}
footer p{
	font-family: Arial;
	font-size: 15px;
	text-align: center;
}
header h1{
	background: #000080;
	width: 240px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	 font-size: 15px;
}
header #menu1{
	background: #000080;
	width: 510px;
	height: 100px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;


}