body {
	margin:0;
	padding:0;
	background: #250f02;
}
.texto_es {
	font-family: Arial;
	font-size: 0.99em;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight:bold;
	color: #573c1c;
}
.texto {
	font-family: Arial;
	font-size: 0.99em;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight:bold;
	color: #000000;
}
a.texto {
	font-family: Arial;
	font-size: 0.99em;
	text-decoration: none;
	letter-spacing: -1px;
	font-weight:bold;
	color: #000000;
}
a:hover.texto {
	font-family: Arial;
	font-size: 0.99em;
	font-weight:bold;
	letter-spacing: -1px;
	text-decoration: underline;
	color: #000000;
}

h2 {font-size: 1.1em}
h3 {font-size: 1.4em}

hr, .hide {
	position:absolute; 
	top:0;
    left:-9000px;
}	

#page {
	height: 509px; 
}



#arrows {
	position: fixed;
	top: 570px;
	left: 100px; 
	width: 90px;
	height: 30px;
	cursor: pointer;
}

#arrows ul {	
	margin: 0;
	padding: 0;
	list-style:none;
}

#arrows ul li {
	margin: 0;
	padding: 0;
	display:inline;
	width: 40px;
	height: 30px;
}

#arrows ul li a{
	margin-right: 5px;
	float: left;
	display: block;
	width: 40px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	font-size: 50em;
	text-indent: -9000px;
}

#arrows ul #left a {background: transparent url(../img/leftbig.gif) no-repeat;}
#arrows ul #right a{background: transparent  url(../img/rightbig.gif) no-repeat;}

