/* CSS Document */
a{text-decoration:none;}

#contenedorbasket{
position:relative;
width:775px;
height:650px;
margin:auto;
font: 11px Verdana,sans-serif;
color:#222;
line-height:15px;
background:url(basket.jpg) no-repeat;
}

#contenedorfutbol{
position:relative;
width:775px;
height:650px;
margin:auto;
font: 11px Verdana,sans-serif;
color:#222;
line-height:15px;
background:url(futbol.jpg) no-repeat;
}

#contenedoreventos{
position:relative;
width:775px;
height:650px;
margin:auto;
font: 11px Verdana,sans-serif;
color:#222;
line-height:15px;
background:url(eventos.jpg) no-repeat;
}

#cuerpo{
position:relative;
float:left;
width:550px;
height:650px;
}

#contenido{
position:relative;
float:right;
width:358px;
height:385px;
margin-top:185px;
}

#titulo{
float:left;
text-align:right;
padding:5px;
margin-bottom:15px;
margin-top:20px;
background-color:yellow;
}

#informacion{
position:relative;
float:right;
width:350px;
height:335px;
}
