/* RESET */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section, input, textarea, select, option {
	margin         : 0;
	padding        : 0;
	border         : 0;
	vertical-align : baseline
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display : block
}

body {
	line-height : 1
}

a img {
	border : none
}

table {
	border-collapse : separate;
	border-spacing  : 0
}

caption, th, td {
	text-align  : left;
	font-weight : 400
}

table, td, th {
	vertical-align : middle
}

table, tr, td, hr {
	line-height : 1.15;
}

hr {
	display : none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content : ""
}

blockquote, q {
	quotes : "" ""
}

:focus {
	outline : 0
}

ins {
	text-decoration : none
}

del {
	text-decoration : line-through
}

button::-moz-focus-inner {
	border : 0
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style  : inherit;
	font-weight : inherit
}

li {
	list-style : none
}

input, button, textarea, select, optgroup, option {
	font-family : inherit;
	font-size   : inherit;
	font-style  : inherit;
	font-weight : inherit
}

input, button, textarea, select {
	font-size : 100%
}

:focus {
	outline : none
}

.clear {
	clear : both
}

/* For modern browsers */
.clearfix:before,
.clearfix:after {
	content : "";
	display : table;
}

.clearfix:after {
	clear : both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom : 1;
}

.left {
	float : left;
}

.right {
	float : right;
}

body {
	background  : #f4f5f5;
	font-family : arial, helvetica, san-serif;
	font-size   : 12px;
	line-height : 14px;
	color       : #414141;
}

a {
	text-decoration : none;
	outline         : none;
	color           : #414141;
}

.wrap {
	position    : relative;
	margin      : 0 auto;
	width       : 960px;
}

.top {
	position : relative;
	height   : 230px;
	*z-index : 1000;
}

.content {
	position      : relative;
	margin-top    : -70px;
	margin-bottom : -70px;
	z-index       : 100;

}

.content-top {
	position   : relative;
	z-index    : 100;
	height     : 90px;
	background : url(img/bg-content-top.png) no-repeat;
}

.content-middle {
	position      : relative;
	z-index       : 10;
	width         : 960px;
	background    : url(img/bg.jpg);
	margin-bottom : 20px;
}

.content-bottom {
	height     : 90px;
	background : url(img/bg-content-bottom.png) no-repeat;
}

.bottom {
	position : relative;
	top      : 0;
	height   : 120px;
}

.separador-gris {
	width      : 960px;
	height     : 6px;
	background : url(img/br-gris-960.png) no-repeat;
}

/* ------------------------------ */

h1 {
	position : absolute;
	left     : 58px;
	top      : 10px;
	z-index  : 100;
}

h1 a {
	display     : block;
	width       : 144px;
	height      : 126px;
	background  : url(img/la-virginia-te.png) no-repeat;
	text-indent : -9999px;
}

.menu-main {
	position   : absolute;
	top        : 25px;
	left       : 0;
	width      : 960px;
	height     : 90px;
	background : url(img/bg-menu.png) no-repeat;
}

.menu-main .dropdown {
	position : absolute;
	top      : 25px;
	left     : 275px;
}

.menu-main ul li {
	display : block;
	float   : left;
}

.menu-main ul li a {
	display     : block;
	height      : 40px;
	text-indent : -9999px;
	margin-left : 28px;

}

.menu-main ul li a:hover,
.menu-main ul li a.active {
	background : url(img/bg-menu-hover.png) no-repeat center top;
}

.menu-main .menu-item1 {
	width          : 91px;
	margin-left    : 0;
	padding-bottom : 10px;
}

.menu-main .menu-item2 {
	width : 93px;
}

.menu-main .menu-item3 {
	width : 99px;
}

.menu-main .menu-item4 {
	width : 88px;
}

.menu-main .menu-item5 {
	margin-left : 22px;
	width       : 90px;
}

/*--- DROPDOWN ---*/

.dropdown li.hover,
.dropdown li:hover {
	position : relative;
	z-index  : 599;
	cursor   : default;
}

.dropdown ul {
	visibility : hidden;
	position   : absolute;
	top        : 100%;
	left       : 0;
	z-index    : 598;
	width      : 220px;
	height     : 155px;
	background : url(img/menu-drop.png) no-repeat;
}

.dropdown ul li {
	float       : none;
	text-indent : -9999px;
}

