/*  
Theme Name: El arte de las cosas 2009
Theme URI: 
Description: Plantilla para elarte.coop. Ultima Actualizacion: 2010-08-06
Version: 2009
Author: Fernando Diaz
Author URI: http://www.sin-titulo.com

	elarte.coop
	Ultima Actualizacion: 2010-08-06

*/

/*


/* ------------------

Sumario:

REFERENCIAS
TIPS 

GENERAL
-- RESET
-- REFERENCIA COLORES
-- BODY
-- FUENTES
-- LINKS
-- TITULARES
-- LISTAS
-- TABLAS
-- BLOCKQUOTES
-- FORMULARIOS
-- OTROS ELEMENTOS, TAGS

AUXILIARES
-- FORMULARIOS ESPECIALES
-- ERRORES Y NOTIFICACIONES
-- ICONOS
-- CLASES GENERALES

ESTRUCTURA
-- CONTAINER
-- BRANDING
-- NAV
-- CONTENT
-- CONTENT-MAIN
-- CONTENT-SUB
-- CONTENT-SUP
-- SITEINFO

COMPONENTES DE PAGINA (Lo mas bonito)

OVERRIDES (Lo que necesita sobreescribirse en casos particulares)



------------------ */

/* =REFERENCIAS 
--------------------------- */

/* Muchos de los comentarios de este documento tienen
-- un signo de igual (=) justo antes de la palabre clave de referencia
-- esto es para que sea mas facil buscar dentro del codigo
*/

/* =TIPS 
--------------------------- */

/* En todos los floats conviene usar:
	display: inline;
-- para no tener problemas con los ḿargenes duplicados
-- de IE6.
*/

/* Para "anular" (clear) un float en ultima instancia
-- usar en el contenedor:
	overflow: hidden;
	width: 100%;
*/

/* Usar pseudo-elementos para especificar
-- todos los estados de un link:
-- :link, :visited, :hover, :focus, :active
*/

/* Usar en los botones de formularios:
	overflow: visible
-- para evitar desastres con el padding, etc...
*/


/* Orden de las propiedades para que sea mas facil
-- leer la interaccion:
	display
	position
	float clear
	width height
	max-width max-height
	overflow
	margin
	padding
	border
	font
	line-height
	text
	color
	background
*/

/* /////=GENERAL/////
--------------------------- 
--------------------------- */

/* =RESET - Eric Meyer 
--------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li, p,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

hr {
display: none;}


/* =BODY
--------------------------- */

body {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background: #fff;
	color: #666;
	display: block !important;
}

/* =FUENTES
--------------------------- */


#content.single #content-main .comments-list .edit-comment {
	font-family: "Liberation serif", Cambria, Palatino, "Palatino Linotype", Georgia, serif;
}

body,
#content-main p.fecha,
.posts-navigation,
#content.single #content-main p,
#container .single #content-main ol.comments-list li p.comment-metadata,
#container .archive #content-main h2,
#content #content-main p.no-encontrado, 
#content-main .post h4, #content-main .post h5, #content-main .post h6,
p.comment-waiting em
 {
	font-family: "Liberation Sans", Arial, Helvetica, sans-serif;}

#content-main h2, #content-main h3,
#content-main .post p.fecha,
#content #content-main .post-metadata,
#content-sub h4, #content-sup h4 {
	
	font-family: "Liberation Sans", Helvetica, Arial, Georgia, "Times New Roman", Times, serif;
}

blockquote,
#content #content-main .post blockquote,
#content #content-main .post blockquote p,
#content #content-main .post li blockquote,
#content-main .post .entradilla,
.entradilla,
.post blockquote,
div#container div#content div#content-main div.post div.entradilla p,
#content-main .entradilla,
#content.nosotros #content-main cite,
.post cite, 
#content.single #content-main ol.comments-list li p,
#content-sub #sobre-las-indias,
#content-sub #libros .libro .autores {
	font-family: "Liberation serif", 'Minion Pro', Minion, "Times New Roman", Times, Georgia, serif;
}

/* =BLOCKQUOTES
--------------------------- */

#content blockquote {
	font-size: 1.1em;
	font-style: italic;
}

.post blockquote p {
	font-style: italic;
}

.post .post-body blockquote {
	margin-bottom: 9px;
}

