/* /reset/ */
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a img{
    border: none;
}
/* /termina reset/ */

body {
    background: #019746 url("../images/bg_top.png") center top no-repeat;
    font-family: "Georgia",Times, serif; 
    font-size: 12px;
    color: #707070;
    margin: 0px;
    padding: 0px;
}
#main {
    background: transparent url("../images/bg_bottom.png") center bottom no-repeat;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.logo_right{
    background: transparent url("../images/logo_main.png") center bottom no-repeat;
    width: 366px;
    height: 363px;
    overflow: hidden;
    display: block;
    margin: -181px -900px 0px 0px;
    padding: 0px;
    position: absolute;
    top: 50%;
    right: 50%;
}
.logo_left{
    background: transparent url("../images/logo_main.png") center bottom no-repeat;
    width: 366px;
    height: 363px;
    overflow: hidden;
    display: block;
    margin: -181px 0px 0px -900px;
    padding: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
}

h1 {
    background: transparent url("../images/logo.png") top left no-repeat;
    width: 374px;
    height: 167px;
    margin: 0px;
    padding: 0px;
}
h1:hover {
    background: transparent url("../images/logo.png") bottom left no-repeat;
}
h1 a {
    display: block;
    width: 374px;
    height: 167px;
}
h1 span {
    display: none;
}
h2{
    font-size: 50px;
    margin: 0px 0px 20px 0px;
    padding: 0px 0px 10px 8px;
    line-height: 45px;
    color: #219741;
    font-family: 'amorinda';
    font-weight: normal;
    border-bottom: 5px solid #219741;
    display: block;
}
h3{
    font-size: 40px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    line-height: 50px;
    color: #219741;
    font-weight: normal;
    font-family: 'amorinda'; 
}
h4{
    font-size: 30px;
    margin: 0px;
    padding: 0px 0px 0px 10px;
    line-height: 40px;
    color: #d44630;
    font-weight: normal;
    font-family: 'amorinda'; 
}
#logo {
    width: 374px;
    height: 167px;
    margin: 0px auto;
    display: block;
    padding: 0px;
}
img {
    border: none;
}
p{
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    color: #323232;
    font-family: "Arial";
}
a{
    text-decoration: underline;
    color: #939598;
}
a:hover{
    text-decoration: none;
}

.bg_blanco{
    background-color: #fff;
    width: 960px;
    height: auto;
    min-height: 400px;
    margin: 0px;
    padding: 10px 0px;
    overflow: hidden;
    border-radius: 12px;
    -ms-border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    -khtml-border-radius: 12px;
}

#footer{
    background: transparent url("../images/bg_footer.png") center top no-repeat;
    width: 100%;
    height: 80px;
    padding: 0px;
    margin: 20px auto 0px auto;
    overflow: hidden;
    display: block;
    position: relative;
}
#footer .cont_footer{
    background: transparent url("../images/icon_recycle.png") left top no-repeat;
    height: 55px;
    padding: 8px 0px 0px 70px;
    margin: 19px 0px;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    line-height: 55px;
    color: #fff;
    font-style: italic;
    float: left;
}
#footer .logo_footer{
    background: transparent url("../images/logo_footer.png") right top no-repeat;
    height: 65px;
    padding: 0px 85px 0px 0px;
    margin: 19px 0px;
    overflow: hidden;
    text-align: left;
    font-size: 15px;
    line-height: 65px;
    color: #fff;
    font-style: italic;
    float: right;
}
#social_icons{
    position: absolute;
    top:42px;
    right:20px;
    overflow: hidden;
    display: block;
}
#social_icons ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#social_icons ul li{
    width: 36px;
    height: 38px;
    margin: 0px 0px 0px 10px;
    padding: 0px;
    float: left;
    overflow: hidden;
}
#social_icons ul li a{
    width: 36px;
    height: 38px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-indent: -9999px;
    display: block;
}
#social_icons ul li.facebook a{
    background: transparent url("../images/icon_social.png") left top no-repeat;
}
#social_icons ul li.facebook a:hover{
    background: transparent url("../images/icon_social.png") left bottom no-repeat;
}
#social_icons ul li.twitter a{
    background: transparent url("../images/icon_social.png") right top no-repeat;
}
#social_icons ul li.twitter a:hover{
    background: transparent url("../images/icon_social.png") right bottom no-repeat;
}


