/* CSS Document */
body{
	margin:0px;
	background-color:#EDEDED;
	background-image:url(Images/fondo_general.jpg);
    background-repeat: repeat-x;
}
.nombre-aventura {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
}
.nombre-aventura-combo {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	color: #666666;
	font-weight: nomal;
}
a.botaventura:visited, a.botaventura:active, a.botaventura:link {
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	color: #666666;
	font-weight: bold;
}

a.botaventura:hover {
	font-family: "Trebuchet MS", Verdana;
	font-size: 9pt;
	color:#FF6600;
	font-weight: bold;
}

.borde-gris {
	border: 1px solid #999999;
}
.fondo {
	background-repeat: no-repeat;
}

ul.submenu{
margin-left:0px;
margin-right:0px;
margin-top:0px;
margin-bottom:3px;
	padding-left:6px;
	width:190px;
	list-style-type:none;
	display:block;
	line-height:26px;
	font-family:"Trebuchet MS", Verdana;
	font-size: 9pt;
	text-align: left;
	color:#999999;
	
}

ul.submenu li a{
padding-left:16px;
padding-bottom:2px;
width:174px;
border-bottom:1px #CCCCCC solid ;
text-decoration:none;color:#999999;

}
ul.submenu li a:hover{
background:#F8F8F8;
}

.marco_menuDL {
	border: 5px solid #BFBFBF;
}


.texto-DI {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #999999;
	line-height: 13pt;
	font-weight: normal;
	text-align: justify;
}
.texto-Enlaces {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#3366CC;
	
	line-height: 13pt;
	font-weight: bold;
	
}
a.botEnlace:visited, a.botEnlace:active, a.botEnlace:link{
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #999999;
	line-height: 13pt;
	font-weight: bold;
text-decoration:none;
}

a.botEnlace:hover{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color:#666666;
	
	line-height: 13pt;
	font-weight: bold;
	text-decoration:none;

}
