/* CSS Document */

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>



h1{
font-family: Arial, Helvetica, sans-serif;
font-size: 100%;
color:#000066;
padding:8px;
}

body{
margin: 0;
padding: 0 10px 0 10px;
font-family: Arial, Helvetica, sans-serif;
font-size:100%;
color:#FFFFFF;
text-align:center;
}


#wrapper{
	width: 850px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	background-image: url(../imagenes/fondo.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#banner{
	width: 850px;
	height: 160px;
	background-color:#E0DCE4;
	background-image: url(../Imagenes/Banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#nav{
	border-bottom: 1px none #000000;
	background-color:#E0DCE4;
	border-top: 1px none #000000;
}

#nav ul{
	height: 20px;
	life-style:none;
	background-color:#5AC4A4;
	background-repeat: no-repeat;
	background-position: center top;
	/*padding: 4;*/
	margin: 0;
}

#nav ul li{
	display: inline;
	padding:0;
	margin:0;
	/*text-align:center;*/
}

#nav ul li a{
	font-family: Tahoma;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 15px 0 15px;
	/*padding: 0;
	margin: 0px 7px;
	width: auto;*/
	text-align:center;
	border-right: 1px solid #FFFFFF;
} 

#nav ul li a:hover, #nav ul li a:focus{
	font-style: normal;
	text-decoration: underline;
}
</html>
