@charset "utf-8";

div {
-moz-box-sizing:border-box;
}

.general {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #eeeeee;
	margin: 0px;
	padding: 0px;
}

#wrap { 
	margin: 9px auto 0 auto;
	width: 1003px;
	height: 593px;
	font-family: Trebuchet MS;
	font-size: 12px;
	background-color: #eeeeee;
	color: #000000;
}


#topframe {
	width: 1003px;
	height: 86px;
	/*float: left;*/
	
}

#topleft {
	width: 128px;
	height: 86px;
	float: left;
	background-image: url(../images/topleft.jpg);
}

#noticias {
	width: 82px;
	height: 86px;
	float:left;
	background-image: url(../images/noticias.jpg);
}

#quienes {
	width: 152px;
	height: 86px;
	float: left;
	background-image: url(../images/quienes.jpg);
}

#donde {
	width: 150px;
	height: 86px;
	float:left;
	background-image: url(../images/donde.jpg);
}

#productos {
	width: 108px;
	height: 86px;
	float:left;
	background-image: url(../images/productos.jpg);
}

#contacto {
	width: 122px;
	height: 86px;
	float:left;
	background-image: url(../images/contacto.jpg);
}

#topright {
	width: 261px;
	height: 86px;
	float: left;
	background-image: url(../images/topright.jpg);
}

#medium {
	width: 1003px;
	height: 114px;
	float:left;
	background-image: url(../images/medium.jpg);
	background-repeat: no-repeat;
	background-color: #dce0e3;
	
}

#banner {
	width: 202px;
	height: 373px;
	float: left;
	background-image: url(../images/banner.jpg);
}

#title{
	width:801px;
	height: 38px;
	float:left;
	text-align: right;
	background-image: url(../images/title.jpg);
}

#titletienda{
	width:801px;
	height: 30px;
	float:left;
	text-align: right;
	background-image: url(../images/title.jpg);
}

#baja {
	width: 1003px;
	height:20px;
	float:left;
	text-align: right;
	background-color: #556771;
	color: #ffffff;
}

#center {
	width: 801px;
	height: 335px;
	float:left;
	background-image: url(../images/center.jpg);
}