.dropdown ul li a {
	text-indent : -9999px;
	margin-left : 0;
	height      : 31px;
}

.dropdown ul li a:hover {
	background   : #fbed9d;
	-moz-opacity : .50;
	filter       : alpha(opacity = 50);
	opacity      : .50;
}

.dropdown ul ul {
	top  : 1px;
	left : 99%;
}

.dropdown li:hover > ul {
	visibility : visible;
}

.social-media {
	position   : absolute;
	right      : 32px;
	top        : 0;
	width      : 56px;
	height     : 90px;
	background : url(img/bg-redes-sociales.png) no-repeat;
	z-index    : 100;
}

.social-media li a {
	display     : block;
	text-indent : -9999px;
	position    : absolute;
	width       : 20px;
	height      : 30px;
}

.social-media li a.menu-facebook {
	top  : 45px;
	left : 4px;
}

.social-media li a.menu-twitter {
	top  : 59px;
	left : 32px;
}

/* ------------------------------ */

#home .top {
	height : 582px;
}

#home .top {
	*height   : 560px;
	*overflow : hidden;
}

#home .content-middle {
	*margin-top : 50px; /* -- IE7 -- slider */
}

#home #bottom-1 {
	background : url(img/hace-una-pausa-bottom.jpg) no-repeat;
}

#home #bottom-2 {
	background : url(img/busca-tu-momento-bottom.jpg) no-repeat;
}

#home #bottom-3 {
	background : url(img/conoce-mas-bottom.jpg) no-repeat;
}

#home #bottom-4 {
	background : url(img/hace-una-pausa-bottom.jpg) no-repeat;
}

.menu-box {
	position      : relative;
	float         : left;
	margin-bottom : 20px;
}

#home .menu-box#hace-una-pausa {
	margin-left : 33px;
	width       : 306px;
	z-index     : 100;
}

#home .menu-box#conoce-mas {
	width : 303px;
}

#home .menu-box#busca-tu-momento {
	margin-left : 25px;
	width       : 283px;
}

#home .menu-box#descrubri-la-naturaleza {
	margin-top : 20px;
	width      : 306px;
}

#home .menu-box#sentite-bien {
	margin-top  : 20px;
	margin-left : 27px;
	width       : 319px;
}

#home .menu-box#reflexiona {
	margin-top  : 20px;
	margin-left : 25px;
	width       : 264px;
}

#home .menu-box#hace-una-pausa p {
	margin-left : 25px;
}

#home .menu-box#conoce-mas p {
	margin-left : 25px;
}

#home .menu-box#busca-tu-momento p {
	margin-left : 0;
}

#home .menu-box#descrubri-la-naturaleza p {
	margin-left : 58px;
}

#home .menu-box#sentite-bien p {
	margin-left : 32px;
}

#home .menu-box#reflexiona p {
	margin-left : 0px;
}

#home h2 {
	text-indent : -9999px;
}

#home #hace-una-pausa h2 {
	width      : 306px;
	height     : 176px;
	background : url(img/hace-una-pausa.png);
}

#home #conoce-mas h2 {
	width      : 303px;
	height     : 178px;
	background : url(img/conoce-mas.png);
}

#home #busca-tu-momento h2 {
	width      : 283px;
	height     : 176px;
	background : url(img/busca-tu-momento.png);
}

#home #descrubri-la-naturaleza h2 {
	width      : 306px;
	height     : 205px;
	background : url(img/descubri-la-naturaleza.png);
}

#home #sentite-bien h2 {
	width      : 319px;
	height     : 214px;
	background : url(img/sentite-bien.png);
}

#home #reflexiona h2 {
	width      : 263px;
	height     : 203px;
	background : url(img/reflexiona.png);
}

#home p {
	text-align     : justify;
	letter-spacing : -0.5px;
}

#home .menu-box a {
	display      : block;
	text-indent  : -9999px;
	width        : 50px;
	height       : 15px;
	background   : url(img/leer-mas.png) no-repeat;
	margin-top   : 15px;
	margin-left  : auto;
	margin-right : 0;
}

#home #hace-una-pausa a {
	background-position : left top;
}

#home #conoce-mas a {
	background-position : center top;
}

#home #busca-tu-momento a {
	background-position : right top;
}

#home #descrubri-la-naturaleza a {
	background-position : left bottom;
}

