@charset "utf-8";

/* CSS Document */

body{
	margin:0 auto;
	padding:0;
	text-align:center;
	width:100%;
	height:100%;
}
#contenedor{
	width:1000px;
	height: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
		
}


#leyva {
	
	
}


#menu
{
	float: left;
	width: 200 px;
	text-align:left;
	height: 1000px;
	
	
	
}
#text
{
	margin: 0 auto;
	float: right;
	width: 11 em;
	
	
}
#text a
{
	text-decoration:underline;
	color: #000;
}



ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	width:200px;
	font:Verdana, Geneva, sans-serif;
	font-size:16px;
	}
li{
	background-color: #99b09c;
}
ul li a{
	color:#FFF;
	text-decoration:none;
	text-transform:uppercase;
	display:block;
	padding:10px 10px 10px 20px;
}
ul li a:hover{
	background:#000;
	border-left:10px solid #333;
	color:#fff;
}

a img {border:0;
}
#text h3
{
	display:block;
	width:300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	text-align:justify;
}
#text h1
{
	display:block;
	width:300px;
	font-family: "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: bold;
	text-align:center;
}
.Textoindice {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	list-style-type: none;
}