#content-main .comment blockquote {
	padding: 0 40px 0 25px;
	margin: 20px;
	background: url(imagenes/blockquote.png) no-repeat 0 0;
}

.post cite {
	font-style: italic;
}


/* /////=AUXILIARES/////
--------------------------- 
--------------------------- */

/* =ERRORES Y NOTIFICACIONES
--------------------------- */

#container .error #content-main h2 {
	margin-left: 0;
}

/* /////=ESTRUCTURA/////
--------------------------- 
--------------------------- */

/* =CONTAINER
--------------------------- */

#container {
	margin: 0 2% 0 1%;
	text-align: left;
}

/* =BRANDING
--------------------------- */

#branding {
	position: relative;
	width: 96%;
	height: 76px;
	overflow: hidden;
	padding: 0 2% 3px 2%;
	background: #8b0505 url(imagenes/body.png) repeat-x;
}

#branding h1 {
	position: absolute;
	top: 5px;
	width: 96%;
	height: 68px;
	margin: 0;
	padding: 0;
	font-size: 30px;
	line-height: 30px;
}

#branding h1 a {
	display: block;
	position: relative;
	width: 180px;
	height: 68px;
	text-decoration: none;
}

#branding h1 a:link {
	color: #fff;
}
#branding h1 a:visited {
	color: #fff;
}
#branding h1 a:hover {
	color: #fff;
	
}
#branding h1 a:focus {
	color: #fff;
	
}
#branding h1 a:active {
	color: #fff;
	
}

#branding h1 a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 68px;
	background: url(imagenes/logo-arte-de-las-cosas.png) no-repeat;
}

#branding h1 em {
	position: absolute;
	top: 0;
	right: 0;
	width: 58px;
	height: 67px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(imagenes/logo-grupo-coop.png) no-repeat;
}

#branding p {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* NAV-=ACCESS
--------------------------- */

#nav-access {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* =NAV */

#nav {
	display: inline;
	float: right;
	position: relative;
	z-index: 2;
	width: 350px;
	height: 50px;
	margin-top: 12px;
	margin-right: 78px;
	padding: 0;
}

#nav a.trabajo {
	display: inline;
	float: right;
	padding: 0 5px 0 25px;
	font-size: 14px;
	line-height: 22px;
	font-style: italic;
	text-align: right;
	text-decoration: underline;
	color: #e2901f;
	background: url(imagenes/icono-estrella-cuatro-puntas.png) no-repeat 0 0;
}

#searchform {
	position: relative;
	display: inline;
	float: right;
	height: 22px;
	overflow: hidden;
	margin: 0 0 9px;
	font-size: 14px;
	color: #eee;
}

#searchform label {
	margin-right: 10px;
}

#searchform #s {

	height: 17px;
	margin: 0 27px 0 0;
	padding: 3px 7px 0;
	border: 1px solid #1c2f0f;
	font-size: 11px;
	line-height: 20px;
}

#searchform #searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
}

/* =RSS-link */

#nav a.rss-link {
	display: inline;
	float: left;
	height: 22px;
	margin: 14px 0;
	padding: 0 18px 0 4px;
	font-size: 14px;
	color: #41779f;
	text-decoration: none;
}

#nav a.rss-link:hover,
#nav a.rss-link:focus,
#nav a.rss-link:active {
	color: #eee;
}


/* =CONTENT
--------------------------- */

#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* CONTENT-=MAIN
--------------------------- */

#wrapper {
	float: left;
	width: 100%;
	margin-left: -405px;
}

#content-main {
	min-height: 500px;
	margin: 36px 0 0 405px;
	padding-bottom: 18px;
}

#content-main h2, #content-main .posts-navigation {
	margin-left: 18px;
}

/* Que no aparezca el titular de Noticias en el home */

.home #content-main h2 {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.home #content-main .post-body h2 {
	position: static;
	font-size: 24px;
	line-height: 27px;
}

/* ====EN =POSTS==== */

#content-main .post {
	position: relative;
	margin-bottom: 24px;
	border-bottom: 1px solid #cdcdcd;
}

/* =LISTAS
--------------------------- */

.post .post-body ul {
	list-style-type: disc;
	margin: 9px 0 9px 42px;
}

.post .post-body ol {
	list-style-type: decimal;
	margin: 9px 0 9px 42px;
}

.post .post-body ul li, .post .post-body ol li {
	margin-bottom: 18px;
}

