/*  
Theme Name: Juan Urrutia 2009
Theme URI: 
Description: Plantilla para el Blog de Juan Urrutia. Ultima Actualizacion: 2010-01-12
Version: 1.0
Author: Fernando Diaz
Author URI: 

	Juan Urrutia 2009-2010

*/

/*

Ultima Actualizacion: 2010-01-12

Comentarios:

*/

/* ------------------

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. Se comportarán como "block".
*/

/* Para "anular" (clear) un float en ultima instancia
-- usar en el contenedor:
	overflow: hidden;
	width: 100%;
-- o cualquier otra medida de width o height.
*/

/* Usar pseudo-elementos para especificar
-- todos los estados de un link:
-- :link, :visited, :hover, :focus, :active
*/

/* Usar en los botones (buttons) 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, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
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;}


/* REFERENCIA =COLORES
--------------------------- */

/*
--- color1 : #000
--- color2 : #000
--- color3 : #000
--- color4 : #000
--- color5 : #000
--- color6 : #000
--- color7 : #000
--- color8 : #000

*/

/* =BODY
--------------------------- */

body {
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	background: #ffffff url(imagenes/body.png) repeat-y center top;
	color: #666;
}

/* =FUENTES
--------------------------- */

body,
#content-sup ul li li a {
	font-family: arial, Helvetica, sans-serif;
}

#branding h1 a,
#nav,
#content-main .post h2,
#content-main .post h3,
#content-main .post h4,
#content-main .post h5,
#content-main .post h6,
#content-sub h4,
#content-sup h4,
#feevy h5,
#siteinfo p {
	font-family: "Times New Roman", Times, Palatino, serif;
}

#content-sub, #content-sup,
#container #content #content-main .indice h3,
#container #content #content-main .indice h4,
#container #content #content-main .indice h5,
#container #content #content-main .indice h6 {
	font-family: Helvetica, Arial, sans-serif;
}

#content-main .post {
	font-family: times, Times, "Times New Roman", serif;
}

/* =LINKS
--------------------------- */

a { color: #ada47f; text-decoration: none; border-bottom: 1px solid #cfc7a8;}

a:visited { color: #ada47f;}

a:hover, a:focus, a:active { color: #88753e;}



/* /////=AUXILIARES/////
--------------------------- 
--------------------------- */

/* =FORMULARIOS ESPECIALES
--------------------------- */

/* =ERRORES Y NOTIFICACIONES
--------------------------- */

.error {}

.success {}

/* =ICONOS
--------------------------- */

/* =CLASES GENERALES
--------------------------- */



/* /////=ESTRUCTURA/////
--------------------------- 
--------------------------- */

/* =CONTAINER
--------------------------- */

#container {
	position: relative;
	width: 994px;
	overflow: hidden;
	margin: 0 auto;
	text-align: left;
	background: url(imagenes/container.png) repeat-y 659px 0;
}

/* =BRANDING
--------------------------- */

#branding {
	margin-top: 50px;
}

#branding h1 {
	height: 182px;
}

#branding h1 a {
	position: relative;
	display: block;
	height: 182px;
	border: none;
}

#branding h1 a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 994px;
	height: 182px;
	border: none;
	background: #fff url(imagenes/logo.png) no-repeat 0 0;
}

/* NAV-=ACCESS
--------------------------- */

#nav-access {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* =NAV (navegación del sitio)
--------------------------- */

#nav {
	position: absolute;
	top: 0;
	width: 990px;
	height: 50px;
	overflow: hidden;
	padding-left: 4px;
	background: #81889f url(imagenes/nav.png) repeat-y;
}

#nav li {
	display: inline;
	float: left;
	height: 50px;
	border-right: 1px solid #a4a7af;
}

#nav li.libros, #nav li.libros ul {
	display: inline;
	float: right;
	border: none;
}

#nav li.libros {
	position: relative;
}

#nav li.libros h4 {
	display: inline;
	float: left;
	width: 22px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: url(imagenes/nav-libros.png) no-repeat;
}

#nav li.libros h4 a {
	display: inline;
	float: left;
	width: 22px;
	height: 50px;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	background: url(imagenes/nav-libros.png) no-repeat;
}

#nav li.libros ul {
	height: 50px;
	overflow: hidden;
}