/*PRODUCTOS---------------------------------------------------------------*/
#botones_prod{
    width: 912px;
    height: 125px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    border-bottom: 1px solid #cbcbcb;
}
#botones_prod ul{
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
#botones_prod ul li{
    width: 226px;
    height: 125px;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
}
#botones_prod ul li.sep{
    border-right: 1px solid #cbcbcb;
}
#botones_prod ul li.prod_01{
    background: transparent url("../images/prod_pakc_01.png") 10px 8px no-repeat;
}

#botones_prod ul li.prod_02{
    background: transparent url("../images/prod_pakc_02.png") 10px 8px no-repeat;
}

#botones_prod ul li.prod_03{
    background: transparent url("../images/prod_pakc_03.png") 10px 8px no-repeat;
}

#botones_prod ul li.prod_04{
    background: transparent url("../images/prod_pakc_04.png") 10px 8px no-repeat;
}
#botones_prod ul li a{
    width: 226px;
    height: 125px;
    overflow: hidden;
    display: block;
}
#botones_prod ul li a:hover{
    background: transparent url("../images/over_bg_btnprod.png") right 70px no-repeat;
    color: #219741;
}
#botones_prod ul li a .texto{
    font-family: 'amorinda';
    font-size: 33px;
    color: #cbcbcb;
    line-height: 25px;
    float: left;
    margin: 42px 0px 0px 95px;
    display: block;
}
#botones_prod ul li a:hover .texto, #botones_prod ul li.activo a .texto{
    color: #219741;
}
#botones_prod ul li a .texto small{
    font-size: 25px;
    display: block;
}
#contenido_prod{
    width: 912px;
    height: auto;
    min-height: 352px;
    margin: 0px;
    overflow: hidden;
}
.bg_prod{
    background: transparent url("../images/bg_productos.jpg") left top no-repeat;
}
#contenido_prod .pic_prod{
    width: 444px;
    height: auto;
    min-height: 352px;
    margin: 50px 0px 0px 0px;
    overflow: hidden;
    text-align: center;
}


/*CONTACTO-------------------------------------------------------------------*/
.bg_contacto{
    background: transparent url("../images/icon_sobre.jpg") right top no-repeat;
}
.form_contacto{
    width: 912px;
    height: auto;
    overflow: hidden;
    margin: 20px 0px 20px 0px;
    padding: 0px;
}
.form_contacto label{
    font-family: 'amorinda';
    font-size: 33px;
    color: #219741;
    display: block;
    margin: 0px;
    padding: 0px 0px 10px 8px;
}
.form_contacto .input{
    width: 422px;
    height: 38px;
    background-color: #f3f3f3;
    border: 1px solid #d1d1d1;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
}
.form_contacto .textarea{
    width: 422px;
    height: 244px;
    background-color: #f3f3f3;
    border: 1px solid #d1d1d1;
    margin: 0px;
    padding: 0px 10px;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    line-height: 38px;
    font-size: 12px;
    color: #666;
    font-family: "Arial";
}
.form_contacto .btn_enviar{
    background: transparent url("../images/bg_btn_enviar.jpg") 0 0 repeat-x;
    width: auto;
    height: 45px;
    border: 1px solid #5b5b5b;
    line-height: 45px;
    margin: 21px 0px 0px 0px;
    padding: 0px 30px;
    overflow: hidden;
    display: block;
    font-family: 'amorinda';
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    text-transform: none;
}
.form_contacto .btn_enviar:hover{
    color: #ffed00;
}

/*SALUD Y BELLEZA----------------------------------------------------------*/
.bg_salud{
    background: #fff url("../images/bg_saludybelleza.jpg") -1px -20px no-repeat;
    min-height: 667px;
}
.shadow{
    background: transparent url("../images/shadow_960.png") center top no-repeat;
    width: 960px;
    height: 22px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

/*ORGANICO 100% ----------------------------------------------------------*/
.bg_organico{
    background: #fff url("../images/bg_organico.jpg") -1px -20px no-repeat;
    min-height: 667px;
}

/*DELEITATE----------------------------------------------------------------*/
.f-pics{
    padding: 0px 0px 30px 30px;
    margin: 0px;
    float: right;
}
#menu_deleitate{
    width: 210px;
    height: auto;
    overflow: hidden;
    margin: 0px;
    padding: 0px;
}
#menu_deleitate ul{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
#menu_deleitate ul li{
    width: 210px;
    height: 42px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    display: block;
    line-height: 42px;
    border-bottom:1px solid #cbcbcb;
}
#menu_deleitate ul li a{
    color: #ef1d26;
    font-size: 22px;
    font-family: 'amorinda';
    margin: 0px;
    padding: 0px 0px 0px 10px;
    overflow: hidden;
    display: block;
    line-height: 42px;
    text-decoration: none;
}
#menu_deleitate ul li a:hover{
    color: #cbcbcb;
}

