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

#header {
	height: 120px;
	width: 940px;
	/*background-image: url(../img/fondos/header.png);*/
	/*background-color:#333;*/
	background-repeat: no-repeat;
}
#main {
	width: 940px;
	overflow: hidden;
	color: #FFF;
	background-color: #0e0e0d;
}
#barnav , #barnav a{
	background-image: url(../img/fondos/fondo_main.png);
	background-repeat: repeat-y;
	height: 20px;
	width: 940px;
	text-decoration: none;
	text-align: center;
	font-size: smaller;
	color: #FFF;
	text-transform: uppercase;
}
#footer {
	/*background-image: url(../img/fondos/fondo_footer.png);*/
	/*background-color:#333;*/
	background-repeat: no-repeat;
	height: 40px;
	/*width: 940px;*/
	/*text-align:center;*/
	font-size: 10px;
	font-weight: bold;
	color:#c4b15c;
}

#footer p, #footer a{
	padding-top:10px;
	padding-bottom:0px;
	text-decoration:none;
}

#footer a:link, #footer a:visited{
	color:#FFF;
}

#footer a:hover{
	color:#F00;
}

#menu , #menu a{
	list-style-type: none;
}