#nav li.libros li.libro {
	float: right;
	border-color: #af9c62;
	border-left: 5px solid #af9c62;
	border-right: none;
	font-style: italic;
}

#nav li a {
	display: inline;
	float: left;
	height: 41px;
	padding: 9px 14px 0;
	font-size: 14px;
	line-height: 16px;
	border: none;
}

#nav li.libro a {
	background: #87753e;
}


#nav li a:hover, #nav li a:focus, #nav li a:active {
	background-color: #5f5535;
}

#nav a {
	color: #e8e5ca;
}

#nav .rss {
	display: none;
}

/* =CONTENT
--------------------------- */

#content {
	position: relative;
	width: 994px;
	overflow: hidden;
	padding-bottom: 20px;
	background: url(imagenes/container.png) repeat-y 659px 0;
}

/* CONTENT-=MAIN
--------------------------- */

#content-main {
	display: inline;
	float: left;
	width: 603px;
	margin: 18px 0 20px 38px;
	padding-bottom: 27px;
}

.home #content-main, .archive #content-main {
	background: url(imagenes/linea.png) repeat-x left bottom;
}

/* =post */

#content-main .post {
	position: relative;
	margin-bottom: 12px;
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 24px;
	background: url(imagenes/linea.png) repeat-x left bottom;
}

.post h2 {
	width: 450px;
	margin-bottom: .5em;
	font-size: 34px;
	line-height: 36px;
}

.post h2 a {
	color: #81889f;
	border: none;
}

.post h2 a:hover, .post h2 a:focus, .post h2 a:active {
	text-decoration: underline;
	color: #5d6275;
}

.post h3, .post h4, .post h5, .post h6 {
	margin-bottom: 9px;
}

.post h3 {
	font-size: 20px;
	line-height: 23px;
	font-weight: bold;
}

.post h4 {
	font-size: 18px;
	line-height: 20px;
	font-weight: bold;
}

.post h5 {
	font-weight: bold;
	text-transform: uppercase;
}

.post h6 {
	font-weight: bold;
}

/* =fecha */

.post .fecha {
	margin-top: 6px;
	margin-bottom: 4px;
	font-variant: small-caps;
	color: #cfcfcf;
}

.post .fecha a {
	border: none;
	text-decoration: underline;
	color: #cfcfcf;
}

.post .fecha a:hover, .post .fecha a:focus, .post .fecha a:active {
	text-decoration: none;
	color: #9ba2bf;
}

/* =PARRAFOS EN POSTS */

.post p {
	margin-bottom: 1.4em;
}

/* =LISTAS EN POSTS */

.post ul, .post ol {
	margin-bottom: 1.4em;
	margin-left: 20px;
}

.post ul {
	list-style-type: disc;
}

.post ol {
	list-style-type: decimal;
}


.post ul li p, .post ol li p {
	margin-bottom: 0;
}

/* LISTAS DENTRO DE LISTAS EN POSTS */

.post ul ol, .post ul ul, .post ol ul, .post ol ol {
	margin-left: 20px;
}

.post ul ul {
	list-style-type: circle;
}

.post ul ul ul {
	list-style-type: square;
}

.post ol ol {
	list-style-type: lower-alpha;
}

.post ol ol ol {
	list-style-type: upper-roman;
}

/* =BLOCKQUOTE */

.post blockquote {
	margin: 1em 4em 0 1em;
	padding: 0 0 1em 3em;
	font-style: italic;
	background: url(imagenes/blockquote.png) no-repeat;
}

.post blockquote p {
	margin-bottom: 1em;
}

.post  .seguir-leyendo {
	border-color: #81889f;
	font-style: italic;
	color: #81889f;
}

.post  a.seguir-leyendo:hover, .post  a.seguir-leyendo:focus, .post  a.seguir-leyendo:active {
	border-color: #5d6275;
	color: #5d6275;
}

/* POST=METADATA */

.post p.post-metadata {
	position: relative;
	width: 603px;
	overflow: hidden;
	margin-top: 2em;
	margin-bottom: 0;
	font-variant: small-caps;
	color: #999;
}

.post-metadata .comments-number {
	height: 21px;
	line-height: 22px;
}

.post-metadata a {
	margin: 0 4px;
	border: none;
	text-decoration: underline;
}

