/*
Template name: The Hobbit
Template URI: http://templates.arcsin.se/the-hobbit-website-template/
Release date: 2006-10-11
Description: Arcsin's submission for OWD template contest "Favourite Book".
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {
	color: #336633;
}

a:hover {color: #06F;}

body {
	background: #4E5D3C url(img/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}

p,blockquote,ul {margin-bottom: 1.2em;}

h1 {font: normal 1.6em serif;}

h2 {
	font: bold 1em Verdana,serif;
	margin: 3px 0 1px;
}

ul {margin-left: 1.8em;}

blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	font: normal 1.4em serif;
	padding-left: 22px;
}

blockquote p {padding: 6px;}

/* misc */
.clearer {
	clear: both;
	display: block;
	font-size: 0;
	line-height: 0;
	height: 0;
}

.left {float: left;}
.right {float: right;}

img.left {
	margin: 0 18px 6px 0;
}

.divider {
	height: 20px;
	margin: 24px 0;
	background-image: url(img/divider.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* structure */
.container {
	background: url(img/bgcontainer.jpg) repeat-y center top;
	width: 906px;
	margin-top: -12px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

.gfx {
	float: left;
	height: 140px;
	margin-top: 12px; 
	width: 52px;
	background-image: none;
	background-repeat: no-repeat;
}

.top {
	float: left;
	text-align: center;
	width: 800px;
	background-image: url(img/bgcontent.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
	margin-top: 12px;
}

.headerHome {
	color: #FFC;
	font-size: 1.4em;
/*	height: 170px;*/
	background-color: #56644A;
}


.header_no_miniatura {
	color: #FFC;
	font-size: 1.4em;
	height: 113px;
	background-color: #56644A;
}
.header {
	color: #FFC;
	font-size: 1.4em;
	height: 175px;
	background-color: #56644A;
}

.header h1 {
	font: normal 3.2em serif,sans-serif;
	padding: 62px 0 34px 0;
}
.pattern {
	background: #334127 url(img/pattern.gif) repeat-x;
	clear: both;
	height: 12px;
}

/* navigation */
.navigation {margin: 0 24px;}

.navigation a {
	color: #6C7151;
	font: normal 1.9em serif;
	line-height: 50px;
	margin: 0 16px;
	text-decoration: none;
}
.navigation  a:hover  {	
	color: #006600;
	font-size: 2em;
	font-weight: bold;
}

/* content */
.content {
	background: url(img/bgcontent.gif) no-repeat;
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
}

.content .spacer {
	height: 42px;
}

.content_portada {
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	left: 60px;
	padding: 0 38px 12px;
}

.content_portada a{
	clear: both;
	font-size: 1.2em;
	margin-left: -25px;
	padding-top: 0;
	padding-right: 38px;
	padding-bottom: 12px;
	padding-left: 0px;
}


/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #445044;
	font: normal 2em serif;
	margin-top: 13px;
	text-align: left;
}

.item .title:first-letter {
	display: block;
	float: left;
	font-size: 2.4em;
	margin-top: -13px;*/
}

.item .metadata {
	color: #666;
	font-size: 0.9em;
	float: left;
	padding: 0 0 6px 4px;
}

.item .body {
	clear: both;
}

.item .pic_camada {
	border:none;
}

/* footer */
.footer {
	background: url(img/bgfooter.gif) no-repeat;
	color: #666;
	font-size: 1.1em;
	line-height: 41px;
	text-align: center;
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.contacto {
	margin-left: 200px;
}

.footer .left {
	padding-left: 40px;
}
.footer .right {padding-right: 40px;}

.footer a {
	color: #666;
	text-decoration: none;
}
.footer a:hover,.footer .right a:hover {
	color: #333;
	text-decoration: underline;
}
.footer .right, .footer .right a {color: #ACAF9B;}
.navigation #selected {
	color: #2C3111;
	font-size: 2em;
	font-weight: bold;
}

.volver {
	margin-left: 400px;
	color: #003300;
	font-size: 0.8em;
}

.volver a {
	color: #006600;
	text-decoration: none;
	border: 1px dashed #8A6;
}

.volver a:hover  {
	color: #006600;
	font-size: 1em;
	font-weight: bold;
}

.volver_center {
	color: #003300;
	font-size: 1.2em;
	text-align:center;
}

.volver_center a {
	color: #006600;
	text-decoration: none;
	border: 1px dashed #8A6;
}

.volver_center a:hover  {
	color: #006600;
	font-size: 1.4em;
	font-weight: bold;
}

.tabla_datos {
	border-style: solid;
	border-width: 1px;
	border-color: black;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.cabecera_tabla {
	color: #FFFFFF;
	background-color: #4e583d;
	text-align: center;
}

.Embrujados_lt {
	text-align: center;
}

.tabla_datos td a {
	color: #649a08;
	text-decoration:none;
}

.tabla_datos  td a:hover  {
	color: #006600;
}
.tabla_datos td {
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2px;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
	padding-bottom: 5px;
	margin-top: 2px;
	text-align: center;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.GaleriaPortada {
	clear: both;
/*	margin-top: -325px;*/
	margin-top: -660px;*/
	position: relative;
}

/* Foto pequeña, hasta 2010-04-24
.GaleriaPortada .portada {
	position: absolute;
	left: 180px;
	top: 0px ;
	z-index: 2;
	border: 1px dashed #8A6;
}
*/

.GaleriaPortada .portada {
/*	position: absolute;*/
	margin-left: 65px;
	top: 0px ;
	z-index: 2;
	border: 1px dashed #8A6;
}

.GaleriaPortada .anuncio {
	position: absolute;
	left: 580px;
	top: -40px ;
	border: 0px;	
	z-index: 3;
}

.GaleriaPortada .banner {
	position: absolute;
	left: 275px;
	top: 265px ;
	border: 0px;	
	z-index: 3;
}

.