#home #sentite-bien a {
	background-position : center bottom;
}

#home #reflexiona a {
	background-position : right bottom;
}

/* ------------------------------ */

.content-middle.secciones h2 {
	float       : left;
	margin      : 30px 0 20px 30px;
	text-indent : -9999px;

}

.content-middle.secciones .descripcion-principal {
	float       : left;
	margin      : 50px 0 0 60px;
	text-indent : -9999px;
}

/* ------------------- VER TODO ----------- */

.ver-1 .top {
	background : url(img/ver-todo-top.jpg) no-repeat;
}

.ver-1 .bottom {
	background : url(img/hace-una-pausa-bottom.jpg) no-repeat;
}

.ver-2 .top {
	background : url(img/conoce-mas-top.jpg) no-repeat;
}

.ver-2 .bottom {
	background : url(img/conoce-mas-bottom.jpg) no-repeat;
}

.ver-3 .top {
	background : url(img/descubri-la-naturaleza-top.jpg) no-repeat;
}

.ver-3 .bottom {
	background : url(img/descubri-la-naturaleza-bottom.jpg) no-repeat;
}

.ver-4 .top {
	background : url(img/busca-tu-momento-top.jpg) no-repeat;
}

.ver-4 .bottom {
	background : url(img/busca-tu-momento-bottom.jpg) no-repeat;
}

#ver-todo h2 {
	float  : none;
	margin : 7px 0 14px 25px;
	height : 31px;
}

#ver-todo .slider-imagenes {
	margin : 45px 0 0 0;
}

#ver-todo .slider-imagenes img {
	display : block;
	margin  : 0 auto;
}

#ver-todo .slider-listado {
	margin : 5px 0 0 60px;
}

#ver-todo .slider-listado ul {
	display : none;
}

#ver-todo .slider-listado ul.ver-1 {
	display : block;
}

#ver-todo h2 {
	display : none;
}

#ver-todo h2.ver-1 {
	display : block;
}

#ver-todo .slider-listado li {
	display : block;
	float   : left;
	width   : 290px;
	margin  : 15px 0 0 0px;
}

#ver-todo .slider-listado h3 {
	height            : 23px;
	text-indent       : -9999px;
	background-repeat : no-repeat;
}

.sabores-presentacion {
	color : #a5a5a5;
}

h2.ver-1 {
	width      : 259px;
	background : url(img/ver-la-virginia-filtrado-rapido.png) no-repeat;
}

h2.ver-2 {
	width      : 131px;
	background : url(img/ver-especiales.png) no-repeat;
}

h2.ver-3 {
	width      : 175px;
	background : url(img/ver-hiernas-en-saquitos.png) no-repeat;
}

h2.ver-4 {
	width      : 142px;
	background : url(img/ver-saborizados.png) no-repeat;
}

.ver-te-negro {
	background : url(img/te-negro.png) no-repeat;
}

.ver-te-blanco {
	background : url(img/te-blanco.png) no-repeat;
}

.ver-te-rojo {
	background : url(img/te-rojo.png) no-repeat;
}

.ver-te-verde {
	background : url(img/te-verde.png) no-repeat;
}

.ver-te-verde-citrus {
	background : url(img/te-verde-citrus.png) no-repeat;
}

.ver-tilo {
	background : url(img/te-tilo.png) no-repeat;
}

.ver-manzanilla {
	background : url(img/te-manzanilla.png) no-repeat;
}

.ver-cedron {
	background : url(img/te-cedron.png) no-repeat;
}

.ver-manzanilla-cedron {
	background : url(img/te-tilo-manzanilla-cedron.png) no-repeat;
}

.ver-manzanilla-anis {
	background : url(img/te-manzanilla-anis.png) no-repeat;
}

.ver-hierbas-naturales {
	background : url(img/te-mezcla-hierbas-naturales.png) no-repeat;
}

.ver-boldo {
	background : url(img/te-boldo.png) no-repeat;
}

.ver-menta {
	background : url(img/te-menta-peperina.png) no-repeat;
}

.ver-hierbas-mentoladas {
	background : url(img/te-mezcla-hierbas-mentoladas.png) no-repeat;
}

.ver-hierbas-alimonadas {
	float        : right !important;
	margin-right : 30px !important;
	background   : url(img/te-mezcla-hierbas-alimonadas.png) no-repeat;
}