/* =navegacion de posts */

.posts-navigation {
	width: 603px;
	overflow: hidden;
}

.posts-navigation li {
	display: inline;
	width: 300px;
}

.posts-navigation .previous-posts {
	float: left;
}

.posts-navigation .next-posts {
	float: right;
	text-align: right;
}

/* =single */

.single #content-main .post a.post-edit-link {
	position: relative;
	top: -8px;
	border: none;
	font-style: italic;
	color: #8393af;
}

.single #content-main .post a.post-edit-link:hover,
.single #content-main .post a.post-edit-link:focus,
.single #content-main .post a.post-edit-link:active {
	text-decoration: underline;
}

/* titulares comentarios */

#comments, #pings, #respond h3, .no-comments {
	margin-bottom: 20px;
	padding-top: 15px;
	padding-left: 6px;
	padding-right: 3px;
	font-size: 1.5em;
	line-height: 1.1em;
	color: #8393af;
}

#comments {
	padding-bottom: 13px;
	background: url(imagenes/linea.png) repeat-x left bottom;
}

#comments em {
	font-style: italic;
}

.single #content-main .comment {
	position: relative;
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(imagenes/linea.png) repeat-x left bottom;
}

.single #content-main .pingback {
	position: relative;
	margin-top: 20px;
	padding-bottom: 25px;
	background: url(imagenes/linea.png) repeat-x left bottom;
}

.single #content-main .comment .comment-author,
.single #content-main .comment .comment-metadata {
	display: inline;
	float: left;
	clear: left;
	width: 144px;
}

.single #content-main .comment cite img {
	position: absolute;
	top: 0;
	right: 0;
}

.single #content-main .comment-body {
	margin: 0 81px 0 200px;
	font-style: italic;
	color: #777;
}

.single #content-main p.edit-comment {
	margin-top: 10px;
}

.single #content-main a.comment-edit-link {
	border: none;
	font-style: italic;
	text-decoration: underline;
	color: #8393af;
}

.single #content-main a.comment-edit-link:hover,
.single #content-main a.comment-edit-link:focus,
.single #content-main a.comment-edit-link:active {
	color: #3f567f;
}

/* =Formulario de comentarios */

#commentform {
	position: relative;
	height: 216px;
	overflow: hidden;
	padding: 0 0 18px;
}

#commentform p {
	margin-left: 368px;
	margin-bottom: 9px;
	font-size: 12px;
	line-height: 14px;
}

#commentform p label {
	display: block;
	padding-bottom: 1px;
	padding-left: 3px;
}

#commentform p input {
	display: block;
	width: 215px;
}

#commentform .form-comment {
	position: absolute;
	top: 0;
	left: 0;
	width: 350px;
	height: 160px;
	margin: 0 0 0 3px;
	padding: 0;
}

#commentform #comment {
	width: 345px;
	height: 158px;
}

#commentform .form-submit {
	position: absolute;
	top: 178px;
	left: 0;
	margin: 15px 0 0 3px;
	padding: 0;
}

#commentform .form-submit #submit {
	width: 141px;
}

/* =archive */

.archive #content-main h2 {
	padding: 5px 5px 15px 5px;
	font-size: 20px;
	text-transform: uppercase;
	background: url(imagenes/linea.png) repeat-x left bottom;
	color: #999;
}

.archive #content-main .post h3 {
	font-size: 1.4em;
	line-height: 1.2em;
	font-weight: normal;
}

.archive #content-main .post h3 a {
	border: none;
	text-decoration: underline;
	color: #81889f;
}

.archive #content-main .post-metadata {
	margin-top: 10px;
	font-size: .9em;
}


/* =404 - No encontrado */

.error #content-main h2 {
	margin-bottom: 15px;
	padding: 5px 5px 15px 5px;
	font-size: 20px;
	text-transform: uppercase;
	background: url(imagenes/linea.png) repeat-x left bottom;
	color: #999;
}

.error #content-main p.no-encontrado {
	margin: 0 5px 15px;
}

.error #content-main #errorsearchform {
	margin: 5px;
}

.error #content-main #errorsearchform label {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

.error #content-main #errorsearchform #new-s {
	margin-right: 5px;
}


/* =paginas */

div.page #content-main .post h3 {
	clear: both;
}

