@charset "utf-8";
/* CSS Document */

body, html {
	background: url(imagenes/santo-grial-back.jpg) top #ddab66 repeat-y;
	margin: auto;
	height: auto;
}

h1 {
	font-family: helvetica;
	font-size: 22px;
	font-style:italic;
	padding-left: 20px;
}

p {
	font-family: helvetica;
	font-size: 14px;
	padding: 20px;	
}

#contenedor {
	padding-top: 45px;
	margin: auto;
	height: auto;
	width: 982px;		
}

#header {
	width: 982px;
	height: 203px;
}

#contenido {
	float: left;
	padding: 20px;
	background: url(imagenes/santo-grial-back.png) top repeat;
	margin-top: 20px;
	width: 942px;
	min-height: 495px;	
	height: auto;
	border-radius: 10px;	
	box-shadow: 1px 1px 5px #000;
}

#nav {
	height: auto;
	background: url(imagenes/santo-grial-menu-back.png);
	float: left;	
	border: 1px solid #fff;
}

#nav ul {
	list-style-type: none;	
	margin: 0;
	padding: 0;
	width: 190px; 
}

#nav ul li {

}

#nav ul li a{
	padding: 5px;
	color: white;	
	text-decoration: none;
	font-family: helvetica;
	font-size: 15px;
	display: block;
	border-bottom: 1px solid #fff;
}

#nav ul li a:hover{
	background: #170900;	
}

#nav ul li a:active{
	background: #170900;	
}

#nav ul li ul {
	position: absolute;
	display: none;	
}

#nav ul li:hover ul {
	display: block;	
	margin-left: 190px;
	margin-top: -30px;
	border: 1px solid #fff;
	background: url(imagenes/santo-grial-menu-back.png);
	
}


#texto {
	float: left;
	width: 550px;
	height: auto;
}

#sidebar {
	float: right;
	width: 200px;
	height: auto;
}

#footer {
	margin: 30px auto 0 auto;
	width: 100%;
	height: 50px;	
}

#footer a {
	font-family: helvetica;
	font-size: 10px;
	color: #F71402;
	text-decoration: none;	
}

	