#content-main .post dl.wp-caption dd {
	font-size: 12px;
	line-height: 15px;
	color: #999;
}

/* Rollo para que las bullets de las listas de los posts aparezcan bien */

#content-main .post h2,
#content-main .post h4, #content-main .post h5, #content-main .post h6,
#content-main .post p, #content-main .post .post-body div {
	margin-left: 22px;
}

#content-main .post li p,
#content-main .post li h2,
#content-main .post li h3,
#content-main .post li h4,
#content-main .post li h5,
#content-main .post li h6,
#content-main .post blockquote p,
#content-main .post .post-body div p {
	margin-left: 0;
}

#content-main .post blockquote {
	padding: 0 22px;
	margin: 22px 76px 13px;
}

/* =TITULARES
--------------------------- */

#content-main .post .post-body {
	margin-top: 17px;
	padding-right: 9px;
	padding-bottom: 18px;
}

#content-main .post a {
	color: #b23e27;
}

#content-main .post h3 {
	min-height: 64px;
	margin-bottom: 0;
	margin-left: 17px;
	padding: 0 4px 14px 81px;
	border-bottom: 1px solid #999;
	font-size: 30px;
	line-height: 32px;
}

.page #content-main .post h2 {
	margin-bottom: 0;
	padding: 0 4px 14px;
	border-bottom: 1px solid #999;
	font-size: 30px;
	line-height: 32px;
}

#content-main .post h3 a {
	padding: 0;
	text-decoration: none;
	color: #8b0505;
}

#content-main .post h3 a:hover,
#content-main .post h3 a:focus,
#content-main .post h3 a:active {
	text-decoration: underline;
}

#content-main .post-body h2,
#content-main .post-body h3,
#content-main .post-body h4 {
	margin-bottom: 10px;
	padding-top: 18px;
	font-size: 20px;
	line-height: 1.1em;
	color: #444;
}

#content-main .post h5 {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.1em;
	color: #444;
}

#content-main .post h6 {
	margin-bottom: 10px;
	text-transform: uppercase;
	color: #444;
}

#content-main .post p {
	margin-bottom: 13px;
}

#content-main .post .post-body p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#content-main .post-body object {
	display: block;
	margin-top: 20px;
}

/* =fecha de los posts */

#content-main .post p.fecha {
	position: absolute;
	top: 0;
	left: -2px;
	width: 63px;
	height: 64px;
	margin-left: 21px;
	font-size: 16px;
	color: #ccc;
}

#content-main .post p.fecha .dia {
	display: block;
	font-size: 38px;
	line-height: 38px;
	letter-spacing: -1px;
}

#content-main .post p.fecha .mes {
	position: relative;
	top: -4px;
	left: 3px;
	display: block;
	font-size: 18px;
	line-height: 18px;
}

#content-main .post p.fecha .ano {
	display: block;
	position: absolute;
	top: 1px;
	right: 0;
	width: 17px;
	height: 60px;
	border-radius : 4px; 
	-moz-border-radius : 4px; /* Mozilla */
	-webkit-border-radius : 4px; /* Webkit */
	text-indent: -9999px;
	background-color: #dc8371;
	background-repeat: no-repeat;
}

#content-main .post p.fecha span.ano-09 { background-image: url(imagenes/ano-09.png);}
#content-main .post p.fecha span.ano-10 { background-image: url(imagenes/ano-10.png);}
#content-main .post p.fecha span.ano-11 { background-image: url(imagenes/ano-11.png);}
#content-main .post p.fecha span.ano-12 { background-image: url(imagenes/ano-12.png);}
#content-main .post p.fecha span.ano-13 { background-image: url(imagenes/ano-13.png);}
#content-main .post p.fecha span.ano-14 { background-image: url(imagenes/ano-14.png);}

#content-main .post .entradilla {
	margin-top: 17px;
	margin-left: 18px;
	padding: 0 81px;
	font-size: 22px;
	line-height: 28px;
	font-style: italic;
	background: url(imagenes/entradilla.png) no-repeat 0 0;
	color: #999;
}

#content-main .post .entradilla p {
	margin: 0;
}

/* =Miniposts */
/* Estilos para viñeta (miniposts en el home)
-----------------------------------------------*/

