@charset "UTF-8";
/* CSS Document */

/* @group tags */
html, body {
	padding:0px;
    margin:0px;
	background-color:#ffffff;
}
img{
	border: 0;
}
a{
	outline: 0;
	text-decoration: none;
}

ul{
	list-style: none;
}
/* @end */

/* @group Divs */

#main-container{
	margin: 0 auto;
	width: 760px;
	height: 540px;
	position: absolute; /*Posicionamiento absoluto*/
	top: 50%; /*Desde arriba, colocar al 50% de la pantalla*/
	left: 50%; /*Desde la izquierda, colocar al 50% de la pantalla*/
	margin-top: -270px; /*Restamos la mitad de alto para centrarlo vertical*/
	margin-left: -380px; /*Restamos la mitad de ancho para centrarlo horizontalmente*/

}

#top-mid{
	width: 100%;
	height: 540px;
}
#menu{
	width: 230px;
	height: 540px;         
	float: left;
}


#home{
	float: left;
	width: 520px;
	height: 540px;
	overflow: hidden;
}
#navi{
	width: 120px;
	height: 540px;
	background: #ededed;
	float: left;
}
#content{
	width: 400px;
	height: 540px;
	float: left;
}
#content2{
	width: 520px;
	height: 540px;
	float: left;
	color: #765d38;
}

/* El info 400 px x 140 px */
#info{
	width: 100%;
	height: 140px;
	background: #e3e2de;
}

#photo{
	height: 400px;
	clear: both;
}
#copy, #copy2{
	width: 230px;
	clear: both;
	position:absolute;
	bottom: 10px;
}

/* My Comment */
/* @end */

/* @group Obejotas de Divs */
#navi a{
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	color: #765d38;
}

#mapa-info{
	display: block;
	position: absolute;
	width: 250px;
	height: 270px;
	background-color: #f2f1ec;
	top: 0px;
	left: 500px;
	z-index: 10;
	color: #673125;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
}
#mapa-info p{
	padding-left: 34px;
	margin-top: 2px;
}
#mapa-info span{
	color: #8f1e46;
}
#ofertas-photo{
	width: 100%;
	height: 420px;
}
#ofertas-carousel{
	width: 100%;
	height: 120px;
	background: #ededed;
}

.menucatalogo {
	background: #ededed;
}
.menuhome{
	/* background: #fffde8; */
	background: #7c7268;
}

#copy p{
	color: #765d38;
	font:11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
}

#copy2 p{
	color: #c6c3a5;
	font:11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: center;
	margin: 0;
}

/* @end */

/* @group Obejostas Info */
#prod-info{
	width: 100%;
	font: 11px Arial, Verdana, Helvetica, sans-serif;
	color: #765d38;
	padding-top: 30px;
}
#features{
	width:150px ;
	float: left;
	text-align: right;
}
#rfeatures{
	width: 236px;
	float: left;
}
#rfeatures p{
	margin: 0;
}
.list-features{
	text-transform: uppercase;
	padding-left: 0;
}
.list-rfeatures{
	padding-left: 0;
	margin-left: 10px;
}
.nombre {
	font-weight: bold;
	text-transform: uppercase;
}


/* @end */

/* @group Obejotas */

.titulo {
	margin: 0;
	font:18px Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	position: relative;
	left: 50px;
	top: 60px;
}
/* @end */

/* @group formulario */
#formulario {
	padding-top: 30px;
	padding-left: 50px;
}
#formulario, .form{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #765d38;
}

#formulario input{	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#716047;
	border: 1px #e3e2de solid;
}

/* @end */