.ver-limon {
	background : url(img/te-limon-vitamina-c.png) no-repeat;
}

.ver-durazno {
	background : url(img/te-durazno.png) no-repeat;
}

.ver-frutas-tropicales {
	background : url(img/te-frutas-tropicales.png) no-repeat;
}

.ver-manzana {
	background : url(img/te-manzana.png) no-repeat;
}

.ver-frutilla {
	background : url(img/te-frutilla.png) no-repeat;
}

.ver-rosa-mosqueta {
	background : url(img/te-rosa-mosqueta-manzanilla.png) no-repeat;
}

.ver-canela {
	background : url(img/te-canela.png) no-repeat;
}

.ver-mandarina-naranja-pomelo {
	background : url(img/te-mandarina-pomelo-naranja.png) no-repeat;
}

/* ------------------- HACE UNA PAUSA ----------- */

#hace-una-pausa .top {
	background : url(img/hace-una-pausa-top.jpg) no-repeat;
}

#hace-una-pausa .bottom {
	background : url(img/hace-una-pausa-bottom.jpg) no-repeat;
}

#hace-una-pausa .content-middle h2 {
	margin-top  : 220px;
	margin-left : 30px;
	background  : url(img/hace-una-pausa.png) no-repeat;
	width       : 306px;
	height      : 115px;
}

#hace-una-pausa .descripcion-principal {
	margin-left : 50px;
	background  : url(img/hace-una-pausa-descripcion.png) no-repeat;
	width       : 534px;
	height      : 287px;
}

#hace-una-pausa .sabores {
	margin : 25px 0 15px 60px;
	width  : 390px;
}

#hace-una-pausa h3 {
	text-indent : -9999px;
	width       : 350px;
	height      : 30px;
}

#hace-una-pausa #planta-del-te h3 {
	background : url(img/la-planta-del-te.png) no-repeat;
}

#hace-una-pausa #el-te-negro h3 {
	background : url(img/el-te-negro.png) no-repeat;
}

#hace-una-pausa #te-saquitos h3 {
	background : url(img/te-saquitos-filtrado-rapido.png) no-repeat;
}

#hace-una-pausa .right {
	margin : 143px 45px 0 0;
}

#hace-una-pausa .right img {
	display : block;
	margin  : 0 auto;
}

#hace-una-pausa .right p {
	color      : #a5a5a5;
	text-align : center;
}

/* ------------------- REFLEXIONA ----------- */

#reflexiona .top {
	background : url(img/reflexiona-top.jpg) no-repeat;
}

#reflexiona .bottom {
	background : url(img/reflexiona-bottom.jpg) no-repeat;
}

#reflexiona .content-middle h2 {
	margin     : 20px 0 20px 75px;
	background : url(img/reflexiona.png) no-repeat;
	width      : 306px;
	height     : 160px;
}

#reflexiona .descripcion-principal {
	margin     : 40px 0 0 100px;
	background : url(img/reflexiona-descripcion.png) no-repeat;
	width      : 341px;
	height     : 84px;
}

#reflexiona .frases {
	margin : 85px auto 80px auto;
}

#reflexiona .frases li {
	font-size   : 14px;
	line-height : 20px;

	text-align  : center;
	width       : 100%;
	display     : block;
}

#reflexiona .frases span {
	color : #a5a5a5;
}

/* ------------------- NOVEDADES ----------- */

#novedades .top {
	background : url(img/sentite-bien-top.jpg) no-repeat;
}

#novedades .bottom {
	background : url(img/sentite-bien-bottom.jpg) no-repeat;
}

#novedades .novedad {
	width : 555px;
	float : right;
}

#novedades .novedad h2 {
	text-indent : -9999px;
	margin      : 20px auto 25px;
}

#novedades img {
	display : block;
	margin  : 30px 0 0 70px;
	float   : left;
}

#novedades .novedad-1 h2 {
	width      : 345px;
	height     : 52px;
	background : url(img/novedades-titulo1.png)
}

#novedades .novedad-2 h2 {
	width      : 496px;
	height     : 73px;
	background : url(img/novedades-titulo2.png)
}

#novedades p {
	text-align : left;
	margin     : 0 0 0 0;
}

/* ------------------- CONTACTO ----------- */

#contacto .top {
	background : url(img/sentite-bien-top.jpg) no-repeat;
}

