html{
	background-color: black;
	width: 100%;
	text-align: center;
  font-family: "Bistream Vera Sans", sans-serif;
}
.cabecera{
  background:url(imagenes/cabecera.jpg) no-repeat;
  display:block;
  margin-left:auto;
  margin-right:auto;
  height:112px;
  width:750px;
}
#cuerpo{
  background:url(imagenes/fondo_body.png) no-repeat;
  margin-left:auto;
  margin-right:auto;
  margin-top:30px;
  width:750px;
  height:380px;
}
.columna{
  float:left;
  width:250px;
  height:340px;
}
.titulo_seccion_1{
  margin-top:15px;
  margin-left:28px;
  background:url(imagenes/titulo1.jpg) no-repeat;
  height:40px;
  width:211px;
}
.fondo_columna_1{
  margin-left:20px;
  width:235px;
  height:296px;
  background:url(imagenes/fondo_columna.png) no-repeat;
}
.imagen_blog{
  position:relative;
  display:block;
  background:url(imagenes/escultura_bn.jpg) no-repeat;
  top:20px;
  margin-left:auto;
  margin-right:auto;
  width:200px;
  height:145px;
}
div.fondo_columna_1:hover{
  background:url(imagenes/fondo_columna_hover.png) no-repeat;
}
div.fondo_columna_1:hover .imagen_blog{
  background:url(imagenes/escultura.jpg) no-repeat;
}
.descripcion_columna{
  position:relative;
  text-align:left;
  top:25px;
  width:200px;
  font-weight:bold;
  font-size:12px;
  margin-left:20px;
}
.titulo_seccion_2{
  background:url(imagenes/titulo2.jpg) no-repeat;
  margin-top:15px;
  margin-left:15px;
  height:40px;
  width:211px;
}
.fondo_columna_2{
  margin-left:auto;
  margin-right:auto;
  width:235px;
  height:296px;
  background:url(imagenes/fondo_columna.png) no-repeat;
}
.imagen_ogame{
  position:relative;
  display:block;
  background:url(imagenes/ogame_bn.jpg) no-repeat;
  top:20px;
  margin-left:auto;
  margin-right:auto;
  width:200px;
  height:145px;
}
div.fondo_columna_2:hover{
  background:url(imagenes/fondo_columna_hover.png) no-repeat;
}
div.fondo_columna_2:hover .imagen_ogame{
  background:url(imagenes/ogame.jpg) no-repeat;
}
.titulo_seccion_3{
  background:url(imagenes/titulo3.jpg) no-repeat;
  margin-top:15px;
  margin-left:3px;
  height:40px;
  width:211px;
}
.fondo_columna_3{
  position:relative;
  left:-4px;
  width:235px;
  height:296px;
  background:url(imagenes/fondo_columna.png) no-repeat;
}
.imagen_secret{
  position:relative;
  display:block;
  background:url(imagenes/yosombra_bn.jpg) no-repeat;
  top:20px;
  margin-left:auto;
  margin-right:auto;
  width:200px;
  height:145px;
}
div.fondo_columna_3:hover{
  background:url(imagenes/fondo_columna_hover.png) no-repeat;
}
div.fondo_columna_3:hover .imagen_secret{
  background:url(imagenes/yosombra.jpg) no-repeat;
}
div.fondo_columna_3:hover .resaltar{
  color:white;
}
#logoMas{
  position:absolute;
  left:-50px;
  top:290px;
  z-index:-1;
  background:url(imagenes/logoMas.png) no-repeat;
  width:362px;
  height:303px;
}

/*************
 * Contenido *
 *************/
.migas_pan{
  padding-top:5px;
  margin-left:10px;
  text-align:left;
  font-size:10px;
  font-weight:bold;
}
.titulo_redessociales{
  position:relative;
  background:url(imagenes/redes_sociales.jpg) no-repeat;
  top:20px;
  margin-left:40px;
  height:40px;
  width:211px;
}
.lista{
  list-style:none;
}
.twitter{
  display:block;
  margin-left:30px;
  background:url(imagenes/twitter_logo.png) no-repeat;
  width:125px;
  height:30px;
  margin-bottom:20px;
}
.facebook{
  display:block;
  margin-left:30px;
  background:url(imagenes/facebook.jpg) no-repeat;
  width:125px;
  height:40px;
  margin-bottom:20px;
}
.lastfm{
  display:block;
  margin-left:30px;
  background:url(imagenes/logo_lastfm.png) no-repeat;
  width:125px;
  margin-bottom:20px;
  height:40px;
}
.youtube{
  display:block;
  margin-left:30px;
  background:url(imagenes/youtube.jpg) no-repeat;
  width:125px;
  height:48px;
}