div.page #content-main .post p.antiwordpress {
	display: inline;
	margin: 0;
	padding: 0;
}

html body div#container div#content div#content-main div.post p.antiwordpress img {
background-color:white;
border: 1px solid silver;
padding-top: 7px; 
padding-bottom:23px;
padding-right:7px;
padding-left:7px; 
}

div.page #content-main .post cite {
	display: block;
	margin-bottom: 40px;
	padding-right: 70px;
	text-align: right;
}

/* =Índice de libros */

#container #content #content-main .indice h3,
#container #content #content-main .indice h4,
#container #content #content-main .indice h5,
#container #content #content-main .indice h6 {
	margin-bottom: 0;
	line-height: 1.5em;
	font-weight: normal;
	text-transform: none;
}

#container #content #content-main .indice h3 {
	margin-bottom: 7px;
	text-transform: uppercase;
}

#container #content #content-main .indice h4 {
	font-weight: bold;
}

#container #content #content-main .indice ul ul ul {
	margin-bottom: 0;
}

/* Partes de =Libros */

#container #content #content-main .partes-libro h2 {
	width: auto;
}

#container #content #content-main .partes-libro strong {
	font-weight: bold;
}

#container #content #content-main .partes-libro em {
	font-style: italic;
}

#container #content #content-main .partes-libro li {
	margin-bottom: 20px;
}

#container #content #content-main .partes-libro .izquierda {
	display: inline;
	float: left;
	margin: 0 18px 10px 0;
}

#container #content #content-main .partes-libro .derecha {
	display: inline;
	float: right;
	margin: 0 0 10px 18px;
}

#container #content #content-main .partes-libro .centro {
	display: block;
	width: 100%;
	overflow: hidden;
}


#container #content #content-main .partes-libro table {
	background: #39a5cd;
}

#container #content #content-main .partes-libro table td,
#container #content #content-main .partes-libro table th {
	padding: 5px 9px;
	border: 1px solid #61bedf;
}

#container #content #content-main .partes-libro table th {
	background: #0982ce;
}

#container #content #content-main .partes-libro sup {
	font-size: .6em;
}

#container #content #content-main .partes-libro acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

#container #content #content-main .partes-libro #notas-y-referencias {
	font-size: .7em;
	line-height: 1.3em;
}

#container #content #content-main .partes-libro #notas-y-referencias h6 {
	font-size: 1.5em;
}

#container #content #content-main .partes-libro #notas-y-referencias ul {
	margin-left: 0;
	list-style-type: none;
}

#container #content #content-main .partes-libro #notas-y-referencias li {
	margin: 0 0 9px 0;
}

#container #content #content-main .partes-libro #notas-y-referencias cite {
	display: inline;
	margin: 0;
	padding: 0;
	font-style: italic;
}



/* Navegación dentro de los =libros */

#container #content #content-main .partes-libro #navegacion-libro {
	width: auto;
	overflow: hidden;
	margin: 0;
	padding: 10px 15px;
	list-style-type: none;
	font-size: .8em;
	line-height: 1.2em;
	font-style: italic;
	background: #999;
}

#container #content #content-main .partes-libro #navegacion-libro li {
	display: inline;
	float: right;
	width: 10%;
	margin: 0;
	text-align: center;
	background: #999;
}

#container #content #content-main .partes-libro #navegacion-libro li.siguiente {
	width: 45%;
	text-align: right;
}

#container #content #content-main .partes-libro #navegacion-libro li.anterior {
	width: 45%;
	text-align: left;
}

#container #content #content-main .partes-libro #navegacion-libro li a {
	border: none;
	text-decoration: underline;
	color: #fff;
}


/* CONTENT-=SUB Contenido Secundario (barra lateral)
--------------------------- */

#content-sub {
	display: inline;
	float: right;
	width: 297px;
	padding-top: 9px;
	padding-bottom: 20px;
	margin-right: 29px;
	font-size: 13px;
	line-height: 20px;
}

/* Titulares de la barra lateral */

#content-sub ul h4 {
	height: 38px;
	margin-bottom: 9px;
	padding: 2px 12px 0 18px;
	font-size: 18px;
	line-height: 34px;
	font-variant: small-caps;
	background: url(imagenes/content-sub-titulos-3.png) no-repeat left bottom;
	color: #81889f;
}

