@charset "utf-8";
/* CSS Document */

/*
	DISEÑO HTML Y BODY
*/
html,body {
	margin:0;
	padding:0;
	background:#3a4652 url("img/back.png") repeat-x;
	font-family:arial,sans-serif;
	font-size:small;
	text-align:center;
	color:#000000;
}

/*
	ESTILO DIVS Y MAQUETACION
*/

div#cont {
	position:relative;
	margin:0 auto;
	width:900px;
	margin-left:auto;
  	margin-right:auto;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
}

div#botonera {
	position: absolute;
	width: 900px;
	padding:0em;
	left:50px;
	text-align: center;
}

div#botonerad {
	position: absolute;
	width: 900px;
	padding:0em;
	left:115px;
	top:212px;
	text-align: center;
}

div#ctnt {
	position: absolute;
	width: 800px;
	padding:0em;
	text-align: center;
	left: 90px;
	top: 330px;
}

/*
	MENU NAVEGACION
*/

#nav {
  float: left; 
  font-size: 130%; 
  margin: 1.4em 0 0 0;
}

#nav li {
  float: left; 
  margin: 0.25em 0 0;
}

#nav a {
  color: rgb(128,128,128); 
  border: 1px solid transparent; 
  display: block; 
  line-height: 1.2; 
  padding: .6em; 
  text-shadow: 0 1px 1px rgb(0,0,0);
}

#nav a span {
  color: rgb(255,127,80); 
  display: block; 
  font-size: 70%; 
  text-transform: uppercase;
}

#nav a:hover span, #nav a:focus span {
  color: rgb(185,180,160);
}

#nav a:hover, #nav a:focus {
  background: rgb(68,65,60); 
  border: 1px solid rgb(58,55,51); 
  color: rgb(200,78,62);
}

/*
	ESTILO TEXTO
*/

.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FFFFFF;
}