#contacto .bottom {
	background : url(img/sentite-bien-bottom.jpg) no-repeat;
}

#contacto .content-middle h2 {
	margin     : 10px 0 5px 30px;
	background : url(img/contacto.png) no-repeat;
	width      : 119px;
	height     : 18px;
}

#contacto form {
	float  : left;
	margin : 40px 0 30px 180px;
	width  : 515px;
}

#contacto form .input-checkbox,
#contacto form .input-text {
	margin-bottom : 10px;
}

#contacto label {
	display     : block;
	float       : left;
	width       : 150px;
	height      : 30px;
	margin      : 0 20px 0 0;
	text-indent : -9999px;
}

#contacto #nombre-apellido label {
	background : url(img/nombre-apellido.png) no-repeat right center;
}

#contacto #email-input label {
	background : url(img/email.png) no-repeat right center;
}

#contacto #consulta label {
	background : url(img/consulta.png) no-repeat right center;
}

#contacto #consulta textarea {
	height  : 175px;
	width   : 330px;
	border  : 1px solid #a6ccb7;
	padding : 5px;
}

#contacto input {
	width       : 335px;
	height      : 28px;
	line-height : 28px;
	border      : 1px solid #a6ccb7;
	padding     : 0 3px;
}

#contacto .input-checkbox input {
	float           : left;
	outline         : 2px solid #a6ccb7;
	-moz-appearance : none;
	-o-appearance   : none;
	background      : transparent;
	border          : 0;
	width           : 13px;
	height          : 13px;
	margin-right    : 8px;
	margin-left     : 172px;
}

#contacto .input-checkbox label {
	float       : left;
	text-indent : 0;
	line-height : 13px;
}

.obligatorio {
	margin : 8px 0 0 172px;
	float  : left;
}

#contacto .submit {
	float : right;
	width : 106px;
}

#contacto .submit input {
	display     : block;
	width       : 106px;
	height      : 30px;
	background  : url(img/enviar.png) no-repeat;
	line-height : 1;
	text-indent : -9999px;
	cursor      : pointer;
	padding     : 0;
}

.error-list {
	margin  : 80px 30px 0 0;
	float   : right;
	display : none;
}

.error-list ul {
	margin : 25px 0 20px 5px;
}

.error-list li {

	width               : 214px;
	list-style-type     : disc;
	list-style-position : inside;
}

.error-list-top {

	text-indent : -9999px;
	width       : 214px;
	height      : 76px;
	background  : url(img/error-list-top.png) no-repeat;
}

.error-list-bottom {
	width      : 212px;
	height     : 24px;
	background : url(img/error-list-bottom.png) no-repeat;
}

#contacto .servicios-cliente h2 {
	float       : none;
	background  : url("img/servicio-atencion-al-consumidor.png") no-repeat scroll 0 0 transparent;
	height      : 14px;
	margin      : 35px auto 30px auto;
	width       : 267px;
	text-indent : -9999px;
}

#contacto .servicios-cliente p {
	text-align    : center;
	margin-bottom : 25px;
}

#contacto .servicios-cliente p a {
	text-decoration : underline;
}

#contacto .gracias {
	width       : 350px;
	height      : 100px;
	background  : url(img/gracias.png);
	margin      : 30px auto;
	display     : none;
	text-indent : -9999px;
}

/* ------------------- SENTITE BIEN ----------- */

#sentite-bien .top {
	background : url(img/sentite-bien-top.jpg) no-repeat;
}

#sentite-bien .bottom {
	background : url(img/sentite-bien-bottom.jpg) no-repeat;
}

#sentite-bien .content-middle h2 {
	margin-top : 72px;
	background : url(img/sentite-bien.png) no-repeat;
	width      : 306px;
	height     : 160px;
}

#sentite-bien .descripcion-principal {
	margin-left : 100px;
	background  : url(img/sentite-bien-descripcion.png) no-repeat;
	width       : 400px;
	height      : 170px;
}

#sentite-bien .descripcion-principal-2 {
	margin      : 40px 0 0 140px;
	background  : url(img/sentite-bien-descripcion-2.png) no-repeat;
	width       : 293px;
	height      : 44px;
	text-indent : -9999px;
}

#sentite-bien .a-un-espacio-diferente {
	margin : 35px 0 35px 350px;
	width  : 555px;
}

