body {
	background: #161410 url(../imagenes/girl80x142.gif) bottom right no-repeat fixed;
	font: 75.5%/125% Arial, Tahoma, Helvetica, sans-serif;
	color: #CBC;
	margin: 0px;
	margin-top: 0px;
	margin-bottom: 60px;
}

img {
	border: none;
}

a, a:visited, a:active { 
	color: #A9A;
	text-decoration: underline;
	cursor:pointer;
}

a:hover {
	color: #991B34;
	cursor:pointer;
}

input, select { 
	font-family: Tahoma, Verdana, Arial; 
	font-size: 11px; 
	background-color: #32302d; 
	border: 1px solid #000; 
	color: #C33;
}

#pagina {
	margin: 50px auto 25px;
	padding: 0;
	width: 700px;
}

#cabecera {
	color: #777;
	text-align: center;
}

#cabecera h1 {
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	font-style: italic;
	clear: left;
}

#cabecera h2 {
	font-size: 10px;
	color: #555;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	font-style: italic;
	clear: left;
}

#blood {
	position: absolute;
	top: 10px;
	left: 10%;
	background: url(../imagenes/blood2.gif) no-repeat;
	width: 106px;
	height: 145px;
	z-indez: 100;
}

#menu-sup {
	background-color: #22201d;
	border: 1px solid #363430;
	margin: 10px 0;
}

#menu-right {
	float: right;
	width: 150px;
	border: 1px solid #333;
}

#menu-right h1 {
	text-align: center;
	font-size: 12px;
	color: #754;
	margin: 10px;
	margin-top: 15px;
	border-bottom:1px dotted #363430;
	padding: 0px;
	font-weight: bold;
}

#menu-right ul{
	margin: 0px;
	border: 0 none;
	padding: 10px;
	list-style: none;
	background-color: #22201d;
}

.minlen{
	min-height: 100px;
}

#menu-right li {
	margin: 0;
	border: 0 none;
	padding: 0;
	list-style: none;
	cursor:pointer;
}

#content {
	padding: 10px;
	padding-top: 25px;
	margin-right: 160px;
	border: 1px solid #333;
	background-color: #22201d;
	z-index: 0;
}

.post {
	
}

.post-header {
	color: #A98;
	background-color: #272320;
	border: 1px solid #000;
	padding-left: 14px;
}

.post-header h2{
	font-size: 13px;
}

.post-header a, a:active { 
	color: #A98;
	text-decoration: none;
	cursor:pointer;
}

.post-header a:hover { 
	text-decoration: underline;
	cursor:pointer;
}

.post-text {
	text-align:justify;
	font-size: 12px;
	padding: 10px;
	background-color: #000;
}

.post-text blockquote{
	color: #989;
}

.post-text img{
	padding-left: 5px;
	padding-right: 5px;
}

.hr{
	background-color: #151515;
	border: 1px solid #363430;
	margin: 10px 0;
}

#paginador{
	text-align: center;
}

#comentarios{
	background-color: #151515;
	color: #977;
}

#coment{
	background-color: #252525;
	border: 1px solid #000;
}

#coment h1{
	background-color: #202020;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}

#coment h2{
	background-color: #202020;
	border-bottom: 1px solid #000;
	font-size: 12px;
	padding: 2px;
	margin: 0px;
}

#coment p{
	background-color: #252525;
	color: #DCC;
}

#tlistado{
	width: 100%;
}

#tlistado th{
	border-bottom: 1px solid;
}

#tlistado td{
	border-bottom: 1px dotted;
}

/* Menu horizontal */
ul#hmenu {
	margin: 0px auto 0px;
	border: 0 none;
	padding: 0;
	width: 300px; /*For KHTML*/
	list-style: none;
	height: 24px;
}

ul#hmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height: 24px;
}

ul#hmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 160px;
	list-style: none;
	display: none;
	position: absolute;
	top: 24px;
	left: 0;
}

ul#hmenu ul:after /*From IE 7 lack of compliance*/{
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

ul#hmenu ul li {
	width: 160px;
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
}

/* Root Menu */
ul#hmenu a {
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	padding: 0 6px;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color: #766;
	font: bold 10px/22px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
}

/* Root Menu Hover Persistence */
ul#hmenu a:hover,
ul#hmenu li:hover a,
ul#hmenu li.iehover a {
	background: #888;
	color: #000;
}

/* 2nd Menu */
ul#hmenu li:hover li a,
ul#hmenu li.iehover li a {
	float: none;
	background: #22201d;
	color: #633;
}

/* 2nd Menu Hover Persistence */
ul#hmenu li:hover li a:hover,
ul#hmenu li:hover li:hover a,
ul#hmenu li.iehover li a:hover,
ul#hmenu li.iehover li.iehover a {
	background: #888;
	color: #000;
}


/* Do Not Move - Must Come Before display:block for Gecko */
ul#hmenu li:hover ul ul,
ul#hmenu li.iehover ul ul {
	display: none;
}

ul#hmenu li:hover ul,
ul#hmenu li.iehover ul {
	display: block;
}

.center{
	text-align: center;
}
.right{
	float: right;
	padding-right: 5px;
	font-size: 12px;
	text-align: right;
}
.left{
	float: left;
	width: 30%;
	text-align: left;
}


