/* CSS Document */

body {margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
	color:#666666;
	background-image:url(../images/fondo.jpg);
	background-position:top center;
	background-repeat:no-repeat;

	}

.contenedor {width:902px; height:auto;
	margin:0 auto;
	background-color:#FFFFFF;
	color:#FF0000;
	border:5px solid #FFFFFF;
	
	position:absolute;
	top:50%; left:50%;
	margin-left:-450px;	margin-top:-300px;
	}
	
	/* TOP----> */	
.top {width:902px; height:139px;
	background-color:#FFFFFF;
	}	
	/* <----TOP */
	

	/* MAIN----> */	
.main {width:902px; height:368px;
	float:left;
	background-image:url(../images/fondomain.jpg);
	background-repeat:repeat-x;
	background-position:bottom;
	}

.titulos {color:#086E2C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	margin-top:40px;
	margin-left:40px;
	font-weight:bold;
	font-style: italic;
	}
	
.sub {color:#086E2C;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.izquierda {width:420px; height:330px;
	float:left;
	}
	
.derecha {width:482px; height:330px;
	float:left;
	}
	
.texto {width:330px; height:280px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:40px;
	margin-top:20px;
	}
	
.texto2 {width:830px; height:180px;
	color:#666666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-left:40px;
	margin-top:20px;
	}
	
.arriba {width:902px; height:140px;
	background-color:#FFF;
	/*border-bottom:1px solid #999999;*/
	}
	
.abajo {width:830px; height:160px;
	}
	
/* <----MAIN  */


/* MENU----> */
.menu {width:901px; height:50px;
	background-color:#016620;
	float:left;
	}
	
.menuarriba {width:902px; height:30px;
	background-color:#FFF;
	}

/* <----MENU */


/* PIE----> */	
.pie {width:902px; height:15px;
	float:left;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	background-color:#FFFFFF;
	}
/* <----PIE  */

input {width:180px; height:15px;
	border:1px solid #CCC;
	background-color:#EFEFEF;
	}

.campo {width:180px; height:170px;
	background-color:#EFEFEF;
	border-left:1px solid #CCC;
	border-bottom:1px solid #CCC;
	}
	
.boton {width:90px; height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-right:3px;
	font-style:italic;
	background-color:#666666;	
	border:1px solid #999999;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.boton2 {width:90px; height:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFF;
	margin-right:3px;
	font-style:italic;
	background-color:#00531F;	
	border:1px solid #002F12;
	text-transform:uppercase;
	font-weight:bold;
	}
	
.formu {width:467px; height:auto;
	border:3px solid #005921;
	background-image:url(../images/fondomain.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	}
