/*
	Hoja de estilos.
	media: screen
	browsers: all
  
  (ñ-soft)
*/

.contenido-enlaces .wrap{
  margin:0 0 0 30px;
  padding:10px 25px 40px 25px;  
  background:#fff;
  border:1px solid #ccc;
  border:0;
  width:650px;
}
.contenido-enlaces h1{
  padding:0 0 5px 0;
  border-bottom:3px solid #333;
  color:#333;
  font-size:2.5em;
  text-align:center;
}
.contenido-enlaces .wrap .left{
  margin:0;
  padding:0;
  float:left;
  position:relative;
  width:48%;  
}
.contenido-enlaces .wrap .right{
  margin:0;
  padding:0;
  float:right;
  position:relative;
  width:48%;  
}
.contenido-enlaces .wrap ul{
  margin:20px 0 0 0;
  padding:0;
}
.contenido-enlaces .wrap li{
  margin:5px 0;
  padding:0;
  height:75px;  
}
.contenido-enlaces .wrap a{
  margin:0;
  padding:0 0 0 80px;
  height:75px;
  line-height:75px;  
  display:block;
  background:transparent url(imagenes/enlaces/enlaces.png) no-repeat;
  border:1px solid #fff;
  outline:none;
  font-family:arial, sans-serif;
  font-size:12px;  
}
.contenido-enlaces .wrap a:hover{
  background-color:#f3f3f3;
  border:1px solid #ccc;  
}

.contenido-enlaces .wrap a.estudiantes{background-position:0 0;}
.contenido-enlaces .wrap a.feb{background-position:0 -75px;}
.contenido-enlaces .wrap a.fbm{background-position:0 -150px;}
.contenido-enlaces .wrap a.realmadrid{background-position:0 -225px;}
.contenido-enlaces .wrap a.fuenlabrada{background-position:0 -300px;}
.contenido-enlaces .wrap a.joventut{background-position:0 -375px;}
.contenido-enlaces .wrap a.baloncestoformativo{background-position:0 -450px;}
.contenido-enlaces .wrap a.marca{background-position:0 -525px;}
.contenido-enlaces .wrap a.as{background-position:0 -600px;}
.contenido-enlaces .wrap a.gradanorte{background-position:0 -675px;}