*{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px; padding: 0px;
	background: #BAA056 url(/indice/imagenes/fondo.gif) no-repeat;
   background-position: bottom left;
	background-attachment: fixed;
	font-size: 11px;
}

h1{
	text-align: center;
	font-size: 40px;
	height: 200px;
	background: transparent url(/indice/imagenes/fondo_h1.gif) repeat-x top left;
	color: #3a2f11;
}

#menu{
	position: relative;
	top: -100px;
	background: transparent url(/indice/imagenes/fondo_menu.gif) no-repeat top left;
	width: 650px;
	height: 431px;
	margin-left: auto;
	margin-right: auto
}

#menu ul{

	font-size: 12px;
	font-weight: bold;
	width: 300px;
	display: block;
	padding-top: 120px;
	margin-left: 190px;
}
#menu ul li{
  line-height: 20px;
}
#menu ul li hr{
  margin-bottom: 3px;
}

#menu ul li a{
	color: white;
	text-decoration: none;
}

a img{
	border: 0px none;
        margin-right: 5px;
}

#menu ul li a:hover{
	color: #c0eaac;
}

ul{
	list-style: none;
}

.estiloLista{
	position: relative;
	top: -100px;
	background: transparent url(/indice/imagenes/fondo_menu.gif) no-repeat top left;
	width: 650px;
	height: 431px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
}

.estiloDiv{
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	display: block;
	margin-left: 190px;
	text-decoration: none;
}

.estiloSubDiv{
	font-size: 12px;
	font-weight: bold;
	width: 300px;
	display: block;
	margin-left: 230px;
	text-decoration: none;
}

div a{
	text-decoration: none;
	color: white;
}

div a:hover{
	color: #c0eaac;
}