#content #wrapper #content-main .minipost {
	position: relative;
	margin-bottom: 24px;
	padding: 0 104px 24px 10px; /* 88px = El espacio que ocupa el avatar y su padding */
	font-size: 16px;
}

#content #content-main .minipost h3 {
	height: auto;
	min-height: inherit;
	margin: 1em 1em 0 16px;
	padding: 0 0 0 2px;
	border: none;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}

#content #content-main .minipost h3 a {
	color: #b23e27;
}

#content-main .minipost h3,
#content #content-main .minipost p.fecha,
#content #content-main .minipost .comments,
#content #content-main .minipost .categorias {
	position: static;
	display: inline;
	float: left;
	font-size: 16px;
	line-height: 22px;
	color: #666;
}

#content #content-main .minipost p.fecha {
	display: inline;
	clear: left;
	z-index: 10;
	position: static;
	width: auto;
	height: 22px;
	min-height: inherit;
	margin: 4px 0 1em 18px;
	padding: 0 0 0 2px;
	font-size: 13px;    
	line-height: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #999;
}

/* Ocultar título y fecha */
#content #content-main .minipost h3,
#content #content-main .minipost p.fecha {
	position: absolute;
	top: -9999px;
	left: -9999px;
}


#content #content-main .minipost .comments span,
#content #content-main .minipost .categorias span {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#content #content-main .minipost .comments {
	position: absolute;
	bottom: 3.5em;
	left: 28px;
	margin: 0;
	padding: 0;
}

#content #content-main .minipost .comments a {
	text-decoration: none;
}

#content #content-main .minipost .categorias {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 106px;
	height: 70px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background: url(imagenes/punta.png) no-repeat left bottom;
}

#content #content-main .minipost .categorias a {
	display: block;
	position: absolute;
	top: 0;
	right: 16px;
	width: 44px;
	height: 44px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-style: solid;
	border-width: 2px;
	border-color: #b23e27;
	border-radius : 4px; 
	-moz-border-radius : 4px; /* Mozilla */
	-webkit-border-radius : 4px; /* Webkit */
	text-indent: -9999px;
	background: url(imagenes/avatar-miniposts.png) no-repeat 0 0;
}

#content #content-main .minipost .post-body {
	display: block;
	padding: 1em 1em 3em 1em;
	border-style: solid;
	border-width: 2px;
	border-color: #d1d4df;
	border-radius : 20px; 
	-moz-border-radius : 20px; /* Mozilla */
	-webkit-border-radius : 20px; /* Webkit */
	background-color: #eff2ff;
}

#content #content-main .minipost .post-body p {
	clear: left;
	margin-top: 0;
	margin-left: 0;
}

#content #content-main .minipost .minipost-respond {
	display: inline;
	position: absolute;
	bottom: 3.5em;
	left: 3.5em;
}

/* Modificaciones para las viñetas en single */

html>body>div#container>div#content>div#wrapper>div.post-rmd>div#post-9 { /* el minipost en single sin bordes */
	border-bottom: none;
	margin-bottom: -16px;
}

.single .post-rmd #comments,
.single .post-rmd #pings { /* quitar texto entre las viñetas */
	position: absolute;
	left: -9999px;
}
/*/////////////////////////*/
/* Terminan estilos viñeta */



/* =Enfasis y =citas */

#content-main .post-body em {
	padding-right: 1px;
	font-style: italic;
}

#content-main .post-body blockquote em {
	font-size: 1em;
	font-style: italic;
	letter-spacing: 0.015em;
}

#content-main .post-body strong {
	font-size: 1em;
	font-weight: bold;
}

#content-main .post-body blockquote strong {
	font-size: .9em;
	font-weight: bold;
}

#content-main .post-body blockquote {
	background: url(imagenes/blockquote.png) no-repeat 0 0;
}

#content-main .post-body blockquote p {
	margin-bottom: 0;
}

#content-main .post-body cite {
	padding-right: 1px;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 0.015em
}

/* Post =metadata */

#content-main .post .post-metadata {
	position: relative;
	margin-left: 20px;
	height: 22px;
	margin-bottom: 0;
	padding-bottom: 1px;
	border-radius : 8px; 
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-bottom-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-top-bottom-radius: 6px;
	font-size: 12px;
	line-height: 22px;
	color: #f7f7f7;
	background: #cf6d5a;
}

#content-main .post .post-metadata a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

