
@charset "utf-8";
/* CSS Document */

@media screen and (min-width:1024px)
{
#wrapper
{
	width:900px;
	height: auto;
	margin:0px auto;
}

#top
{
	width:inherit;
	height:auto;
}

#top #logo
{
	margin:5px 0px 5px 63px;
}

#topMenu
{
	width:600px;
	padding:20px;
}

#topMenu ul
{
	margin-left: 190px;
}

#topMenu ul li a
{
	width:80px;
}


#nav
{
	width:inherit;
	height:auto;
}

#nav ul
{
	margin-left:63px;
}

#nav ul li
{
	padding:15px 15px;
	border-left:#ea7184 1px solid;
}

#banner
{
	width:inherit;
	height:auto;
}

#banner img
{
	margin: 5% 10% ;
	width:80%;
}

#anuncios
{
	width:inherit;
	height:auto;
	margin-bottom:5%;
}

#anuncios img
{
	width:150px;
	height:auto;
}

#anuncios section 
{
	margin-left:7%;
}

#anuncios section article
{
	float:left;
	width:17%;
	margin: 20px 0 20px 5% ;  
}

#content
{
	margin:0 auto;
	width:80%;
	height:auto;
	padding: 50px 15px 20px 15px;

	
}

#content p.articulo
{
	width:65%;
	height:auto;
	margin: 0 20px 0 0;	
}

#content img.articulo 
{
	width:30%;
	height:auto;
}

#content img.lasproductos
{
	width:150px;
	height:auto;
	margin: 0 10px;
}

#footer
{
	width:inherit;
	height:auto;
	margin-top: 7%;
}

#navigation
{
	margin-left:10%;
}

#navigation, #recentPost, #sampleText
{
	width:25%;
	height:auto;
	margin: 0 25px;
}

.cf
{
	clear:both;
}
}