/* Estilos generales */
body { 
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.73em;
	color:#000000;
	text-align:center;
	background:url(../images/fondo_verde.gif) no-repeat center !important;
	}
.fondo {
	position:absolute;
	z-index:0;
	margin-left:-250px;
	margin-top:-200px;
	}
.caja {
	width:900px;
	text-align:center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.header {
	position:relative;
	float:left;
	
}
.content {
	height:450px;
	margin-top:2%;
	margin-left:1px;
	text-align:left;
	width:900px;
	}
.ajaxCont {
	float:left;
	height:310px;
	margin-left:53px;
	position:relative;
	top:-5px;
	background-color:#FFFFFF;
	width:776px;
	padding-left:13px;
	margin-top: 5px;
}
.ajaxContPro {
	float:left;
	margin-left:53px;
	position:relative;
	top:-5px;
	background-color:#FFFFFF;
	width:776px;
	padding-left:13px;
	margin-top: 5px;
}
.footer {
	position:relative;
	float:left;
	width:756px;
	height:86px;
	background:url(../img/footer.gif) top left no-repeat;
	top:-5px;
	margin-left:53px;
	font-size:0.78em;
	color:red;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	text-align: center;
	
	}
.footer a { color:#123366; text-decoration:none;}
.footer a:hover { color:red; text-decoration:none;}
/* Botones */	
.gominola {
	position:relative;
	float:left;
	margin-left:-73px;
	margin-top:-45px;
	cursor:pointer;
}
.gominola a.boton { background:url(../img/picotada1.gif) center no-repeat; width:129px; height:110px; cursor:pointer; position:relative; float:left;}
.gominola a.boton:hover { background:url(../img/picotada2.gif) center no-repeat; cursor:pointer; width:129px; height:110px; position:relative; float:left;}

