/* CSS Document */
/*Css Exclusiva de LilyOnline.org: Por favor no robes o copies*/
/* Body & Backgrounds */

body {
	background-color: #242424;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Trebuchet MS";
	font-size: 10px;
	line-height: 11px;
	text-align: justify;
	color: #737373;
}

/* Generales */


a:link, a:active, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #8B1A1E;
}

a:hover {
	text-decoration: none;
	font-weight: bold;
	
}
 
em {
	line-height: 11px;
	color: #A5363D;
	
}
rest {
	line-height: 11px;
	color: #ffffff;
	
}
blink {
	line-height: 11px;
	color: #505050;
	font-style: italic;
}

/* Sidebar */

.titulo {
    font-family: "Georgia";
	font-size: 14px;
	line-height: 15px;
	letter-spacing: 2px;
	font-style: italic;
	color: #822A2B;
	text-align: center;
	border-bottom: 1px dotted #585858;
	padding-top: 10px;
	padding-bottom: 3px;
	padding-right: 8px;
	text-transform: capitalize;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
.contenido {
	background-color: #282828;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border: 1px solid #1C1C1C;
}
/*Imagenes*/

.image01 {
    border: 1px solid #8B1A1E;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 2px;	
		}
a img {
	border: 1px solid #8B1A1E;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 2px;	
}
 
a img:hover {
	border: 1px solid #666666;
	-moz-border-radius:  4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	padding: 2px;	
}
/*News*/

blockquote {
	background-color: #121212;
	border: 0px solid #121212;
	padding: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
 
.post {
    font-family: "Trebuchet MS";
	background-color: #414141;
	font-size: 10px;
	line-height: 11px;
	color: #9b9b9b;
	text-align: justify;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.down {
    font-family: "Trebuchet MS";
	background-color: #414141;
	font-size: 10px;
	line-height: 11px;
	color: #9b9b9b;
	text-align: justify;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-bottom: 1px  dotted #ECAEAE;
}