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

body {
	background-color: white;
	margin: 0px;
	}

#container{ 
	border: solid #66CC66 ;
	border-width: 0 1px 0 1px;
	background-color: #9ACE95;
	margin: 0 auto 0 auto ;
	width:800px;
	height: 100%;
	line-height:0.8em;
}
#top {
	display: block;
	background: #9ACE95;
	width: 800px;
	height: 120px;
	}
#top_izquierda {float: left; width: 480px;}
	
#contactar {
	text-align: center;
	width: 170px;
	height: 120px;
	float: right;
	font-family: Verdana;
	font-size: 12px;
	color: #3D773C;
	font-weight: 300;
}

#space {
	float:right;
	text-align: center;
	background: url(/imagenes/space.jpg);
	width: 176px;
	padding: 10px 0 0 0;
	height: 30px;
	}
#center {
	float: left;
	border-right: 1px solid #66CC66;
	background-color: #C1F2B3;
	width: 624px;
	height: 100%;
	}
#left {
	background-color: #9ACE95;
	float: right;
	width: 175px;
	height: 100%;
	}
.botonera {
	float: left;
	text-align: center;
	cursor: pointer;
	background: url("/imagenes/botonera1.jpg") no-repeat;
	padding: 12px 0 0 0;
	width: 85px;
	height: 28px;
	
}
.botonera2 {
	float: left;
	text-align: center;
	cursor: pointer;
	background: url("/imagenes/botonera33.jpg") no-repeat;
	padding: 6px 2px 0 2px;
	width: 141px;
	height: 34px;
}
.botonera3 { 
	float: left;
	text-align: center;
	cursor: pointer;
	background: url("/imagenes/botonera3.jpg") no-repeat;
	padding: 12px 0 0 0;
	width: 112px;
	height: 28px;
}
.botonera a { font: 12px Arial; }
.botonera:hover { background: url("/imagenes/botoneraover1.jpg") no-repeat; }
.botonera2 a {  font: 12px Arial; }
.botonera2:hover { background: url("imagenes/botoneraover2.jpg") no-repeat; }
.botonera3 a {  font: 12px Arial; }
.botonera3:hover { background: url("imagenes/botoneraover3.jpg") no-repeat; }

#titular_left {
	background-image: url(/imagenes/boton.gif);
	width: 175px;
	padding: 2px 0 0 0;
	height: 16px;
	font-weight:bold;
	color: #3D773C;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	}
#fondo_left {
	background-image: url('/imagenes/bg.jpg');
	background-repeat: repeat-x;
	text-align: center;
	}
.imagen_aleatoria {border: #66CC66 1px solid;}

.Estilo3 {
	font-family: Verdana;
	font-size: 12px;
	color: #3D773C;
	font-weight: 300;
}
.Estilo4 {
	font: 12px Arial;
	color: #3D773C;
	text-shadow: white;
	}
.Estilo5 {
	font-weight:bold;
	color: #3D773C;
	font-family: Tahoma;
	font-size: 13px;
	text-align: center;
	}
#titular {
	background-image: url('/imagenes/titular.gif');
	width: 500px; 
	height: 30px; 
}
#titular p {
	text-align: center;
	padding: 7px 0 5px 0;
	color: #3d773c;
	font-family: Verdana;
	font-size: 20px;
	}
.formulario {
	background-color: white ;
	border: 1px solid #000 ;
	font-family: Tahoma;
	color: #3D773C;
	height: auto;
	} 

a {
	font-size: 12px;
	text-decoration: none;
	font-family: Arial;
	color: #3D773C;
}
#pie {clear: both;}
	
