/*  
Theme Name: Plantilla indiana
Theme URI: 
Description: Plantilla de El Correo de las Indias
Version: 2014
Author: David de Ugarte sobre ruinas de épocas pretéritas
Author URI: https://lasindias.com
*/


@import url("/wp-content/themes/lasindias-2009/fuentes.css"); 


/* ------------------

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, 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;
}


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 {
width:100%;
color: silver;
height:1px;}



/* =BODY
--------------------------- */

body {
	font-size: .8em; ;
font-family: 'Base';
	line-height: 1.1em;
	background: #fff;
	color: #333;
	display: block !important;

}

#content.single #content-main .comments-list .edit-comment {
	font-family: 'Estrecha';
}




#content-main p.fecha,
.posts-navigation,
#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: 'Base';}


#content.single #content-main p { font-family:'Base';}



#content-main h2, #content-main h3,
#content-main .post p.fecha,
#content #content-main .post-metadata,
#content-sub h4, #content-sup h4 
{font-family:'titulares';}

img.retrato, a img.retrato, .post-body img.attachment-thumbnail {
max-height:77px;
	float: right;
	position: relative;
	margin-left:12px;
	margin-top:0;
margin-botton:10px;
	padding: 0;
	border: 0px solid #dfdfdf;
	z-index: 10;
	display: inline;
	border-radius : 12px; 
	-moz-border-radius : 12px; /* Mozilla */
	-webkit-border-radius : 12px; /* Webkit */ } 

.entradilla img.retrato {float:right; padding:0px; max-width:100px; max-height:77px; margin-right:0px;}


#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-sub #sobre-las-indias,
#content-sub #libros .libro .autores {

font-family:'Estrecha';

}

/* =BLOCKQUOTES
--------------------------- */

blockquote, #content blockquote, .post blockquote p  {
	font-size: 1em;
	font-family: 'Estrecha';
background: url(imagenes/blockquote.png) no-repeat 0 0;
}

.post .post-body blockquote {
	margin-bottom: 9px;
}

.post .post-body {text-align:justify;}


#content-main .post blockquote {
	padding: 0 22px;
	margin: 22px 76px 13px;
}

#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 {
padding: 0;
margin:0px;}


/* =CONTENT
--------------------------- */

#content {
	clear: both;
	width: 100%;
	overflow: hidden;
}

/* CONTENT-=MAIN
--------------------------- */

#wrapper {
	display: inline;
	width: 100%;
}

#content-main {
	min-height: 500px;
        max-width: 750px;
	padding-bottom: 18px;
padding-top: 23px;
margin:auto;
}

#content-main .posts-navigation {
	margin-left: 18px;
}



/* ====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: 12px 0 0 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: 17px;
margin-right:23px;
}

#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 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;
}

/* =TITULARES
--------------------------- */

#content-main .post .post-body {
	padding-bottom: 18px;
font-size: 1.4em;
line-height: 1.3em;
}

#content-main .post a {
	color: #35698f;
text-decoration:none;
}

#content-main .post h1 {
margin-bottom: -12px; 
margin-top:4px;
margin-right: 15px;
font-family:'titulares';
font-size:5em;
}


#content-main .post h1 a, #content-main .minipost h1 a {
	line-height:.98em;
	text-decoration: none;
	color: #35698f;
font-size:1.3em;
}

#content.single #content-main .post h1 a, #content-main .minipost h1 a {font-size:1em;}

#content-main .minipost h1 {

    font-family: 'titulares';
    font-size: 3.5em;
    position: static;
    display: inline;
    float: left;
    color: #35698f;
    padding-right: 80px;

}


#content-main .post #indianopedia h1  {font-family:'titulares'; margin-left:0px; text-align:center;}

#content-main .post #indianopedia h1  a {
 text-decoration: none;
font-size:1.23em;
line-height:1.23em;
}

.page #content-main .post h2,
.single #content-main .post-body h2
 {	background-color:#6b9bbf;
	padding:7px;
	color: white;
margin-bottom:1em;
margin-top:1em;
	}


#content-main .post-body h3,
#content-main .post-body h4,
.single #content-main .post-body h3,
.single #content-main .post-body h4 {
	background-color:#A4151A;
	padding:5px;
	color: white;
margin-top:2em;
margin-bottom:1em;
font-size:1.2em;
	}


