/**
 * General
 **/
* html body { text-align:center; }

body{
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-image: url('../images/bg_header.jpg');
	background-repeat: repeat-x;
}

/**
 * Layout
 **/
 #hideimg {
	position:absolute;
	top: 0;
}
#wrapper {
	width:1020px; margin:0 auto;
	background-image: url('../images/main.jpg');
	background-repeat: repeat-y;
}
#header {
	height:195px;
	background-image: url('../images/bg_header.jpg');
	background-repeat: repeat-x;
	position: relative;
}
#left {
	width:53px;
	height: 70px;
	background-image: url('../images/bg_tleft.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#right {
	width:62px;
	height: 70px;
	background-image: url('../images/bg_tright.jpg');
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}
#main {
	background-color: #e5e5e5;
	float:left;
	width: 905px;
}
#maintop {
	height: 38px;
	background: #E5E5E5 url('../images/bg_maintop.jpg') repeat-x top left;
	text-align: right;
}
#cfooter {
	height:63px;
	background-image: url('../images/cfooter.jpg');
	background-repeat: repeat-x;
	position: relative;
	line-height: 55px;
	padding-left: 10px;
	font-size: 9px;
	color: #b3b2b2;
}
#sfooter {
	height:16px;
	background-image: url('../images/sfooter.jpg');
	background-repeat: no-repeat;
	clear: both;
}
#imghdr {
	position: absolute;
	right: 0;
	top: 0;
}
#cfooter a:link, #cfooter a:visited {
 	color: #b3b2b2;
	text-decoration: none;
}
#cfooter a:hover {
	text-decoration: underline;
}

/**
 *  Menu
 **/
ul#mainmenu {
	position: absolute;
	width: 540px;
	top: 150px;
	left: 50px;
	margin:0px;
	padding:0;
	list-style-type:none;
}
ul#mainmenu li {
	height: 36px;
	text-align: center;
	color: #858585;
	/*display: inline;*/
	float: left;
	list-style-type:none;
	padding: 0;
	margin: 0;
	font-size: 12px;
}
ul#mainmenu a,
ul#mainmenu p
{
	text-decoration:none;
	height: 36px;
	padding: 0 12px 13px 12px;
	font-size: 11px;
	color:#858585;
	background: transparent url('../images/bg_sombra.gif') no-repeat -85px 0;
	display: block;
	font-weight:bold;
}
ul#mainmenu a:hover
{
	text-decoration:none;
	color:#ea8f44;
	background-position: 50% 30%;
}
ul#mainmenu a.selected,
ul#mainmenu p.selected
{
	text-decoration:none;
	color:#ea8f44;
	background-position: 50% 30%;
}

/**
 *  The logo
 **/
#logofdmain {
	position: absolute;
	top: 40px;
	left: 50px;
}

/**
 *  Content
 **/
.content1 {
	padding: 0 23px 10px 25px;
	margin-right: 290px;
}
.content1 a {
	font-weight: bold;
	color: #8fb125;
}
.content1 a:hover {
	font-weight: bold;
}
.contentclear {
	height: 15px;
	background-image: url('../images/bg_cntbtm.jpg');
	background-repeat: repeat-x;
}
.ttl_content1 {
	background: #545454 url("../images/img_int_ttcntzn.jpg") no-repeat top right;
	height: 39px;
	line-height: 40px;
}
.txt_content1 {
	background-color: #fff;
	padding: 40px 20px 20px 25px;
	color: #656565;
	text-align: justify;
}
.pclear {
	background: url("../images/img_int_clear.jpg") no-repeat center top;
	height: 16px;
	margin-bottom: 16px;
	position: relative;
	/*clear: both;*/
}
.rightcontent {
	float: right;
	width: 252px;
	margin: 0 23px 2px 0;
}
.ttl_rcontent {
	background: #f9f9f9 url("../images/bg_int_tprgzn.jpg") repeat-x top;
	height: 39px;
	line-height: 40px;
}
.txt_rcontent {
	background: #f9f9f9 url("../images/bg_int_rghzn.jpg") no-repeat bottom right;
	margin-bottom: 15px;
	padding: 0 15px 20px 15px;
	color: #656565;
	text-align: justify;
}

/* for text */
.txtEA8F44 {
	color: #EA8F44;
}
.txtED6200, .ptitle {
	color: #ED6200;
}
.txt8FB125 {
	color: #8FB125;
}
/**
 *  Others
 **/
div {
	/*border: 1px dashed #ccc;  */
}
a {
	text-decoration: none;
}
img {
	border: 0;
}
h1, h2 {
	margin: 0 0 0 20px;
	font-family: "Trebuchet MS", verdana, arial, sans-serif;
	font-size: 20px;
}
h1 {
	color: #fff;
}
h2, h3 {
	color: #8FB125;
}
p {
	margin-top: 0;
}

/* For products */
.catlist {
	padding-bottom: 25px;
}

.catitem {
	height: 30px;
	background: transparent url('../images/bg_licats.png') repeat-x left bottom;
	padding-left: 40px;
	padding-top: 6px;
}

.catitem a {
	color: #666;
	font-weight: bold;
	line-height: 26px;
}

.catitem a:hover {
	color: #666;
	text-decoration: underline;
}

.catproducts {
	font-size: 11px;
}
.catproducts table td {
	vertical-align: bottom;
	padding-bottom: 8px;
}
.catproducts a {
	color: #ed6200;
}
.catproducts a:hover {
	text-decoration: underline;
}

/* contact form */
#contact {
	text-align: center;
	width: auto;
}
.contact_input {
	width: 300px;
	border: 1px solid #535964;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #535964;
	background-color: #ddd;
}
.contact_boton {
	width: 300px;
	border: 2px solid #3B3B3B;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #3B3B3B;
}