/* Enlaces en los titulares de la barra */

#content-sub h4 a {
	color: #81889f;
	border-bottom: 1px solid #a8b3cf;
}

#content-sub h4 a:hover, #content-sub h4 a:focus, #content-sub h4 a:active {
	color: #57617f;
}

#content-sub a.version-pdf {
}

/* =listas con bullets en la barra lateral */

#content-sub ul ul {
	list-style-type: disc;
	color: #cdc398;
}
#content-sub ul ul li {
	margin-bottom: 2px;
	margin-left: 20px;
}

#content-sub ul li ul {
	margin: 0 0 20px;
}

#content-sub ul li ul ul {
	margin: 0;
}


/* =Busqueda en la barra lateral */

#busqueda {
	padding-bottom: 7px;
}

#searchform {
	padding-left: 3px;
}

#searchform .hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

#searchform #s {
	width: 170px;
	margin-right: 5px;
}

/* =Colaboraciones en prensa */

#colaboraciones .publicacion {
	margin: 0;
}

#colaboraciones h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	margin: 0 9px 5px;
}

#colaboraciones h5 a {
	border: none;
}

#colaboraciones h5 a:hover,
#colaboraciones h5 a:focus,
#colaboraciones h5 a:active {
	text-decoration: underline;
}

#colaboraciones div.post-body {
	padding: 0 9px;
	color: #666;
}

#colaboraciones .post-metadata {
	width: 279px;
	overflow: hidden;
	margin: 10px 0;
	padding: 0 9px 15px;
	background: url(imagenes/linea2.png) repeat-x left bottom;
}

#colaboraciones a {
	margin: 0;
}

#colaboraciones a.comments-number {
	display: inline;
	float: right;
}

/* =Miniposts */

#miniposts ol li {
	margin: 10px 0 5px 0;
}

/* =titulares y =autor miniposts */

#miniposts li h5, #miniposts li p.autor {
	padding-left: 40px;
}

#miniposts h5 {
	margin-bottom: 9px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
}

#miniposts h5 a:link {
	color: #666;
}

#miniposts p.autor {
	padding: 0 0 2px;
	font-size: 12px;
	font-variant: small-caps;
	color: #7f6c17;
}

#miniposts p.autor img {
	position: relative;
	display: inline;
	float: left;
	top: -2px;
	left: -40px;
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: -36px;
	padding: 5px 10px 5px 9px;
}

#miniposts h5 a:link, #miniposts h5 a:visited,
#miniposts .autor a:link, #miniposts .autor a:visited {
	border: none;
}

#miniposts h5 a:hover, #miniposts h5 a:focus, #miniposts h5 a:active,
#miniposts .autor a:hover, #miniposts .autor a:focus, #miniposts .autor a:active {
	text-decoration: underline;
}

/* =Cuerpo miniposts */

.minipost-body {
	clear: both;
	width: 279px;
	overflow: hidden;
	padding: 0 9px;
}

.minipost-body img {
background-color:white;
border: 1px solid silver;
padding-top: 7px; 
padding-bottom:23px;
padding-right:7px;
padding-left:7px; 
-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);}

/* =Comentarios Miniposts */

#miniposts ol li {
	background: url(imagenes/linea2.png) repeat-x left bottom;
}

#miniposts p.post-metadata {
	height: 15px;
	overflow: hidden;
	margin-bottom: 9px;
	padding: 8px 7px 13px;	
}

#content-sub #miniposts p.post-metadata a {
	float: right;
	border: none;
	text-decoration: underline;
}

/* mini menu =miniposts */

#content-sub #miniposts ul {
padding-top: 10px;
background: url(imagenes/linea2.png) no-repeat;}

#content-sub #miniposts ul li {
	margin-left: 20px;
	padding: 0 3px 2px;
}


/* =estadisticas */

#estadisticas p {
	height: 100px;
	margin: 0;
	background: url(imagenes/estadisticas.png) no-repeat 0 0;
}

#estadisticas p a {
	display: block;
	margin-left: 120px;
	border: none;
}

#estadisticas p a strong {
	position: relative;
	left: -4px;
	display: block;
	margin-top: 3px;
	padding: 8px 10px 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	background: url(imagenes/linea2.png) no-repeat;
}

