@charset "UTF-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-position:top;	
	background-repeat:no-repeat;
	background-color:#063502;
}
#wrap{
	width:943px;
	margin:0 auto;
}
#menutop{
	width:100%;
	background-color:#520505;
	height:39px;
	text-align:center;
}
#bannerimage{
	height:409px;
}
#footer{	
	height:600;	
	background:url(../images/footer_bg.gif) repeat; 
	width:100%;
	text-align:center;
}
.content{
	width:918px;
	background:url(../images/bg_content.gif) repeat;
	margin-left:12px;
}
.contentMain{
	width:845px;
	margin-left:35px;
}
.labelTitleGreen{
	font-family:"Times New Roman", Times, serif;
	font-size:25px;
	color:#156900;
}
.labelTitleGreenLarge{
	font-family:"Times New Roman", Times, serif;
	font-size:xx-large;
	color:#156900;
}
.labelContent{
	font-family:Arial, Helvetica, sans-serif;	
	font-size:medium;
	color:#333333;
	line-height:20px;
}
.labelContent a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:medium;
	line-height:20px;
}
.labelContent a:Hover{
	text-decoration:underline;
	color:#480202;
}
.labelContentRed{
	font-family:Tahoma;	
	font-size:12px;
	line-height:20px;
	color:#480202;
}
.labelContentFooter{
	font-family:Tahoma;
	font-size:11px;
	color:#b19e9a;
}
.labelContentFooter a{
	font-family:Tahoma;
	font-size:11px;
	color:#b19e9a;
	text-decoration:none;
}
.labelContentFooter a:Hover{
	color:#fff;
	text-decoration:underline;
}
.labelTitleRed{
	font-family:Tahoma;
	font-size:medium;
	color:#a11700;
}
.labelTitleRed a{
	font-family:Tahoma;
	font-size:medium;
	color:#a11700;
	text-decoration:none;
}
.labelTitleRed a:Hover{
	font-family:Tahoma;
	font-size:medium;
	color:#156900;
	text-decoration:underline;
}
/*otros*/
.borderall {
	border: 1px solid #d2bc99;
}
.textfield{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	border:solid 1px #b69665;
	height:22px;	
}
.textfieldMulti{
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	border:solid 1px #b69665;
}
.linkRed{
	font-family:Tahoma;
	font-size:12px;
	color:#156900;
}
.linkRed a{
	font-family:Tahoma;
	font-size:12px;
	color:#156900;
	text-decoration:none;	
}
.linkRed a:Hover{
	text-decoration:none;
	color:#531405;	
}
/*PRODUCTS*/
.borderTableWhite{
	border: solid 1px #fff;
}
.borderTableBeige{
	border: solid 1px #d0b182;
}
.labelProdTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#3b0d02;
}
.labelNameProd{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#191919;
	font-style:italic;
}
.labelNameProd a{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#191919;
	font-style:italic; text-decoration:none;
}
.labelNameProd a:Hover{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	color:#191919;
	font-style:italic;
	text-decoration:underline;
}
.labelCatTitle{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#fff;
}
.labelNameProdB{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#442b06;
	font-style:italic;
}
.labelCabList{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#000000;
}
.labelContentProd{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#292929;
}
.borderWhiteImg{
	border:solid 4px #FFFFFF;
}
.borderRight{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0b182;	
}
.borderBottomRight{
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d0b182;*/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #d0b182;	
}