.page #content-main .post h2 a:hover,
.page #content-main .post h2 a:link,
.page #content-main .post h2 a:visited,
.single #content-main .post .post-body h2 a:hover,
.single #content-main .post .post-body h2 a:link,
.single #content-main .post .post-body h2 a:focus,
.single #content-main .post .post-body h2 a:visited {
	color: white; }


.page #content-main .post h2,
.single #content-main .post-body h2 {
	font-size: 1.5em;
	line-height: 1em;}

#content-main .post h3 a:hover,
#content-main .post h3 a:focus,
#content-main .post h3 a:active {
	text-decoration: none;
}


#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;
text-align:justify;

}


#content-main .post-body object {
	display: block;
	margin-top: 20px;
}

/* =Imagenes en los posts */


.post-body img {
border: 1px solid silver;
padding-top: 7px; 
padding-bottom:14px;
padding-right:7px;
padding-left:7px;
background:white;
max-width: 734px;
}

.post-body img.alignleft,
.post-body img[align=left] {
display: inline;
float: left;
margin: 3px 10px 10px 0;
}

.post-body img.alignright,
.post-body img[align=right] {
display: inline;
float: right;
margin: 3px 0px 10px 17px;
}

.post-body img.aligncenter,
.post-body img[align=center] {
display: block;
margin: 1em auto;
text-align: center;
}

/* =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: 5px;
	width: 17px;
	height: 60px;
	//border-radius : 4px; 
	//-moz-border-radius : 4px; /* Mozilla */
	//-webkit-border-radius : 4px; /* Webkit */
	text-indent: -9999px;
	background-color: #a1bcd1;
	background-repeat: no-repeat;
}

#content-main .post .entradilla {
	margin-top: 7px;
	font-size: 22px;
	line-height: 28px;
	font-family:'Estrecha';
	color: #999;
min-height:77px;
}

.entradilla img.etiq {border:1px solid silver;}

/* =Miniposts */
/* Estilos para viñeta (miniposts en el home)
-----------------------------------------------*/

#content #wrapper #content-main .minipost {
	position: relative;
	margin-bottom: 24px;
	font-size: 0.9em;

}


.minipost ul li{

}

#content #content-main .minipost h3 {
	height: auto;
	padding: 0 0 0 2px;
	border: none;
	font-size: 20px;
	line-height: 24px;

}

#content #content-main .minipost h3 a {
	color: #b23e27;
}


#content #content-main .minipost p.fecha,
#content #content-main .minipost .categorias {
	position: static;
	display: inline;
	float: left;
	font-size: 0.7em;
	line-height: 22px;
	color: #666;
font-style:italic;

}

#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;
}

#content #wrapper #content-main .minipost p.fecha_pie_mini {
	float: left;
	font-style: italic;
	color: rgb(102, 102, 102);
	margin-right: 0.5rem;
}

/* Ocultar título y fecha */


#content #content-main .minipost .categorias a {
	display: block;
	position: absolute;
	top: -10px;
right:0px;
	overflow: hidden;
	margin: 0;
	padding: 0;

	text-indent: -9999px;
	width: 80px;
	height: 80px;
	background: url(imagenes/avatar-miniposts.png) no-repeat 0 0;
}

#content #content-main .minipost .post-body {
    display: block;
    width: auto;
    padding-top: 80px;

}

#content #content-main .minipost .post-body p {
	clear: left;
	margin-top: 0;
	margin-left: 0;
}


#content .minipost .post-body img,
#content .minipost .post-body a img {
background-color:white;
border: 1px solid silver;
margin-bottom:20px;
padding-top: 7px; 
padding-bottom:14px;
padding-right:7px;
padding-left:7px; 
max-width:734px;
}
{-webkit-transform: rotate(5deg);
-moz-transform: rotate(5deg);}

#content .minipost .post-body #comment {
float:right;
font-size:0.9em;
padding:0
display:block;}

#content .minipost .post-body #comment a img, #comment a img { 
background-color:none;
border: none;
padding: 0; 
background:none;
-webkit-transform: none;
-moz-transform: none;}





#content #content-main .minipost .minipost-respond {
	display: inline;
	position: absolute;
	bottom: 3.5em;
	left: 3.5em;
}





/*/////////////////////////*/
/* Terminan estilos viñeta */


/* =Enfasis y =citas */


