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

@import url("noobslide.css");

body{
	background:#101010 url(../img/fondo-temporal.jpg) top center no-repeat;
	font:normal 12px 'Quattrocento Sans', sans-serif, 'Trebuchet MS';
	color:#fff;
}
a{
	text-decoration:none;
	color:#fff;
	font-weight:bold;
}
a:hover{
	text-decoration:underline;
}
div.encabezado{
	height:220px;
	margin:0;
	overflow:hidden;
}
div.encabezado h1{
	margin-top:180px;
	font-size: 26px;
	letter-spacing: -1px;
	text-align: center;
	color:#FFF;
	text-align:center;
}
div.encabezado h1 a{
	font-weight:normal;
}
div.contenido div.post{
	margin:20px 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{

}


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