#content-main .post .post-metadata a:hover,
#content-main .post .post-metadata a:focus,
#content-main .post .post-metadata a:active {
	text-decoration: underline;
}

#content-main .post .post-metadata p {
	margin: 0;
}

#content-main .post .post-metadata p.autor {
	display: inline;
	float: left;
	margin: 0 18px 0 9px;
}

#content-main .post .post-metadata p.categorias {
	display: inline;
	float: left;
}

#content-main .post .post-metadata p.comments {
	height: 22px;
}

#content-main .post .post-metadata .comments-number {
	position: absolute;
	right: 9px;
	text-decoration: none;
}

#content-main .post .post-metadata a.comments-number:hover,
#content-main .post .post-metadata a.comments-number:focus,
#content-main .post .post-metadata a.comments-number:active {
	text-decoration: underline;
}

/* Posts =navigation */

#content-main ul.posts-navigation {
	position: relative;
	top: -2px;
	width: 545px;
	overflow: hidden;
	padding: 0 2px;
	text-transform: uppercase;
}

#content-main ul.posts-navigation li {
	display: inline;
	width: 250px;
}

#content-main ul.posts-navigation .previous-posts {
	float: left;
}

#content-main ul.posts-navigation .next-posts {
	float: right;
	text-align: right;
}

#content-main ul.posts-navigation li a {
	color: #999;
	text-decoration: none;
}

#content-main ul.posts-navigation li a:hover,
#content-main ul.posts-navigation li a:focus,
#content-main ul.posts-navigation li a:active {
	color: #b23e27;
}


/* Post =single - solo el post en cuestion */

#container .single #content-main h2 {
	font-size: 24px;
	line-height: 27px;
}

.single #content-main a.post-edit-link {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	padding-bottom: 1px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-bottom-radius: 6px;
	text-align: center;
	text-decoration: none;
	background: #b23e27;
	color: #efe3c2;
}

.single #content-main a.post-edit-link:hover,
.single #content-main a.post-edit-link:focus,
.single #content-main a.post-edit-link:active {
	color: #fff;
}

/* =Comentarios en single */

#content.single #content-main #comments,
#content.single #content-main #pings {
	margin: 30px 10px 9px 33px;
	font-size: 20px;
	line-height: 24px;
	color: #666;
}

#content.single #content-main .comments-list {
	margin-left: 18px;
}
	
#content.single #content-main #comments {
	line-height: 24px;
}

#content.single #content-main h3#comments em {
	display: block;
}
	
#content.single #content-main ol.comments-list li {
	min-width: 531px;
	overflow: hidden;
	margin: 10px 10px 18px;
	padding: 18px 9px;
	border-top: 1px solid #cdcdcd;
	background: none;
	color: #666;
}

#content.single #content-main ol.comments-list li.comment {
	min-width: 531px;
	overflow: hidden;
	margin: 10px 10px 18px 0;
	padding: 0 9px 18px 9px;
	border: none;
	background: none;
	color: #666;
}

#content.single #content-main ol.comments-list li:hover {
}

#content.single #content-main .comments-list cite {
	font-weight: bold;
	color: #b23e27;
}

#content.single #content-main .pingback cite {
	display: block;
	margin-bottom: 9px;
}

/* Estilos para viñeta (sólo en comentarios)
-----------------------------------------------*/

#content.single #content-main ol.comments-list li.comment {
	position: relative;
	padding-bottom: 0;
}

#content.single #content-main .comment cite,
#content.single #content-main .comment p.comment-metadata {
	z-index: 10;
	position: relative;
	bottom: -12px;
	margin-bottom: -55px;
	padding-left: 18px;
}

/* gravatar */
#content.single #content-main .comments-list cite img {
	display: inline;
	float: right;
	clear: both;
	position: relative;
	left: -2px;
	z-index: 10;
	width: 48px;
	margin: 0;
	padding: 0 0 28px 40px;
	border: none;
	background: url(imagenes/punta.png) no-repeat left bottom;
}

#content.single #content-main ol.comments-list li.comment .comment-body {
	margin-right: 88px; /* El espacio que ocupa el avatar y su padding */
	margin-top: 13px;
	padding: 65px 1em 1em;
	border-style: solid;
	border-width: 2px;
	border-color: #d1d4df;
	border-radius : 20px; 
	-moz-border-radius : 20px; /* Mozilla */
	-webkit-border-radius : 20px; /* Webkit */
	background-color: #eff2ff;
}