/* ------------------- BUSCA TU MOMENTO ----------- */

#busca-tu-momento .top {
	background : url(img/busca-tu-momento-top.jpg) no-repeat;
}

#busca-tu-momento .bottom {
	background : url(img/busca-tu-momento-bottom.jpg) no-repeat;
}

#busca-tu-momento .content-middle h2 {
	margin-top : 220px;
	background : url(img/busca-tu-momento.png) no-repeat;
	width      : 306px;
	height     : 115px;
}

#busca-tu-momento .descripcion-principal {
	margin-left : 10px;
	background  : url(img/busca-tu-momento-descripcion.png) no-repeat;
	width       : 534px;
	height      : 287px;
}

#busca-tu-momento .a-un-espacio-diferente {
	margin : 35px 0 35px 350px;
	width  : 555px;
}

#busca-tu-momento .a-un-espacio-diferente h4 {
	margin-bottom : 20px;
	text-indent   : -9999px;
	background    : url(img/a-un-espacio-diferente.png) no-repeat;
	width         : 142px;
	height        : 19px;
}

#busca-tu-momento .content-middle img {
	display : block;
	margin  : 0 auto 10px;
}

#busca-tu-momento .content-middle h2 {
	margin-top : 220px;
	background : url(img/busca-tu-momento.png) no-repeat;
	width      : 306px;
	height     : 115px;
}

#busca-tu-momento .sabores {
	float  : left;
	width  : 245px;
	margin : 20px 0 0 60px;
	color  : #a5a5a5;
}

#busca-tu-momento h3 {
	text-indent : -9999px;
	width       : 185px;
	height      : 22px;
}

#busca-tu-momento #limon h3 {
	background : url(img/te-limon-vitamina-c.png) no-repeat;
}

#busca-tu-momento #durazno h3 {
	background : url(img/te-durazno.png) no-repeat;
}

#busca-tu-momento #frutas-tropicales h3 {
	background : url(img/te-frutas-tropicales.png) no-repeat;
}

#busca-tu-momento #manzana h3 {
	background : url(img/te-manzana.png) no-repeat;
}

#busca-tu-momento #frutilla h3 {
	background : url(img/te-frutilla.png) no-repeat;
}

#busca-tu-momento #rosa-mosqueta h3 {
	background : url(img/te-rosa-mosqueta-manzanilla.png) no-repeat;
}

#busca-tu-momento #canela h3 {
	background : url(img/te-canela.png) no-repeat;
}

#busca-tu-momento #mandarina-naranja-pomelo h3 {
	background : url(img/te-mandarina-pomelo-naranja.png) no-repeat;
}

/* ------------------- CONOCE MAS ----------- */

#conoce-mas .top {
	background : url(img/conoce-mas-top.jpg) no-repeat;
}

#conoce-mas .bottom {
	background : url(img/conoce-mas-bottom.jpg) no-repeat;
}

#conoce-mas .content-middle h2 {
	margin-top : 160px;
	background : url(img/conoce-mas.png) no-repeat;
	width      : 303px;
	height     : 140px;
}

#conoce-mas .descripcion-principal {
	background : url(img/conoce-mas-descripcion.png) no-repeat;
	width      : 528px;
	height     : 253px;
}

#conoce-mas .sabores {
	position : relative;
	float    : right;
	margin   : 40px 0;
	width    : 265px;
}

#conoce-mas .sabores h3 {
	width               : 265px;
	height              : 255px;
	text-indent         : -9999px;
	background-position : left center;
}

#conoce-mas .sabores .sabores-presentacion {
	margin-bottom  : 15px;
	letter-spacing : -0.5px;
	color          : #a5a5a5;
}

#conoce-mas .sabores#blanco h3 {
	background : url(img/caja-blanco.png) no-repeat;
}

#conoce-mas .sabores#rojo h3 {
	background : url(img/caja-rojo.png) no-repeat;
}

#conoce-mas .sabores#verde-citrus {
	clear : right;
}

#conoce-mas .sabores#verde h3 {
	background : url(img/caja-verde.png) no-repeat;
}

#conoce-mas .sabores#verde-citrus h3 {
	background : url(img/caja-verde-citrus.png) no-repeat;
}