#content-main .post strong {text-decoration:none; background:rgba(204, 204, 255, 0.54); font-weight:normal; padding: 1px;}
#content-main .post strong a:hover, 
#content-main .post strong a:link, 
#content-main .post strong a:focus, 
#content-main .post strong a:visited
 {color: #666666; text-decoration:underline; padding: 1px;font-weight:normal;
}


#content-main .post em {
	padding-right: 1px;
	font-style: italic;
}

#content-main .post blockquote em {
	font-size: 1em;
	letter-spacing: 0.015em;
}

#content-main .post strong em, #content-main .post em strong {
font-size:1em;
font-style:italic;
font-weight: bold;
}


#content-main .post blockquote strong 
 {text-decoration:none; background:rgba(204, 204, 255, 0.54); font-weight:normal; padding: 1px;}




#content-main .post blockquote p {
	margin-bottom: 0;
}

#content-main .post cite {
	padding-right: 1px;
	font-size: 1.1em;
	font-style: italic;
	letter-spacing: 0.015em
}

/* Post =metadata */

#content-main .post .post-metadata {
	position: relative;
	height: 22px;
	margin-bottom: 0;
	padding-bottom: 1px;
	font-size: 12px;
	line-height: 22px;
	color: #f7f7f7;
	background: #6b9bbf;

	//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;

}

#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.cintilla {
	height: 22px;
        text-align:right;
padding-right:12px;
margin-top:23px;
}


#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: #35698f;
}


/*/////// Estilos formulario *///


#respond.comment-respond form{
margin:50px;
text-align:left;
font-size: 1.2em;
}

form#commentform.comment-form {}

form#commentform.comment-form textarea#comment {
    margin-bottom: 14px;
    margin-left: -50px;
}


p.logged-in-as{margin-bottom:23px; font-family:'Estrecha';}

h3#commentform.comment-form { font-size:1.8em; margin-bottom: 23px;}
.form-allowed-tags {visibility:hidden;}

p.comment-form-comment {overflow:hidden;}

label {vertical-align:top;}

label[for=comment] {visibility:hidden;}


/* Comentarios */

p.infopost {
	padding: 1.23em;
	border-style: solid;
	border-width: 2px;
	border-color:  #d1d4df;
margin-bottom: 14px;
}






/*Cajitas de comentarios*/

#comments, #reply-title  {padding-left:1.7em;}

ol.comments-list {
    margin: 28px;
    min-width: 400px;
}

ol.comments-list li {
font-size: 14px;
color: #333;
line-height: 18px;
position: relative;
cursor: pointer;
list-style: outside none none;
padding: 10px;
}

ol.comments-list li .comment-body {
border-bottom: 1px solid #DDD;
padding-bottom:15px;
text-align:justify;
min-height:60px;}


.comment-meta a:hover,
.comment-meta a:link,
.comment-meta a:focus,
.comment-meta a:visited,
.comment-body p a:hover,
.comment-body p a:link,
.comment-body p a:focus,
.comment-body p a:visited {
	color: #35698F;
}

.comment-reply-link {    float: right;
    margin-top: -14px;}

.comment-author .avatar {

display:block;
width:48px;
height:48px;
border-radius:8px;
position:absolute;
top: 12px;
left:12px;
}


.comment-author span.says {
visibility:hidden;
}


.comment-author cite.fn, .reply, .comment-body p {
	margin-left:57px;
margin-bottom:4px;}

.comment-meta {
position:absolute;
top: 10px;
right:10px;
font-size:9px;
}


.comment-author cite.fn a:hover,
.comment-author cite.fn a:link,
.comment-author cite.fn a:focus,
.comment-author cite.fn a:visited {
	color: black;
 text-decoration:none;
font-weight: bold;
font-size:1.1em;}


.reply a.comment-reply-link:after {
    content: '\f467'; 
    display: inline-block; 
    font: 18px/1 Simbolos;
    vertical-align: text-bottom;
color: grey;
*/}



