body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666;
}
form {
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
h1 {
	margin: 0;
	padding: 0;
}
h2 {
	margin: 0;
	padding: 0;
}
h3 {
	margin: 0px;
	padding:0px;
}
a {
	color: #A25D3E;
	text-decoration: none;
}
a:hover {
	color: #444;
}


.thrColLiqHdr #container { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(../images/div_line.gif);
	background-repeat: repeat-y;
} 
.thrColLiqHdr #header { 
	background: #DDDDDD; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 189px;
} 
.thrColLiqHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

/* GLOBAL CONTAINER */
.thrColLiqHdr #globContainer {
	width: 780px;
	height: 58px;
	float: left;
	margin: 0px;
	padding: 0px 0px 0px 0px;
}
.thrColLiqHdr #globNav {
	width: 780px;
	height: 29px;
	background: #537500;
}
.thrColLiqHdr #bgFruit {
	width: 206px;
	height: 29px;
	background-image: url(../images/nav_coffe_p1.jpg);
	background-repeat: no-repeat;
	float: left;
}
.thrColLiqHdr #bgFruit2 {
	width: 206px;
	height: 29px;
	background-image: url(../images/nav_coffe_p2.jpg);
	background-repeat: no-repeat;
	float: left;
}
.thrColLiqHdr #navigationBox {
	width: 574px;
	height: 29px;
	float: left;
	text-align: right;
}
.link_register {
	margin-left: 230px;
}
.thrColLiqHdr #globNav a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E7D296;
	text-decoration: none;
	height: 22px;
	background-image: url(../images/nav_div.gif);
	background-position: right;
	background-repeat: repeat-y;
	padding: 7px 12px 0 12px;
	margin: 0px;
	float: left;
}
.thrColLiqHdr #globNav a.menu:hover {
	background-color: #425A03;
}
.thrColLiqHdr #navigationBox a.subMenu {
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px 0px 5px;
}
.thrColLiqHdr #navigationBox a.subMenu:hover {
	color: #E7D296;
}
.thrColLiqHdr .subCon {
	color: #fff;
	height: 22px;
	float: left;
	padding-top: 7px;
	padding-left: 175px;
}
.thrColLiqHdr .icon {
	height: 22px;

}
.thrColLiqHdr .search {
	height: 27px;
	float: left;
	padding-top: 2px;
}
.thrColLiqHdr #globCart {
	width: 780px;
	height: 29px;
	background-image: url(../images/cart_nav_bg.jpg);
	background-color: #648804;
}


/* SIDEBARS: */
.thrColLiqHdr #sidebar1 {
	float: left; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 186px; /* since this element is floated, a width must be given */
	padding: 0px; /* top and bottom padding create visual space within this div  */
	margin: 0px;
}
.thrColLiqHdr #sidebar2 {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 187px; /* since this element is floated, a width must be given */
	background: #EAEBD6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	margin: 0px;
}


/* MAIN CONTENT */
.thrColLiqHdr #mainContent {
	width: 407px;
	float: left; 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #mainContent p {
	padding: 10px;
}
.thrColLiqHdr #mainContent h1 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	letter-spacing: -1px;
	color: #888;
	font-weight: normal;
	height: 45px;
	padding: 3px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
}
.thrColLiqHdr #mainContent h2 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	letter-spacing: -1px;
	color: #425a04;
	font-weight: normal;
	padding: 3px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

/*Main Content ADMIN*/
.thrColLiqHdr #mainContent_admin {
	width: 550px;
	float: left; 
	margin: 0; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}

.thrColLiqHdr #container_admin { 
	width: 780px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #ccc;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.thrColLiqHdr #mainContent_admin p {
	padding: 10px;
}
.thrColLiqHdr #mainContent_admin h1 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	letter-spacing: -1px;
	color: #888;
	font-weight: normal;
	height: 45px;
	padding: 3px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
	background-image: url(../images/title_bg.gif);
	background-repeat: no-repeat;
}
.thrColLiqHdr #mainContent_admin h2 {
	font-family: "Times New Roman";
	font-size: 30px;
	font-style: italic;
	letter-spacing: -1px;
	color: #425a04;
	font-weight: normal;
	padding: 3px 0px 0px 10px;
	margin: 10px 0px 0px 0px;
}

.thrColLiqHdr #sidebar2_admin {
	float: right; /* this element must precede in the source order any element you would like it be positioned next to */
	width: 230px; /* since this element is floated, a width must be given */
	background: #EAEBD6; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px; /* top and bottom padding create visual space within this div */
	margin: 0px;
}

/* PRODUCTOS NAVIGATION: */
.thrColLiqHdr #mainProducts {
	width: 186px;
}
.thrColLiqHdr #mainProducts .proNav {
	width: 140px;
	height: 27px;
	text-align: right;
	padding: 12px 46px 0px 0px;
	background-image: url(../images/producto_menuBg.jpg);
	background-repeat: no-repeat;
}
.thrColLiqHdr a.globNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
}
.thrColLiqHdr a.globNav:hover {
	color: #CE1F27;
}

/* LEFT NAVIGATION: */
.thrColLiqHdr #leftNav {
	width: 186px;
	margin-bottom: 10px;
}
.thrColLiqHdr #leftNav .menuCon {
	width: 140px;
	height: 20px;
	text-align: right;
	padding: 8px 46px 0px 0px;
	background-image: url(../images/navigation_menuBg.gif);
	background-repeat: no-repeat;
}


.thrColLiqHdr #footer { 
	padding: 0; 
	height: 66px;
	padding-top:1px;
	background-image: url(../images/hor_line.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #fff;
}
.thrColLiqHdr #fLeft {
	width: 296px;
	height: 50px;
	padding-top: 15px;
	float: left;
}
.thrColLiqHdr #fRight {
	width: 469px;
	height: 50px;
	background: #F7F7F7;
	background-image: url(../images/footCurve.gif);
	background-position: left;
	background-repeat: no-repeat;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	float: left;
}
.thrColLiqHdr #fRight a.foot {
	color: #5AB3E2;
}
.thrColLiqHdr #fRight a.foot:hover {
	color: #444;
}



#newsLetter {
	width: 187px;
	padding-bottom: 15px;
	background-image: url(../images/newsCorner.jpg);
	background-repeat: no-repeat;
	background-position: top right;
}
#newsLetter p {
	padding: 0px 5px 0 15px;
}
#newsLetter .inBox {
	border: 1px solid #ccc;
	padding: 2px;
}
#newsLetter a {
	font-size: 10px;
}


#offerContainer {
	width: 187px;
	padding-bottom: 15px;
	background-color: #eddeb5;
	background-image: url(../images/esquina_offers.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#offerBox {
	width: 170px;
	height: 90px;
	padding-left: 10px;
	margin-bottom: 10px;
}
#offerPro {
	width: 82px;
	height: 82px;
	background-image:url(../images/area_producto_vacio.jpg);
	background-repeat:no-repeat;
	padding-top: 8px;
	text-align:center;
	float: left;
}
#offerInfo {
	width:88px;
	height: 85px;
	padding-top: 5px;
	float: left;
}
#offerInfo p {
	padding-left: 5px;
}
#offerInfo .price {
	font-size: 10px;
}


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.navCoffeeImage {
	width: 206px;
	height: 29px;
	float: left;
}
.colorGreen {
	color: #A0BB56;
}
.colorBrown {
	color: #A25D3E;
}
.footInfo {
	font-family: Tahoma;
	font-size: 10px;
	color: #888;
}