#conoce-mas .sabores#rojo,
#conoce-mas .sabores#verde-citrus {
	margin : 40px 30px 0 20px;
}

/* ------------------- TERMINOS Y CONDICIONES ----------- */

#terminos .top {
	background : url(img/descubri-la-naturaleza-top.jpg) no-repeat;
}

#terminos .bottom {
	background : url(img/descubri-la-naturaleza-bottom.jpg) no-repeat;
}

#terminos .content-middle h2 {
	background : url(img/terminos-de-uso.png) no-repeat;
	width      : 94px;
	height     : 22px;
}

#terminos p {
	margin     : 0 31px 0 25px;
	text-align : justify;
}

#terminos p strong {
	display     : block;
	font-weight : bold;
	margin      : 10px 0;
}

/* ------------------- DESCUBRI LA NATURALEZA ----------- */

#descubri-la-naturaleza .top {
	background : url(img/descubri-la-naturaleza-top.jpg) no-repeat;
}

#descubri-la-naturaleza .bottom {
	background : url(img/descubri-la-naturaleza-bottom.jpg) no-repeat;
}

#descubri-la-naturaleza .content-middle h2 {
	background : url(img/descubri-la-naturaleza.png) no-repeat;
	width      : 306px;
	height     : 150px;
}

#descubri-la-naturaleza .descripcion-principal {
	background : url(img/descubri-la-naturaleza-descripcion.png) no-repeat;
	width      : 510px;
	height     : 71px;
}

#descubri-la-naturaleza .sabores {
	position : relative;
	float    : left;
	margin   : 40px 0;
	width    : 265px;
}

#descubri-la-naturaleza .sabores h3 {
	width               : 265px;
	height              : 255px;
	text-indent         : -9999px;
	background-position : left center;
}

#descubri-la-naturaleza .sabores .sabores-presentacion {
	margin-bottom  : 15px;
	letter-spacing : -0.5px;
	color          : #a5a5a5;
}

#descubri-la-naturaleza .sabores#boldo-50,
#descubri-la-naturaleza .sabores#manzanilla,
#descubri-la-naturaleza .sabores#mezcla-de-hierbas {
	margin-left : 62px;
}

#descubri-la-naturaleza .sabores#menta-peperina,
#descubri-la-naturaleza .sabores#boldo-25 {
	margin-left : 24px;
}

#descubri-la-naturaleza .sabores#tilo,
#descubri-la-naturaleza .sabores#cedron {
	margin-left : 20px;
}

#descubri-la-naturaleza .sabores#boldo-50 h3 {
	background : url(img/caja-boldo-50.png) no-repeat;
}

#descubri-la-naturaleza .sabores#boldo-25 h3 {
	background : url(img/caja-boldo-25.png) no-repeat;
}

#descubri-la-naturaleza .sabores#tilo h3 {
	background : url(img/caja-tilo.png) no-repeat;
}

#descubri-la-naturaleza .sabores#manzanilla h3 {
	background : url(img/caja-manzanilla.png) no-repeat;
}

#descubri-la-naturaleza .sabores#menta-peperina h3 {
	background : url(img/caja-mente-peperina.png) no-repeat;
}

#descubri-la-naturaleza .sabores#cedron h3 {
	background : url(img/caja-cedron.png) no-repeat left center;
}

#descubri-la-naturaleza .sabores#mezcla-de-hierbas {
	clear      : left;
	width      : 555px;
	height     : 200px;
	background : url(img/caja-mezcla-de-hierbas.png) no-repeat
}

#descubri-la-naturaleza .sabores#mezcla-de-hierbas .sabores-presentacion {
	position : absolute;
	top      : 53px;
	left     : 289px;
}

#descubri-la-naturaleza .sabores#mezcla-de-hierbas .sabores-descripcion {
	position : absolute;
	top      : 95px;
	left     : 289px;
}

/* ------------------- FOOTER ----------- */

.menu-bottom {
	float       : left;
	top         : 75px;
	background  : #fff;
	width       : 100%;
	position    : relative;
	height      : 31px;
	line-height : 31px;
	overflow    : hidden;
}

.menu-bottom ul {
	clear    : left;
	float    : left;
	position : relative;
	left     : 50%;

}

.menu-bottom li {
	display  : block;
	float    : left;
	position : relative;
	right    : 50%;
}

.menu-bottom li a {
	text-decoration : underline;
}