*{
	margin: 0px;
	padding: 0px;
}

body{
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #EEEEEE;
	font-family: arial;
}

tr{
  height: 25px;
}


.wrapper{
	width: 800px;
	height: auto;
	margin: auto;
	overflow: hidden;
}

.header{
	width: 800px;
	height: 150px;
	background-image: url("../images/header2.jpg");
	background-repeat: no-repeat;
}

.header .menu{
	width: 800px;
	height: auto;
	padding-top: 60px;
}

.menu .left{
	margin-left: 20px;
	float: left;
}

.menu .right{
	margin-right: 20px;
	float: right;
}

.menu .item{
	float: left;
	margin-left: 20px;
	font-size: 12px;
}

.item a{
	color: #FFFFFF;
	text-decoration: none;
}

.item a:hover{
	text-decoration: underline;
}

.content{
	width: 800px;
	height: auto;
}

.content .destacados_home{
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.destacados_home .producto{
	width: 245px;
	height: 275px;
	margin-left: 20px;
	float: left;
}

.producto .foto{
	width: 230px;
	height: 230px;
	border: 2px solid #CCCCCC;
	background-color: #ffffff;
	padding: 5px;
}

.producto .titulo{
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
}

.producto .titulo a{
	color: #555555;
	text-decoration: none;
}

.producto .titulo a:hover{
	color: #555555;
	text-decoration: underline;
}

.content .product_list{
	padding: 20px 0px 20px 0px;
	overflow: hidden;
}

.product_list .product{
	width: 180px;
	height: auto;
	float: left;
	margin-left: 20px;
	margin-bottom: 20px;
}

.product .foto{
	width: 166px;
	height: 166px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
}

.product .titulo{
	text-align: center;
	font-size: 11px;
	padding-top: 10px;
	line-height: 15px;
	height: 30px;
}

.product .titulo a{
	color: #555555;
	text-decoration: none;
}

.product .titulo a:hover{
	color: #555555;
	text-decoration: underline;
}

.content .product_detail{
	padding: 20px 0px 20px 0px;
	overflow: hidden;
	margin-bottom: 20px;
}

.product_detail .titulo{
	font-size: 22px;
	color: #555555;
	letter-spacing: 1px;
	margin-bottom: 20px;
}

.product_detail .subtitulo{
	font-size: 18px;
	color: #777777;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.product_detail .foto{
	width: 200px;
	border: 2px solid #CCCCCC;
	background-color: #FFFFFF;
	padding: 5px;
	float: left;
}

.product_detail .foto .precio{
	font-size: 20px;
	color: #006699;
	border-top: 1px dotted #AAAAAA;
	border-bottom: 1px dotted #AAAAAA;
	margin-top: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: bold;
}

.product_detail .foto .info_nutri{
	font-size: 10px;
	margin-top: 5px;
	text-align: right;
}

.product_detail .foto .info_nutri a{
	color: #006699;
	text-decoration: none;
}

.product_detail .foto .info_nutri a:hover{
	text-decoration: underline;
}

.product_detail .detalle{
    width: 550px;
	overflow: hidden;
	float: left;
	margin-left: 20px;
}

.detalle .descripcion{
	line-height: 15px;
	overflow: hidden;
	font-size: 12px;
}

.consulta{
    width: 245px;
    clear: both;
    margin:20px 0 20px 150px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

input[type=text]{
	font-size: 12px;
	color: #666666;
	padding: 2px;
}

textarea{
	font-size: 12px;
	color: #666666;
	padding: 2px;
	font-family: arial;
}

.empresa{
	margin-bottom: 20px;
}


.empresa .titulo{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777777;
	margin-bottom: 10px;
}

.empresa .texto{
    font-size: 12px;
	color: #555555;
}

.empresa p{
	text-indent: 20px;
	margin-top: 10px;
}

.contacto{
	margin-bottom: 20px;
}

.contacto .titulo{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777777;
	margin-bottom: 10px;
}

.contacto .subtitulo{
    font-size: 12px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.contacto .subtitulo a{
    color: #555555;
    text-decoration: none;
}

.contacto .subtitulo a:hover{
    text-decoration: underline;
}

.form{
    font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.distribuidores{
	margin-bottom: 20px;
    overflow: hidden;
}

.distribuidores .titulo{
    font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #777777;
	margin-bottom: 10px;
}

.distribuidores .foto{
    width: 200px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 20px;
    padding: 5px;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}

.distribuidores .datos{
    width: 500px;
    height: auto;
    float: left;
    overflow: hidden;
    font-size: 12px;
    text-align: left;
    line-height: 25px;

}


.banners{
	width: 800px;
	height: 140px;
}

.banners .banner{
	width: 350px;
	height: 100px;
	margin: 0 0 0 35px;
	float: left;
	background-color: #333333;
}


.footer{
	width: 100%;
	height: 100px;
	background-image: url("../images/footer.jpg");
}

.footer .content{
	width: 760px;
	height: auto;
	padding: 20px;
	margin: auto;
	font-size: 11px;
	letter-spacing: 1px;
	color: #555555;
}

.footer .content .menu{
	letter-spacing: 1px;
}

.footer .content .menu a{
	text-decoration: none;
	color: #555555;
}

.footer .content .menu a:hover{
	text-decoration: underline;
}