#coccion_time{
    background: transparent url("../images/icon_clock.png") 0 0 no-repeat;
    width: 180px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 70px;
    font-size: 24px;
    color: #219741;
    font-family: 'amorinda';
    display: block;
    overflow: hidden;
}
#valores a{
    background: transparent url("../images/icon_food.png") 0 0 no-repeat;
    width: 200px;
    height: 50px;
    line-height: 50px;
    margin: 0px auto 20px auto;
    padding: 0px 0px 0px 70px;
    font-size: 24px;
    color: #219741;
    font-family: 'amorinda';
    display: block;
    overflow: hidden;
    text-decoration: none;
}
#valores a:hover{
    color: #999;
}




/*VARIOS-------------------------------------------------------------------*/
.f-left{
    float: left;
    overflow: hidden;
}
.f-right{
    float: right;
    overflow: hidden;
}

.col_210{
    width: 210px;
    overflow: hidden;
}
.col_444{
    width: 444px;
    overflow: hidden;

}
.col_678{
    width: 648px;
    overflow: hidden;
}
.col_912{
    width: 912px;
    overflow: hidden;
}
.col_960{
    width: 960px;
    overflow: hidden;
}


.zindex_999{
    position: relative;
    z-index: 999;
}
.margen_top_5{
    margin-top: 5px;
    overflow: hidden;
}
.margen_top_10{
    margin-top: 10px;
    overflow: hidden;
}
.margen_top_15{
    margin-top: 15px;
    overflow: hidden;
}
.margen_top_20{
    margin-top: 20px;
    overflow: hidden;
}
.margen_top_30{
    margin-top: 30px;
    overflow: hidden;
}
.margen_top_40{
    margin-top: 40px;
    overflow: hidden;
}
.margen_top_50{
    margin-top: 50px;
    overflow: hidden;
}
.margen_top_60{
    margin-top: 60px;
    overflow: hidden;
}
.margen_top_90{
    margin-top: 90px;
    overflow: hidden;
}
.margen_top_200{
    margin-top: 200px;
    overflow: hidden;
}
.margen_right_20{
    margin-right: 20px;
    overflow: hidden;
}
.center_img{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.center{
    margin-left: auto;
    margin-right: auto;
}
.clear{
    clear: both;
}
.block{
    display: block;
    overflow: hidden;
}
.relative{
    position: relative;
    overflow: hidden;
}
.borde_top{
    border-top: 1px solid #5a5c5c;
}
.border_bottom{
    border-bottom: 1px solid red;
    padding-bottom: 10px;
}
.border_bottom_gris{
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
}
.info, .warning, .error, .success {
	position: relative;
	margin-bottom:2em;
	padding:20px 20px 20px 80px;
	-webkit-border-radiuzs:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	color: #fff;
}
.ie8 .info,
.ie8 .warning,
.ie8 .error,
.ie8 .success {behavior: url(js/PIE.htc);}

.info p, .warning p, .error p, .success p {
	padding:0;
	display:table;
	overflow:hidden;
} 

.success {background: #96be2a url(../images/icons/middle/success.png) no-repeat 16px 50%;}
.error {background: #fc3a3a url(../images/icons/middle/error.png) no-repeat 20px 50%;}
.info {background: #65cbe5 url(../images/icons/middle/info.png) no-repeat 27px 50%;}
.warning {background: #fdaf40 url(../images/icons/middle/warning.png) no-repeat 36px 50%;}

.close-box {
	position:absolute;
	right:20px;
	top:30px;
	display:block;
	cursor:pointer;
	font-size:2em;
}
.error h3, .error p, .success h3, .success p{	
	/*padding-top:20px;*/
	color:#fff;
	/*text-align:center;*/
} 
ul.error_messages {
    list-style-type: none;
    margin: 0 0 0px 15px;
    padding: 0;
}
ul.error_messages li { 
    line-height: 17px;
    color:#333;
    font-size: 14px;
    text-align: left;
    color:#fff;
    font-family: "Arial";
    display: block;
    overflow: hidden;
    margin: 0px 0px 6px 0px;
}

.list-checkmark{
	background: none;
	list-style-type: none;
	display: block;
	background: url(../images/bullet-checkmark.png) no-repeat 0 4px;
	padding-left: 30px;
	margin-bottom: 0px;
}