body {
	font-size: 12px;
	font-family:  Georgia, serif;
	background: black;
	color: white;
	margin: 0px;
	font-size :12px;
}
a {
	color: #F00;
}
a:hover {
	color: #F88;
	text-decoration: none;
}
a img {
	border: none;
}
#vanish {
	background: red;
	width: 100%;
	height: 100%;
}

#contenido {
	margin: 0px auto;
}

#cabecera {
	background: url('../imgs/drmad_dark.jpg') no-repeat center top;
	height: 482px;
}

#titular {
	text-align: center;
}


#in_titulo {
	font-size: 23px;
}

#post_titulo {
	font-size: 14px;
}

.enlace {
	margin: 10px 0px;
}

#titular {
	margin: 10px 0px;
}
#cuerpo {
	margin-top: 20px;

}

#personal {
	position: absolute;
	top: 10px;
	left: 10px;
	text-align: left;

	margin-right: 20px;

}

#tonteras {
	position: absolute;
	top: 10px;
	right: 10px;
	text-align: right;
}

#pie {
	margin-top: 15px;
	text-align: center;
	color: #999;
}
#pie a {
	margin: 0px 5px;
}

.enl_descr {
	color: #888;
}
.enl_titulo a {
	color: #842;
	font-weight: bold;
	text-decoration: none;
}
.enl_titulo a:hover {
	text-decoration: underline;
	color: #F84;
}

