html {
	overflow-y: scroll;
}



.buttons {
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #FF6600;
	line-height: 16px;
	} 
	
#hiddenPic {display:none;}



body {  
  
	background-image: url(assets/bk.jpg);
	background-color:#212223;
	background-position: top center;
	background-repeat: repeat-x;
    padding : 0;
    margin : 0;
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	color: #999999;
	line-height: 16px;
}

#wrapper {
  width : 714px;
  margin : 0px auto;
}

a {
  color:#FFCC00;
  text-decoration : none;
}

a:hover {
  color:#FF9900;
  text-decoration : none;
}

#header {
  width : 714px;
  height :25px;
  position:relative;
  margin-top:70px;}

#content {
  width : 714px;
  position:relative;
  top: 0px;
}

#titles {
   float:left;
   width :420px;
   top:20px;
   margin-left:25px;
   
   }


#fer {
   float:right;
   margin-right:40px;
   margin-top:47px;
   }
   
#fer2 {
   float:left;
   width :420px;
   margin-left:30px;
   top:40px;
   padding: 10px 10px 10px 10px;
   background-color:#151515;
   }  

#home_banner {
  background-image: url(assets/home_picture.png);
  width :714px;
  height:334px;
  position:relative;
  top:0px;
}

#news_home {
  background-image: url(assets/news_box.png);
  background-repeat:no-repeat;
  width :714px;
  height:200px;
  position:relative;
  top: 0px;
}

#nuevas{
	overflow: hidden;
	width:515px;
	height:160px;
	position: absolute;
	top: 12px;
	font-size:9px;
	line-height:11px;
	color: #999999;
	right:55px;
	background-color:#151515;
	padding-left:9px;
	padding-right:10px;
}

#more{
   background-image: url(assets/read_more.png);
   overflow: hidden;
   width:63px;
   height:19px;
   position: absolute;
   top: 175px;
   right:524px;
   cursor:pointer;
}

#networks {
  background-image: url(assets/get_more.png);
  width :535px;
  height:38px;
  position:relative;
  top:0px;
  left:120px;
}

#logos {
  width :635px;
  height:100px;
  position:relative;
  top:2px;
  left:64px;
}

#forma {
line-height:22px;
}

#footer {
  clear : both;
  width : 714px;
  height : auto;
  padding : 10px;
  text-align : center;
  font-size : 9px;
  color: #999999;
}
 