/* CONTENT-=SUP
--------------------------- */

#content-sup {
	display: inline;
	float: left;
	width: 621px;
	margin: 0 0 0 20px;
}

#content-sup h4 {
	margin-bottom: .5em;
	margin-left: 18px;
	font-size: 34px;
	line-height: 36px;
}

/* Area =feevy */

#content-sup #feevy {
	width: 100%;
	overflow: hidden;
	font-size: 12px;
	line-height: 18px;
}

/* estilos para feevy con tags */
/*
#feevy li {
	display: inline;
	float: left;
	width: 189px;
	margin-right: 18px;
}

#feevy li.ultimo {
	margin-right: 0;
}

#feevy h5 {
	padding-bottom: .5em;
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 22px;
	font-variant: small-caps;
	background: url(imagenes/linea.png) no-repeat left bottom;
}

#feevy_bar_262 {}

.feevy_item {
	width: 189px;
	overflow: hidden;
	padding-bottom: 7px;
	margin-bottom: 18px;
	background: url(imagenes/linea.png) no-repeat left bottom;
}

.feevy_title, a.blog_url {
	margin-left: 3px;
	margin-right: 3px;
}

.feevy_title {
	height: 40px;
	overflow: hidden;
}

.feevy_title img {
	display: inline;
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.feevy_title h1 a {
	font-weight: bold;
	color: #88753e;
}

.feevy_title h1 a:hover, .feevy_title h1 a:focus, .feevy_title h1 a:active {
	color: #444;
}

.feevy_content {
	margin-left: 5px;
	margin-right: 5px;
}

a.blog_url {
	display: inline;
	float: right;
	margin-top: 15px;
	border: none;
	line-height: 1.3;
	font-variant: small-caps;
	font-style: italic;
	text-align: right;
}
*/

/* Estilos para feevy simple */


#feevy_bar_15273 {}

#feevy #feevy_bar_15273 b,
#feevy #feevy_bar_15273 br {
	display: none !important;
}

#feevy .bar_content {
	width: 100%;
	overflow: hidden;
}

.feevy_item {
	position: relative;
	display: inline;
	float: left;
	width: 189px;
	overflow: hidden;
	margin-bottom: 18px;
	margin-left: 18px;
}

.feevy_title, a.blog_url {
	margin-left: 3px;
	margin-right: 3px;
}

.feevy_title {
	height: 40px;
	overflow: hidden;
	margin-top: 28px;
	padding-top: 12px;
	background: url(imagenes/linea.png) no-repeat left top;
}

.feevy_title img {
	display: inline;
	float: left;
	width: 36px;
	height: 36px;
	margin-right: 8px;
}

.feevy_title h1 a {
	font-weight: bold;
	color: #88753e;
}

.feevy_title h1 a:hover, .feevy_title h1 a:focus, .feevy_title h1 a:active {
	color: #444;
}

.feevy_content {
	height: 180px;
	margin-left: 5px;
	margin-right: 5px;
}

a.blog_url {
	display: inline;
	float: right;
	position: absolute;
	bottom: 235px;
	top: 8px;
	right: 0;
	height: 16px;
	overflow: hidden;
	margin-right: 13px;
	border: none;
	line-height: 1.3;
	text-transform: lowercase;
	font-variant: small-caps;
	font-style: italic;
	text-align: right;
}

#feevy .footer {
	display: none;
}

/* =SITEINFO
--------------------------- */

#siteinfo {
	clear: both;
	padding: 20px;
	background: #81889f url(imagenes/siteinfo.png) repeat-y left top;
	color: #eee;
}

#siteinfo p {
	font-style: italic;
}



/* /////=COMPONENTES DE PAGINA/////
-------------------------------------- 
-------------------------------------- */

/* =IMAGENES
--------------------------- */

img {}

/* =ENFASIS
--------------------------- */

#content #content-main .post .post-body em {
	font-style: italic;
}

#content #content-main .post .post-body strong {
	font-weight: bold;
}


/* /////=OVERRIDES/////
--------------------------- 
--------------------------- */


/* Segunda parte de la solucion al FOUC de Safari (Flash Of Unstyled Content) */

body {
display: block !important; }


/* -------  FIN --------- */
	
/* Sión! Sión! Sión! */