h3#pings,
h3#comments,
h3#reply-title
 {
    font-size: 1.3em;
    margin-left: -29px;
    margin-bottom: 14px;
}












     
/* 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 {
	margin-right: 23px;
	border-bottom: 1px solid #c4c4c4;
	margin: none;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: normal;
font-family:'titulares';
	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: #5b768a;
	background: #deedf9;
	border: 1px solid #dfdfdf;
}

#content-sub a {
	color: #35698f;
}

#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-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 #c2cacf;
}


/* 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;
}


/* 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 #2d6085;
	text-align: left;
	letter-spacing: 0.03em;
	background: #41779f;
	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;
	border:none;
	padding:0;
}






#menu-cabecerapersonal {
width:100%;
style:inline;
max-width:515px;
margin-left:auto;
margin-right:auto;
list-style: none;
margin-top: 7px;
padding: 0;
overflow:hidden;
}


#cabecerajuan #menu-cabecerapersonal {
float:right;
width:100%;
style:inline;
max-width:244px;
margin-left:auto;
margin-right:auto;
list-style: none;
margin-top: 7px;
padding: 0;
overflow:hidden;
}


#cabecerajuan {
background-image: url(images/juan6.png);
height:150px;
margin-left:auto;
margin-right:auto;
list-style: none;
margin-top: 7px;
padding: 0;
max-width:890px;
style:inline;
}



.menu-2 {
width:100%;
style:inline;
max-width:133px;
margin-left:auto;
margin-right:auto;
margin-top: 0px;
padding: 0;
overflow:hidden;
}




#content-main .post .post-body #apuntes {
margin-left:2px;
margin-right:4px;
margin-bottom:23px;
margin-top:7px;
border:1px dotted silver;
padding-top:23px;
padding-bottom:12px;
padding-right:70px;
padding-left:23px;
}	

fondocuaderno{background: url(https://lasindias.com/imagenes/apuntes.png);}

#apuntes ul li 
{font-family:'Estrecha';
line-height:1.23em;
}

#apuntes a:hover, #apuntes a:active, #apuntes a:focus, #apuntes a:link, #apuntes a:visited  {text-decoration: none;  font-size:1.2em; font-family:'titulares';}

#content-main .post #apuntes strong, #content-main .post #apuntes ul li em,
#apuntes, #apuntes ul li
{
list-style-type:none;
font-size:1em;
}

#apuntes a.rojo, .rojo {color:navy; text-decoration:underline; }




/* FORMATO PARA =LIBROS
--------------------------- */

#container-libro {
	width: 100%;
	overflow: auto;
	background: #999;
}

#container-libro #formato-libro {
	width: 75%;
	max-width: 950px;
	margin: 2em auto;
	padding: 5%;
	font-family: 'Base';
	font-size: 1.4em;
	line-height: 1.3;
	text-align: left;
	background: #fff;
	color: #444;
text-align:justify;
}

#container-libro #formato-libro img {padding:2%}

#libro {}

#libro a {
	text-decoration: none;
	color: #2076af;
}

#libro a:hover,
#libro a:focus,
#libro a:active {
	text-decoration: underline;
}

#libro a:target, #libro :target {
	background: #ffffb5;
}

#libro-title {
	margin-bottom: 1em;
	font-size: 2em;
	font-weight: bold;
}

#libro-body {}

#libro-body h2 {
	padding-top: .4em;
	margin-bottom: .6em;
	font-size: 1.4em;
	font-weight: bold;
}

#libro-body h3 {
	padding-top: .4em;
	margin-bottom: 1em;
	font-size: 1.2em;
	font-weight: bold;
	color:coral;
}

#libro-body h4 {
	padding-top: .4em;
	margin-bottom: 1em;
	font-weight: bold;
	color:chocolate;
}

#libro-body h5 {
	padding-top: .4em;
	margin-bottom: 1em;
	font-weight: normal;
	text-transform: uppercase;
}

#libro-body h6 {
	padding-top: .4em;
	margin-bottom: .2em;
	font-weight: bold;
}

#libro-body p {
	margin-bottom: 1em;
}


#libro-body p em {
	margin-bottom: 1em;
}


#libro-body p strong, 
#libro-body strong, 
#libro-body p strong a:hover,
#libro-body p strong a:focus,
#libro-body p strong a:active
 {
	margin-bottom: 1em;
	font-family: 'Base';
}


#libro-body p strong em, #libro-body p em strong {
	margin-bottom: 1em;.
}

#libro-body blockquote {
	margin: 1em;
	padding: 1em;
	font-family: 'Estrecha';
	background: url(imagenes/blockquote.png) no-repeat 0 0;
	color: #666;
}


#libro-body blockquote em, #libro-body blockquote strong, 
#libro-body blockquote em strong,
#libro-body blockquote strong em {font-style:italic;
font-weight: bold;}

#libro ul {
	margin: .5em 2em .5em 3em;
	list-style-type: disc;
}

#libro ol {
	margin: .5em 2em .5em 3em;
	list-style-type: decimal;
}



