/* default elements */
body {
	margin: 0;
	padding: 0.5% 0;
	color: #336600;
	padding:0.5% 0;
	text-align: justify;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	


}  

/*h1,h2,h3,h4 {color: #CC9900; padding: 8px 0 2px;}*/
h1,h3,h4 {
	font-family: Verdana;
	font-size: 14px;
	color: #82BA38;
}

h2{
	font-family: "Franklin Gothic Medium";
	font-size: 12px;
	font-style: normal;
	color: #888888;
	}
/* structure */
#wrapper {
	margin: 0 auto;
	width: 745px;
	background-color: #FFFFFF;
	/* background: #bbb url(img/amarillo1.jpg) repeat;*/ 
}
#container {
	/*background-image:img/fondo2.jpg;*/
	font-size: 1.3em;
	width: 745px; /*modifique 730 por 780 IE7*/
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
}

/* header */
.title {
	/*	background-color: #FFCC33;*/
	
	padding: 5px 0 0px 0px;
	background-color: #FFFFFF;
}

.title h1 {
/*	color: #FFFF99;*/

	font: normal 2.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
}


.header {
	border-top: 0px; /* solid #FFf*/
	height: 255px;
	background-position: left bottom;
	background-repeat: no-repeat;
}

/*redondea esquinas*/
div#title{
	margin: 0;
	background-color:#006600;
}
/*b.rtop, b.rbottom{display:block;background: #FFF}
b.rtop b, b.rbottom b{display:block;height: 1px;
overflow: hidden; background:#E6E211}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}*/

.CopyR {
	FONT-SIZE: 11px;
	COLOR: #ffffff;
	FONT-FAMILY: Arial;
	background-color: #FFFFFF;
}
.Contenido {
	font-size: 11px;
	color: #336600;
	FONT-FAMILY: Verdana;
	text-align: justify;
}


/*table*/
td {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-size: 11px;
}
form,table {
	margin-bottom: 1em;
	background-color: #FFFFFF;
}
img {
	border: none;
	border-bottom-color: #74B126;
}
li {
}
p {
	padding: 2px 0 14px;
	right:auto;
	color: #9B9B00;
	font-family: "Lucida Sans";
	font-style: normal;
	
}

/*menu*/
#menu, #menuh {
	font-family: "Eras Demi ITC";
	font-size: 12px;
	background-color: #FFFFFF;
	
}

#menu ul, li {
	list-style-type: none;
	color:#CC9900; /*agregado para maiz blanco*/
	font-family:Tahoma;
	font-size:11px;
	
}

#menuh li {
	float: left;
	text-align: center;
	color:#FFBA00;/*agregado para maiz blanco*/
	
}


#menu ul, #menuh ul{
	margin: 0;
	padding: 0;
}

#menu a , #menuh a{
	font-family:MacType;
	font-size:12px;
	text-decoration: none;
	color: #CC9900;
	display: block;
	width: 80px;
/*	background-image:url(img/fondo.png);*/
}
a{
	color:#009900;
	text-decoration:none;
	font-family:Verdana;
	font-size:11px;
	font-style: normal;
			}
#ajustable{border: 0px solid; width:500px;}

/*.estilotextarea{width:250px;height:200px;font-family: "Franklin Gothic Medium";font-size: 12px; color:#000000; text-align:justify; background-color: transparent;border: 0px solid #ffffcc;scrollbar-arrow-color: #ffffff;scrollbar-base-color: #ffffff;scrollbar-dark-shadow-color: #336699;scrollbar-track-color: #ffffcc;scrollbar-face-color: #cc9933;scrollbar-shadow-color: #DDDDDD;scrollbar-highlight-color: #CCCCCC;} */

#textarea {

width:250px;
height:236px;/*se cambio valor de 200 a 236*/
overflow:auto;
margin-bottom: 15px;
}

legend{
	color: #63AE00;
	font-size: 14px;
}
/* block list */
ul.block {
	margin: 4px 0;
	padding: 0;
	width: auto;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #336600;
	display: block;
}
.block li em {
	font-style: normal;
	font-family: Verdana;
	font-size: 11px;
}
.block li a{
	padding: 1px 3%;
	text-decoration: none;
	width: auto;
	color: #BF6000; /*letra menu productos*/
}
.block li a span {
	font-family: Verdana;
	font-style: normal;
	font-size: 11px;
}
.block li a:hover { /*menu productos*/
	color: #FFFFFF;
	background-color: #CCCC00;
	
}
.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
form input, form textarea, form select, form checkbox, form radio {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:5px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
	border: 1px solid #3366CC;
	border-color: #CC9900;
}