#container .single #content-main .comments-list .comment .edit-comment {
	position: absolute;
	right: 115px;
	top: 15px;
	width: 63px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}

p.comment-waiting {
	position: absolute;
	top: 15px;
	right: 118px;
	font-weight: bold;
	font-style: normal;
	color: #aaa;
}

p.comment-waiting em {
	font-style: normal;
}

/* Terminan estilos viñeta */

#content.single #content-main .comments-list cite a {
	color: #b23e27;
}

#content.single #content-main ol li div.comment-body {
	margin-top: 13px;
}

#content.single #content-main ol li div.comment-body a,
#content.single #content-main #respond a {
	color: #b23e27;
}

#content.single #content-main ol.comments-list li p {
	clear: left;
	margin-bottom: 9px;
	font-size: 16px;
	font-style: italic;
	line-height: 20px; 
}

#container .single #content-main ol.comments-list li p.comment-metadata {
	clear: none;
	margin-top: 2px;
	font-size: 13px;    
	line-height: 18px;
	font-style: normal;
	text-transform: uppercase;
	color: #999;
}

#container .single #content-main .comments-list p.comment-metadata a:link, 
#container .single #content-main .comments-list p.comment-metadata a:visited {
	font-style: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #35698f;
}

#container .single #content-main .comments-list p.comment-metadata a:hover, 
#container .single #content-main .comments-list p.comment-metadata a:focus,
#container .single #content-main .comments-list p.comment-metadata a:active {
	font-style: normal;
	text-decoration: underline;
	text-transform: uppercase;
	background: none;
}

#container .single #content-main .comments-list .edit-comment {
	padding-top: 10px;
	font-size: 12px;
	font-style: normal;
	text-align: right;
}

#container .single #content-main .comments-list .edit-comment a {
	display: inline;
	float: right;
	width: 55px;
	padding: 2px 4px;
	text-align: center;
	text-decoration: none;
	background: #b23e27;
	color: #fff;
}

#container .single #content-main .comments-list .edit-comment a:hover, 
#container .single #content-main .comments-list .edit-comment a:focus, 
#container .single #content-main .comments-list .edit-comment a:active {
	background: #b23e27;
	color: #fff;
}

#container .single #content-main #pings {
	margin-bottom: -5px;
}

#container .single #content-main #respond {
	margin-left: 18px;
}

#container .single #content-main #respond p {
	margin-left: 15px;
}

#container .single #content-main #respond h3 {
	margin: 18px 0 9px;
	border-bottom: 1px solid #cdcdcd;
	padding: 10px 0 5px 15px;
	font-size: 20px;
	line-height: 24px;
	color: #666; 
}

#container .single #content-main p.commenter-login {
	margin-bottom: 7px;
	font-size: 12px;
}     

/* =Formulario de comentarios */

#commentform {
	margin-left: 12px;
}

#commentform a {
	color: #35698f;
}

#container .single #content-main #respond #commentform p {
	margin-bottom: 12px;
	margin-left: 3px;
	color: #666;}

#commentform p label {
	display: block;
	margin-bottom: 3px;
}
	
#commentform textarea {
	width: 352px;
	border: 1px solid #cdcdcd;
}
	
     
/* Estilos para los =archivos */

#container .archive #content-main #archive {}

#container .archive #content-main li.post {
	margin-bottom: 14px;
	padding-bottom: 15px;
}

#container .archive #content-main h2, #container .error #content-main h2 {
	position: static;
	padding: 0 0 8px 18px;
	border-bottom: 1px solid #c4c4c4;
	margin: 0 0 18px 0;
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999;
}

#container .archive #content-main h2 em {
	font-weight: bold;
	font-style: normal;
}

#container .archive #content-main p.fecha {
	margin-bottom: 5px;
}

#container .archive #content-main h3.no-encontrado {
	font-size: 20px;
	line-height: 1.3em;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #d7d7d7;
}

#content #content-main p.no-encontrado {
	font-size: 16px;
	line-height: 1.3em;
	margin: 0 0 20px 22px;
}

#container .archive #content-main h3.no-encontrado em {
	font-weight: bold;
}

