/* CSS Document */

body{
	margin				: 0px;
	padding				: 0px;
	background			: #000;
}

body,td,td,th,table,.inputbox,.button{
	font-family			: "Trebuchet MS",Verdana;
	color				: #fff;
	font-size			: 13px;
	line-height			: 21px;
	padding-left: 1px;
}
a:link, a:visited {
color				: #F2C804;
}

a:hover{
	color				: #fff;
}

h1{
		font-weight:normal;
	font-size:34px;
}
h2{
	font-weight:bold;
	font-size:12px;
}

/* SUB MENU*/

.contentheading{
	color				: #F2C804;
	font-family			: Trebuchet MS,Verdana;
        font-size			:34px;
         padding-top:15px;
        padding-bottom:25px;

        text-align:right;

}

.componentheading{
	color				: #F2C804;
	font-size			: 18px;
	margin-bottom		: 15px;
	text-decoration		: none;
}

.mainlevel {
  font-family      : Trebuchet MS;
  font-size        : 12px;
  	height:20px;
  	padding-top:2px;
  	padding-left:20px;

}

a.mainlevel:link, a.mainlevel:visited {
  height	   : 25px;
  display          : block;
  color            : #fff;
  text-decoration  : none;
}

a.mainlevel:hover {
  color            : #F2C804;
  background	   : url(../images/menu.jpg) no-repeat ;
  text-decoration  : none;
  background-color: ;
}

.sublevel {
  font-family      :  Helvetica, sans-serif;
    padding-left               : 25px;
  line-height			: 25px;
  font-size        : 11px;
}

a.sublevel:link, a.sublevel:visited {
  color            : #F2C804;
   text-decoration  : none;
}

a.sublevel:hover {
  color            : #DD4D05;
  text-decoration  : underline;
}

a#active_menu{
 color            : #F2C804;      font-weight:bold;
	background: url(../images/menu.jpg) no-repeat;
	text-decoration: none;
}
		  
 a#active_menu:hover{
	border-top: 0px solid #cccccc;
	background-image: none;
          color            : #F2C804;
	text-decoration: none;
	background: url(../images/menu.jpg) no-repeat;
	cursor				: default;
	}
	
.infoslegales
 {                
  font-family      : "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  font-size        : 0.8em;
  text-decoration:none;
  text-align: center;

}