#libro-body table {
	width: 100%;
	margin-bottom: 40px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
	overflow: auto;
}


#libro-body table th {
	font-weight: normal;
	color: #000;
	padding: 6px 8px;
	border-bottom: 2px solid #000;
	background: #fff;
}

#libro-body table td {
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
	background: #fff;
}

#libro-body table tr:hover td {
	background: #eee;
	color: #000;
}

#libro-body table td.titulo {
	font-weight: bold;
}

#libro-body table.lineas td,
#libro-body table.lineas th {
	border-right: 1px solid #ccc;
}

/* Estilos para página de descargas */

#container .pagina-descargas #wrapper {
   display: inline;
   float: left;
   width: 100%;
   margin-left: 0;
}

#container .pagina-descargas #wrapper #content-main {
 margin-left: 0;
}

table.descargas, #descargas {
	margin: 15px 0 20px 15px;
	font-size: 11px;
	line-height: 1.3;
	border-collapse: collapse;
	text-align: left;
}

table.descargas th, #descargas th {
	font-weight: normal;
	color: #039;
	padding: 6px 8px;
	border-bottom: 2px solid #6678b1;
}

table.descargas td, #descargas td {
	border-bottom: 1px solid #ccc;
	color: #666;
	padding: 6px 8px;
}

table.descargas tr:hover td, #descargas tr:hover td {
	background: #ccc;
	color: #339;
}

table.descargas td.titulo, #descargas td.titulo {
	font-weight: bold;
}


table.descargas a, #descargas a {
	vertical-align: center;
}

table.descargas a img, #descargas a img {
	width: 16px;
	height: 16px;
 margin:0; border:0;padding:0;
}

a.blog_url {
	display: none;

}


/* -------  FIN --------- */
	
/* Sión! Sión! Sión! */




code {background: black; color:#00FF00; width:100%;}





#desplegable.desplegar {
	display: none;
 }

a.showLink, a.hideLink {
	text-decoration: none;
	color: #36f;
	padding-left: 8px;
        background-color:#FFCC33;
	font-size: .77em;
	}

a.hideLink {	 }

a.showLink:hover, a.hideLink:hover { }

h1.indianopedia {font-size: 3em; line-height:1em; font-weight:bold; padding-bottom:23px;}

.indianobusqueda {
padding:12px;
border: 5px solid #92adbe;
/*border-radius : 3px; 
/*	-moz-border-radius : 5px; /* Mozilla */
/*	-webkit-border-radius : 5px; /* Webkit */
}

.indiceindianopedia {
padding:23px;
border: 7px solid #92adbe;
/*border-radius : 7px; */
//	-moz-border-radius : 5px; /* Mozilla */
//	-webkit-border-radius : 5px; /* Webkit */
}

.post-body img.gravatarbusquedas {
float:left;
padding:0px;
margin-right:2px;
border: 2px solid #a1bcd1;
/*/border-radius : 7px; 
/*/	-moz-border-radius : 5px; /* Mozilla */
/*/	-webkit-border-radius : 5px; /* Webkit */}

#post-body p.resultados normales {font-size:0.9em;}

#navegadorindianopedia {
	display: block;
	position: relative;
background-color: #184c7b;
color:white;
width:100%
}

#navegadorindianopedia p 
{ position: relative;
	top: 0px;
	left: 0;
max-width:1000px;
min-width:790px;
margin-right:auto;
margin-left:auto;
min-height:23px;
font-size:17px;
text-align:right;
padding-top:3px;
}

#navegadorindianopedia p img {vertical-align: baseline;}

#navegadorindianopedia p a:link {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorindianopedia p a:visited {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorindianopedia p a:hover {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorindianopedia p a:active {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorindianopedia p a:focus {color: #fff; text-decoration:none; font-weight:bold;}



#navegadorrecetario {
	display: block;
	position: relative;
background-color: #9c090f;
color:white;
width:100%
}

#navegadorrecetario p 
{ position: relative;
	top: 0px;
	left: 0;
max-width:1000px;
min-width:790px;
margin-right:auto;
margin-left:auto;
min-height:23px;
font-size:17px;
text-align:right;
padding-top:3px;
}

#navegadorrecetario p img {vertical-align: baseline;}

#navegadorrecetario p a:link {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorrecetario p a:visited {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorrecetario p a:hover {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorrecetario p a:active {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorrecetario p a:focus {color: #fff; text-decoration:none; font-weight:bold;}




