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

#contenedor {
margin: 0 auto !important;
width: 1000px;
min-height:350px;
height:auto;
padding-top:5px;
}

#logo{
background: #000 url('../img/logo.gif') no-repeat;
width:454px;
height:105px;
}

#menu{
text-align:right;
height:49px;
margin-top:-20px;
}

#contenidos{
position:relative;
background: #000;
height:320px;
font-family: Arial, Tahoma, Sans;
}

#contenidos #img{
position:absolute;
width:562px;
height:320px;
background:#000;
}

#contenidos #descripcion{
position:relative;
left:562px;
background: url('../img/home/bg_home.jpg') no-repeat;
width:438px;
height:320px;
text-align:justify;
}

#contenidos #descripcion h1{
padding-top:12px;
line-height:25px;
color: orange;
margin:0px;
font-size:24px;
margin-left:20px;
margin-right:10px;
text-align:left;
}

#contenidos #descripcion p{
color: #666;
width: 400px;
font-size:12px;
line-height:20px;
margin-left:20px;
text-align:justify;
}
#contenidos #paginacion{
position:absolute;
top: 270px;
left:140px;
}
#contenidos #descripcion p a {
font-weight:bold;
float:right;
text-decoration:none;
}

#contenidos #nov{
font-size:20px;
color:#666;
position:absolute;
top: 230px;
letter-spacing:3px;
left:140px;
}

.numero{
font-size:20px;
margin: 3px;
padding:8px;
color:#fff;
text-align:right;
background: #666;
}
.numero:hover{
background: orange;
}
.numero a:link, .numero a:visited{
text-decoration:none;
color: #fff;
}
.numero_seleccionado{
font-size:20px;
margin: 3px;
padding:8px;
text-align:right;
color:orange;
background: #666;
}

#aventura{
position:absolute;
background: url('../img/aventuras.png') no-repeat;
top: 350px;
height:75px;
width:691px;
font-size:23px;
padding-top:7px;
padding-left:15px;
}

#bandera {
float:right;
}