#container .archive #content-main h3 a {
	font-size: 20px;
	line-height: 24px;
	text-decoration: none;
}

#container .archive #content-main h3 a:hover, 
#container .archive #content-main h3 a:focus, 
#container .archive #content-main h3 a:active {
	text-decoration: underline;
}

#errorsearchform {
	margin-left: 22px;
}


#errorsearchform label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#errorsearchform #new-s {
	width: 219px;
	margin-right: 18px;
}

#errorsearchform #newsearchsubmit {
	width: 63px;
	margin: 0;
}


/* CONTENT-=SUB
--------------------------- */

#content-sub {
	display: inline;
	float: right;
	width: 385px;
	margin: 36px 0;
	color: #af5e4e;
	background: #f3e0b2;
	
}

#content-sub a {
	color: #b23e27;
}

#content-sub h4 {
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}

/* sobre =las indias */

#content-sub #sobre-las-indias {
	margin: 18px 20px;
	font-style: italic;
	font-size: 17px;
	line-height: 23px;
}

#content-sub #sobre-las-indias p {
	margin-bottom: 10px;
}

#content-sub #sobre-las-indias img {
	width: 337px;
	margin-bottom: 18px;
	border: 4px solid #cfbc8e;
}


/* Estilos para el =archivo de artículos */

#content-sub #archivo {
	margin: 0 20px 18px;
	padding-top: 20px;
}

#content-sub #archivo h4 ul {
	font-size: 13px;
	line-height: 18px;
}

/* =libros */

#content-sub #libros {
	margin: 0 20px 18px;
	padding-top: 20px;
}

#content-sub #libros .libro {
	position: relative;
	height: 220px;
	padding-left: 142px;
	background: url(imagenes/libro-sombra.png) no-repeat;
}

#content-sub #libros .libro h5 {
	margin-bottom: 4px;
	font-size: 16px;
	line-height: 18px;
	font-weight: bold;
}

#content-sub #libros .libro .autores {
	margin-bottom: 20px;
	font-style: italic;
	line-height: 18px;
}

#content-sub #libros .libro img {
	position: absolute;
	top: 0;
	left: 0;
	width: 122px;
	border: 1px solid #ccc;
}

#content-sub #libros .libro ul {
	font-size: 14px;
	line-height: 20px;
}

/* Nube de etiquetas */

#content-sub #etiquetas {
	margin: 0 20px 18px;
	padding-top: 20px;
}


/* =SITEINFO
--------------------------- */

#site-info {
	clear: both;
	padding: 22px 23px 22px 31px;
	font-size: 12px;
	border-top: 3px solid #eac99b;
	text-align: left;
	letter-spacing: 0.03em;
	background: #8b0505;
	color: #fff;
}


#site-info a:link { color: #fff; text-decoration: none; text-decoration: underline;}
#site-info a:visited { color: #fff; text-decoration: none;text-decoration: underline;}
#site-info a:hover { color: #fff; border: none;}
#site-info a:focus { color: #fff; border: none;}
#site-info a:active { color: #fff; border: none;}

#site-info .vcard {
	background: url(imagenes/vcard.png) no-repeat right top;
}

/* /////=COMPONENTES DE PAGINA/////
-------------------------------------- 
-------------------------------------- */

/* =ENFASIS
--------------------------- */

em {
	padding-right: 1px;
	font-style: italic;
}


strong {
	font-size: 1em;
	font-weight: bold;
}


/* /////=OVERRIDES/////
--------------------------- 
--------------------------- */


/* =Alineacion */

.left {
	display: inline;
	float: left;
}

.ultimo-left {
	display: inline;
	float: left;
	margin: 0;
}

.right {
	display: inline;
	float: right;
}

.ultimo-right {
	display: inline;
	float: right;
	margin: 0;
}

.ultimo {
	margin-right: 0;
}


/* =anti-wordpress es la clase para cuando wordpress
no puede evitar meter algo dentro de un <p> Jo. */
#container #content #content-main p.anti-wordpress {
	margin: 0;
	padding: 0;
}

/* Smileys */

#content .wp-smiley {
	position: relative;
	top: 2px;
	margin: 0;
}

/* HACK. Segunda parte de la solucion al FOUC de Safari (Flash Of Unstyled Content) */

body {
display: block !important; }



/* -------  FIN --------- */
	
/* Sión! Sión! Sión! */