#navegadorbricopedia {
	display: block;
	position: relative;
background-color: #000330;
color:white;
width:100%
}

#navegadorbricopedia p 
{ position: relative;
	top: 0px;
	left: 0;
max-width:1000px;
min-width:790px;
margin-right:auto;
margin-left:auto;
min-height:23px;
font-size:17px;
text-align:right;
padding-top:3px;
}

#navegadorbricopedia p img {vertical-align: baseline;}

#navegadorbricopedia p a:link {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorbricopedia p a:visited {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorbricopedia p a:hover {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorbricopedia p a:active {color: #fff; text-decoration:none; font-weight:bold;}
#navegadorbricopedia p a:focus {color: #fff; text-decoration:none; font-weight:bold;}





#navegadoridiomas {
	display: block;
	position: relative;
background-color: #ff6f00;
color:white;
width:100%
}



#navegadoridiomas p 
{ position: relative;
	top: 0px;
	left: 0;
max-width:1000px;
min-width:790px;
margin-right:auto;
margin-left:auto;
min-height:23px;
font-size:17px;
text-align:right;
padding-top:3px;
}

#navegadoridiomas p img {vertical-align: baseline;}

#navegadoridiomas p a:link {color: #fff; text-decoration:none; font-weight:bold;}
#navegadoridiomas p a:visited {color: #fff; text-decoration:none; font-weight:bold;}
#navegadoridiomas p a:hover {color: #fff; text-decoration:none; font-weight:bold;}
#navegadoridiomas p a:active {color: #fff; text-decoration:none; font-weight:bold;}
#navegadoridiomas p a:focus {color: #fff; text-decoration:none; font-weight:bold;}


/* -------  Estilos para las tablas de los cursos --------- */

.wikitable { 
	width: 80%; 
  	-moz-border-radius: 5px !important;
  	border-collapse: collapse !important;
  	border: none !important;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* Zebra striping */
.wikitable tr:nth-of-type(odd) { 
	background-color: #eee; 
}

.wikitable th {
	background-color: rgb(255, 111, 0); 
	color: white; 
	font-weight: bold;
}

.wikitable th:last-child {
	background-image:url(https://lasindias.com/imagenes/idiomas.png) !important;
	background-repeat:no-repeat;
	background-position: 98% 50%;
	min-width:150px;
}

.wikitable td, th { 
	padding: 6px; 
	border: 0px solid #ccc; 
	text-align: left; 
}

#toc li {
	list-style-type: none;
}

.toclevel-2 {
	display: inline;
}

a.genericon-posts:before {
    	    content: '\f100'; /* post icon code in the Genericons icon font */
    display: inline-block; 
    font: 16px/1 Simbolos;
    vertical-align: text-bottom;
}

a.genericon-comentario:after {
    	    content: '\f108'; /* comment icon code in the Genericons icon font */
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}


a.genericon-social:after {
    	    content: '\f308'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}


.share-link a.genericon-twitter:after {
    	    content: '\f202'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}


.share-link a.genericon-facebook:after {
    	    content: '\f203'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}

.share-link a.genericon-google:after {
    	    content: '\f206'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}

.share-link a.genericon-linkedin:after {
    	    content: '\f208'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}


.compartidos:after {
    	    content: '\f475'; /* shares icon code in the Simbolos icon font */
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}

.genericon-serie:after {
    	    content: '\f444'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}


.cerrado:after {
    	    content: '\f405'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}

.conseguido:after {
    	    content: '\f418'; 
    display: inline-block; 
    font: 1em/1 Simbolos;
    vertical-align: text-bottom;
}

.genericons{font-family:Simbolos; color:green; font-size:2em;}

.genericonsrojo{font-family:Simbolos; color:red; font-size:2em;}

h1 a span,
p.infopost a span,
content.archive a span,
.postbody p.indiceindianopedia a span,
h2 a span,
#content.archive p a span
{font-family:Simbolos;
vertical-align: middle;}


iframe {margin: 0 auto; display:block;}

#content-main .post h1.serie {text-align:center; margin-bottom:23px; }

.subrayado {background-color:#FFFF99;}

.sombreado {

filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=12, OffY=12, Color='#444')";

filter: url(#drop-shadow);

-webkit-filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));

filter: drop-shadow(12px 12px 7px rgba(0,0,0,0.5));

}