@charset "utf-8";
body {
	margin:0px;
	font-family:"Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size:16px;
}

.cajaFondoGrl{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-250px;
	margin-left:-400px;
	width:800px;
	height:532px;
	color:#999;
	background:url(imagenes/fondoGrl.png) no-repeat center;
	}
	
.franja{
	position:relative;
	}

.limpia{
	clear:both;
	}

.menu{
	margin-top:230px;
	list-style-type:none;
	padding:0px;
	color:#4D2700;
	}

.menu li{
	display:block;
	padding-top:8px;
	width:130px;
	height:32px;
	text-align:center;
	}

.menu li:hover{
	background:url(imagenes/lineaEstrella2.png) no-repeat center;
	}

.menu li.act{
	background:url(imagenes/lineaEstrella2.png) no-repeat center;
	}

.menu li a, .textos a{
	color:#4D2700;
	text-decoration:none;
	}

.menu li a:hover, .textos a:hover{
	font-weight:bold;
	}
.horseImg{
	padding:10px;
	float:left;
	background:url(imagenes/lineaEstrellaPeque.png) no-repeat bottom center;
	}

.horseImg:hover{
	border:1px solid #4D2700;
	}
	
.horseImg h1{
	font-size:0.7em;;
	color:#4D2700;
	text-align:center;
	}

.textos{
	font-size:0.8em;
	color:#4D2700;
	text-align:center;
	}

.textosB{
	font-size:0.85em;
	color:#4D2700;
	text-align:center;
	font-weight:bold;
	}

.textos a{
	color:#4D2700;
	text-decoration:none;
	}

.textos a:hover{
	font-weight:bold;
	}
	


label{
	display:inline-block;
	width:100px;
	text-align:right;
	font-size:0.8em;
	color:#4D2700;
	}

.formItem{
	display:inline-block;
	width:200px;
	}