﻿html {
    height: 100%;
}
body {
    background: #ffffff url("../images/background.jpg") no-repeat 50% top;
    margin: 0px 0px 25px 0px;
    padding: 0 0 25px 0;
    height: 100%;
}
div {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#GAR {
	background: url("../images/background.jpg") no-repeat 50% 100%;
}
.dsder {
	width: 8px;
	height: 100%;
	background-color:transparent;
	background: url("../images/ds_derecha.png") left top repeat-y;
}
.dsizq {
	width: 8px;
	height: 100%;
	background-color:transparent;
	background: url("../images/ds_izquierda.png") left top repeat-y;
}
.dsbot {
	width: 25%;
	height: 8px;
	background-color:transparent;
	background: url("../images/ds_bottom.png") left top repeat-x;
}
.dsbotizq {
	width: 8px;
	height: 8px;
	background-color:transparent;
	background: url("../images/ds_izquierda_bot.png") left top no-repeat;
}
.dsbotder {
	width: 8px;
	height: 8px;
	background-color:transparent;
	background: url("../images/ds_derecha_bot.png") left top no-repeat;
}
.dstopizq {
	width: 8px;
	height: 99px;
	background-color:transparent;
	background: url("../images/ds_izquierda_top.png") left bottom no-repeat;
}
.dstopder {
	width: 8px;
	height: 99px;
	background-color:transparent;
	background: url("../images/ds_derecha_top.png") left bottom no-repeat;
}
.menutop {
	width: 100%;
	height: 33px;
	background-color:transparent;
	background: url(../images/logo_barra/av_barraverde_top_5x33.jpg) left top repeat-x;
}
.barraundermenu {
	width: 100%;
	height: 33px;
	background-color:transparent;
	background: url(../images/logo_barra/av_barraverde_botton_5x33.jpg) left top repeat-x;
}
.smalltextbot {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#fff;
}
.smalltextbot a {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#fff;
}
.smalltextbot a:hover {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#006600;
}
.smalltextbotNP {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#fff;
}
.smalltextbotNP a {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#ff0000;
}
.smalltextbotNP a:hover {
	background-color:transparent;
	font-family:Verdana;
	font-size:9px;
	color:#333;
}
.bigtextbot {
	background-color:transparent;
	font-family:Verdana;
	font-size:11px;
	color:#fff;
}
.trans_box2 {
  font-family:verdana;
  padding:2px 6px 2px 6px;
  border:1px #666 solid;
  width:25%;
  /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='../images/fondo_trans.png');
}
/* IE ignores styles with [attributes], so it will skip the following. */
.trans_box2[class] {
  background-image:url(../images/fondo_trans.png);
}
.footmtips {
	background: url('../images/modulos/av_footer_sombrasmall_5x15.jpg')  repeat-x left bottom #f0eedc;
	height:15px;
	margin-bottom:15px;
}
.footmtips2 {
	background: url('../images/header_aventurero/av_footer_sombra_5x15.jpg')  repeat-x left bottom;
	height:15px;
	margin-bottom:15px;
	width: 0;
}

.navcontainer { margin-left: 30px; }

.navlist
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:12px;
font-style:normal;
text-decoration:none;
color:#F0A53A;
}
.navlist a
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:10px;
font-style:normal;
text-decoration:none;
color:#F0A53A;
}
.navlist a:active
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:10px;
font-style:normal;
text-decoration:none;
color:#cccccc;
}
.navlist a:visited
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:10px;
font-style:normal;
text-decoration:none;
color:#F0A53A;
}
.navlist a:hover
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:10px;
font-style:normal;
text-decoration:none;
color:#996600;
}
.navlist a:link
{
list-style: none;
padding: 0;
margin: 0;
font-family:Verdana;
font-size:10px;
font-style:normal;
text-decoration:none;
color:#F0A53A;
}

.navlist li
{
display: inline;
padding: 0;
margin: 0;
}

.navlist li:before { content: "| "; }
.navlist li:first-child:before { content: ""; }

/*IE workaround*/
/*All IE browsers*/
* html .navlist li
{
border-left: 1px solid black;
padding: 0 0.4em 0 0.4em;
margin: 0 0.4em 0 -0.4em;
}

/*Win IE browsers - hide from Mac IE\*/
* html .navlist { height: 1%; }

* html .navlist li
{
display: block;
float: left;
}

/*End hide*/
/*Mac IE 5*/
* html .navlist li:first-child { border-left: 0; }
