@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

html,body{
	height:100%;
}

body{
	border-left:1px solid #8CC63F;
	border-right:1px solid #8CC63F;
	font-family:Calibri,Helvetica;
	margin:auto;
	width:1023px;
}

#contenedor{
	height:100%;
	margin:auto;
	width:100%;
}

#header{
	background:#FFFFFF url(../images/head.jpg) no-repeat;
	clear:both;
	height:164px;
	width:1023px;
}

#lema{
	color:#FFFFFF;
	font-size:21px;
	font-family:Calibri;
	vertical-align:middle;
}

#lema p{
	padding-right:50px;
	padding-top:30px;
	text-align:right;
	vertical-align:middle;
}



#left{
	float:left;
	padding-top:30px;
	width:169px;
}

#left div{
	height:100%;
	margin-top:10px;
	margin-bottom:20px;
	overflow:hidden;
	padding-left:20px;
}

#left div img{
	float:left;
}

#menu{
	font-size:12px;
	list-style-type:none;
}

#menu li{
	padding:10px;
	padding-top:0px;
}

#menu a{
	/*color:#8CC63F;*/
	color: #669900;
	text-decoration:none;
}

#body1 #men1 a,
#body2 #men2 a,
#body3 #men3 a,
#body4 #men4 a,
#body5 #men5 a{
	color: #004615;
}

#menu a:hover{
	/*color:#6F9E28;*/
	color:#003300;
}

#right{
	float:right;
	padding-top:30px;
	width:844px;
}

#content{
	margin:auto;
	text-align:center;
	width:70%;
}

#content h1{
	color:#006837;
	font-size:21px;
	text-align:left;
}

#itemContent{
	color:#666666;
	font-family:Tahoma,Helvetica;
	font-size:13px;
	height:50%;
	margin-bottom:10px;
	margin-top:10px;
	line-height:12pt;
	padding-bottom:15px;
	padding-top:15px;
	text-align:justify;
}

#itemContent ul {
	margin-left:50px;
}

#form label {
	color: #006837;
}

#form div {
	margin-bottom:2px;
	width:402px;;
}

#form input {
	background-image:url(../images/round.gif);
	background-repeat:no-repeat;
	background-color:none;
	border-style:none;
	height:20px;
	padding-left:5px;
	padding-top:2px;
	padding-right:2px;
	width:493px;
}

#form textarea {
	background-image:url(../images/roundbig.gif);
	background-repeat:no-repeat;
	background-color:none;
	border-style:none;
	height:145px;
	padding-left:5px;
	padding-right:15px;
	padding-top:2px;
	padding-bottom:5px;
	width:493px;
}

#buttons {
	text-align:right;
}

#buttons input {
	background:none;
	border:none;
	color: #669900;
}

#buttons input:hover {
	color:#003300;
}

#footer{
	background:#FFFFFF url(../images/footer.png) no-repeat;
	bottom:0px;
	color:#F7F7F7;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	height:24px;
	position:absolute;
	width:1023px;
}

#footer p{
	margin-top:4px;
	text-align:center;
}

a.select {
	color:#000000;
}

.beginLine{
	display:block;
}

.endLine{
	display:block;
}

