@charset "utf-8";

html,
body
{
	width:100%;
	height:100%;
}

* { position:relative; }
* a img
{ border:none; }
* a:hover img
{ border:none; }

body
{
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	background: #D4C9AB url(../images/bg-body-main.png) repeat center top;
	margin: 0px;
}

.bgBody
{
	background: url(../images/bg-body-top.png) repeat-x center top;
	height: 100%;
	width: 100%;
}

#wrapper
{
	width:850px;
	margin:0 auto;
	padding:10px 0 0;
	min-height:310px;
}

#header
{
	height: 237px;
	text-align:center;
}

#menu
{
	/*display:none;*/
	position:absolute;
	z-index:100;
	left:50%;
	top:-30px;
	margin-left:-248px;
	background: url(../images/menu-bg.png) no-repeat center top;
	height: 95px;
	width: 496px;
}

#menu a
{
	display:block;
	width:33px;
	height:33px;
	position:absolute;
	overflow:hidden;
	background: url(../images/btn-menu.png) no-repeat 0px 0px;
	text-indent:-999px;
}

#menu a.btnInicio
{
	top:35px;
	left:150px;
}

#menu a.btnInicio:hover
{ background-position: 0px -33px; }

#menu a.btnProductos
{
	top:27px;
	left:203px;
	background-position: -33px 0px;
}

#menu a.btnProductos:hover
{ background-position: -33px -33px; }

#menu a.btnRecetas
{
	top:27px;
	right:203px;
	background-position: -66px 0px;
}

#menu a.btnRecetas:hover
{ background-position: -66px -33px; }

#menu a.btnContacto
{
	top:35px;
	right:150px;
	background-position: -99px 0px;
}

#menu a.btnContacto:hover
{ background-position: -99px -33px; }

#menu #menuDesc
{
	display:none;
	position:absolute;
	width:200px;
	top:74px;
	left:50%;
	margin-left:-100px;
	text-align:center;
	font: bolder 14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-transform: uppercase;
}

#body
{
	width:100%;
	overflow: visible;
}

#body .top
{
	background: url(../images/body-top.png) no-repeat center bottom;
	height: 69px;
}

#body .content
{
	background: url(../images/body-middle.png) repeat-y center top;
	min-height:300px;
	padding:10px 50px 30px;
}

#body .content #lang 
{
	position:absolute;
	z-index:300;
	width:200px;
	right:50px;
	top:5px;
	font-size: 10px;
	text-transform: uppercase;
	text-align:right;
}

#body .content #lang *
{ position:static; }

#body .content #lang a
{
	display:inline;
	color:#999;
	border: none;
}

#body .content #lang a:hover
{
	color:#666;
	text-decoration: underline;
}

#body .content *
{ position:static; }

#body .content h1
{
	color: #060;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0px 0px 15px;
	padding: 0px;
	border-bottom: 1px dotted #060;
}

#body .content h2
{
	color: #090;
	text-transform: uppercase;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}

#body .content h3,
#body .content h4
{
	color: #060;
	text-transform: uppercase;
	margin: 0px;
	padding: 5px 0px 0px;
}
#body .content h2.plus,
#body .content h3.plus
{ color: #C00; }

#body .content p
{
	margin: 0px 0px 8px;
	padding: 0px;
	text-align: justify;
}

#body .content strong,
#body .content b
{
	font-weight: bolder;
	text-transform: uppercase;
	color: #060;
}

#body .content strong.plus,
#body .content b.plus
{
	font-weight: bolder;
	color: #C00;
}

#body .content a
{
	text-decoration:none;
	color: #C00;
	border-bottom: 1px dashed #C30;
}

#body .content a:hover
{ color: #360; border-bottom:none; }

#body .content a.btnBack
{
	display:block;
	float:left;
	padding:3px 8px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background: #0C0;
	border: 3px solid #090;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#body .content a.btnBack:hover
{
	background: #0C3;
	border: 3px solid #093;
}

#body .content ul
{
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 10px;
	list-style: url(../images/bullet.png);
	text-transform: capitalize;
}

#body .content ul.plus
{
	list-style: url(../images/bullet-2.png);
}

#body .content img
{ margin:10px; }

#body .content table,
#body .content table tr td,
#body .content table tr td img
{
	position:static;
	margin:0; padding:0;
}

#body .content table tr td a img,
#body .content table tr td a,
#body .content table tr td a:hover img,
#body .content table tr td a:hover
{
	border:none;
}

#body .content table
{ position:relative; margin: 0 auto; }

#body .footer
{
	background: url(../images/body-bottom.png) no-repeat center top;
	height: 34px;
	clear:both;
	margin-bottom:10px;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 9px;
	text-transform: uppercase;
	padding: 20px 60px 10px;
}

#body .footer *
{ position:static; margin:0; padding:0; }

#body .footer a
{ color:#FFF; text-decoration:underline; }

#body .footer a:hover
{ color:#CCC; text-decoration:none; }

a#footerHSEM
{
	display:block;
	position:relative;
	clear:both;
	width:100%;
	height:25px;
	text-indent:-9999px;
	overflow:hidden;
	background: #000 url(../images/himalaya_bg-black.png) no-repeat center 0px;
}

a#footerHSEM:hover { background-position:center -26px; }

/****************/
.contactenos_form
{
	display:block;
	clear:both;
	color: #1B3425;
	padding: 10px;
	width:500px;
	margin:15px auto;
	border: 1px solid #645C46;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	background: #F5FAF7;
}

.contactenos_form textarea { height: 80px; }

.contactenos_form input.std_input { margin-bottom: 5px; }

.contactenos_form label.clear
{
	clear: both;
	float: left;
	margin-top: 10px;
}

.contactenos_form label.full { width: 99%; }

.contactenos_form label.required { font-weight: bold; }

.contactenos_form select
{
	width: 97%;
	margin-bottom: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6e6e6e;
}

.contactenos_form label
{
	display:block;
	font-size: 12px;
	margin: 15px 0 0;
}

.contactenos_form input.std_input,
.contactenos_form textarea
{
	width: 97%;
	border: 1px solid #ccc;
	font: 11px "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 2px 5px;
	color: #6e6e6e;
}

.contactenos_form input.form_but
{
	margin-top: 10px;
	border: 3px solid #9B110F;
	color: #000;
	font: bold 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 10px;
	background: #FD6365;
}

.contactenos_form .error
{
	display:block;
	color:#C00;
	font-size:9px;
}

.contactenos_form div.buttons img { margin:15px 0; }
/*************************************************/
