/* Estilo RESET*/
@import url("reset.css");

body{
	background-color:#070707;
	font:normal 12px Trebuchet MS;
	color:#fff;
	overflow:hidden;
}
.background{
	background: #070707 url('fondo.ligero.guitarrista-azul.jpg') top center no-repeat;
	background: #070707 url('fondo.ligero.guitarrista-luz.jpg') top center no-repeat;
	background: #070707 url('fondo.ligero.guitarrista.jpg') top center no-repeat;
	height:1000px;
	width:100%;
	margin:0 auto 0 auto;
}

#container{
	position:absolute;
	width:100%;
	top:0;
	z-index:99;
}
a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
div.encabezado{
	height:220px;
	margin:0 auto 0 auto;
	overflow:hidden;
}
div.encabezado h1{
	margin-top:180px;
	font-size:21px;
	color:#FFF;
	text-align:center;
}
div.encabezado h1 a{
	font-weight:normal;
}
div.contenido div.post{
	margin:40px auto 20px auto;
	width:650px;
	border-bottom:1px solid #333;
}
div.contenido div.post h3{
	font-weight:lighter;
	font-size:19px;
}
div.contenido div.post p{
	margin:11px 0;
	line-height:17px;
	text-align:justify;
}
div.contenido{

}
.hidden{
	visibility:hidden;
}
.visible{
	visibility:visible;
}

div.pie{
	margin-top:200px;
}
div.pie p{
	font-weight:lighter;
	font-size:11px;
	letter-spacing:1px;
	color:#FFF;
	text-align:center;
}

