/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Gudea);
@import url(http://fonts.googleapis.com/css?family=Lustria);

html {
	height:						100%;
} 
 
 body {
	font-family: tahoma;
	font-size: 11px;
	color: #BBB;
	background-image:
	url(../images/fondo-B.jpg);
	background-repeat: no-repeat;
	background-color: #292929;
 }
 
 .div#wrapper {
	width:						929px;
	height:						100%;
	min-width:					929px;
	margin:						0 auto 0 auto;
	padding:					33px 94px 33px 94px;
}
 
 .div#wrapper div.header {
	width:						915px;						
	height:						117px;
}

.div#wrapper div.header h1 {
	background-image:	url(../images/logo.png);
	background-repeat: no-repeat;
	height: 87px;
	width: 130px;
	text-indent: -99999px;
	float: left;
	margin: 0 0 0 0;
}

.div#wrapper div.header h1 a {
	display:					block;
	width:						130px;
	height:						87px;
}

.div#wrapper div.header h1 a span {
	display:					none;
}
 
 .left {
  float:left;
  padding-top: 65px;
  width: 300px;
 }

.left ul li {
  float: right;
 }

.left ul li a {
	margin-top: 1px;
	font-family: Verdana;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 1px;
	width: 155px;
	height: 23px;
	float: right;
}

.left ul li a:hover {
	border: 0px double #292929;
	color: #0059AB;
 }
 
 .left ul li.active a {
	background: #292929;
	color: #0059AB;
 }
 
 .right {
  padding-left: 310px;
  padding-top: 55px;
}

.right img {
	margin-right: 10px;
	margin-top: 10px;
	display: block;
	border: 3px solid #BBB;
	margin-left: 0px;
	margin-bottom: 10px;
 }
 
 .right img:hover {
	border: 3px solid #FFFF00;
	overflow: scroll;
 }
 
 .block {
	margin-top: 10px;
	height: 116px;
	width: 816px;
 }
 
h1 {
  font-size: 11px;
  color: #FF00AA;
  font-weight: bold;
 }
 
h2 {
  font-weight: normal;
  padding-bottom: 7px;
  font-size: 10px;
 }
 
a {
  color: #999;
  text-decoration: none;
 }
 
a:hover {
	text-decoration: underline;
 }
 
 .content {
  width: 600px;
 }
  
.logo {
	vertical-align: top;
	text-align: left;
	float: left;
	top: auto;
	filter: Light;
}
