/*
Theme Name: BlankSlate
Theme URI: http://wordpress.org/themes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.2
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: black, blue, white, light, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2014 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

@charset "utf-8";
/* CSS Document */

/* HTML5*/
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -- CSS Reseter
CSSLab © 2007
Basado en: Yahoo UI Reset CSS, Eric Meyer's Reworked Reset y experiencias personales -- */
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, sub, sup, 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;}
:focus {outline:none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {text-align: left;font-weight: normal;}
a img, iframe {border: none;}
ol, ul {list-style: none; list-style-type:none;}
input, textarea, select, button {font-size: 100%;font-family: inherit;}
select {margin: inherit;}
			/* Fixes incorrect placement of numbers in ol's in IE6/7 */
ol {margin-left:2em; }
			/* ========================================= clearfix == */
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/*.clearfix {display: inline-block;}*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
.limpia {float:none;clear:both;}
.separa {float:none;clear:both;height:5px;line-height:5px;font-size:5px;}
strong{font-weight:bold;}
			/* fin del reseteador*/

			/*Estilos generales*/			
body {background-image: url('http://klaatubaradanikto.org/wp-content/uploads/2015/09/Nieve-3Dgrande.jpg'); background-position: center left; background-repeat: no-repeat; 	background-attachment: fixed; background-color:#000; font-family:"Book Antiqua", Palatino, serif;}
footer, header, nav, section { display: block;}
#wrapper{ max-width:960px; min-width:840px; margin:auto;}
* html #wrapper {width:960px;}/* para explorer 6*/

a 			{ text-decoration:none; color:#aaa;}
a:link 		{ text-decoration:none; color:#aaa;}
a:visited 	{ text-decoration:none; color:#aaa;}
a:hover 	{ text-decoration:none; color:#abc;}
a:focus 	{ text-decoration:none; color:#abc;}
a:active 	{ text-decoration:none; color:#aaa;}

input { background-color:#e96; border-radius: 5px; color:#222; font-weight:bold;}
			/*Estilos del header*/
#branding { width:100%; float:left; display:inline-block; text-align:center;}
h1 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-size: 3em; margin-top: 0.5em; float: none; text-align:center; font-weight:bolder; text-shadow: 2px 2px #000;}
h1 a			{ text-decoration:none; color:#888;}
	h1 a:link 		{ text-decoration:none; color:#888; text-shadow: 2px 2px #000;}
	h1 a:visited 	{ text-decoration:none; color:#888; text-shadow: 2px 2px #000;}
	h1 a:hover 		{ text-decoration:none; color:#888; text-shadow: 2px 2px #000;}
	h1 a:focus 		{ text-decoration:none; color:#888; text-shadow: 2px 2px #000;}
	h1 a:active 	{ text-decoration:none; color:#888; text-shadow: 2px 2px #000;}
#site-description { font-size:1.4em; color:#444; text-align: center; margin-bottom:1.5em;}

			/*Estilos del navegador del header*/
.menu-menu-1-container { display:block; /*opacity: 0.9; filter: alpha(opacity=90);*/ position:relative; z-index: 1;}
.page_item a		{ text-decoration:none; color:#aaa;}
	.page_item a:link 	{ text-decoration:none; color:#aaa;}
	.page_item a:visited { text-decoration:none; color:#aaa;}
	.page_item a:hover 	{ text-decoration:none; color:#abc;}
	.page_item a:focus 	{ text-decoration:none; color:#abc;}
	.page_item a:active 	{ text-decoration:none; color:#aaa;}
nav#menu ul { float:left; margin-left:1.25%; margin-bottom:5px; width:97.5%;}
nav#menu ul li { float:left; margin-right:1.5em; background-color:#444; padding:0.25em 1.5em; border-radius: 10px;}
nav#menu li ul{ display: none; position: absolute; display: none; right:0px; top:29px; left:0; font-size:0.8em; background-color:transparent;}
nav#menu li:hover > ul { display:block;}
nav#menu li{ position:relative;}
nav#menu li ul li { margin: 0 5px; border-radius: 10px; background-color:#ccb; }
	nav#menu li ul li a		{ text-decoration:none; color:#444;}
	nav#menu li ul li a:link 	{ text-decoration:none; color:#444;}
	nav#menu li ul li a:visited { text-decoration:none; color:#444;}
	nav#menu li ul li a:hover 	{ text-decoration:none; color:#567;}
	nav#menu li ul li a:focus 	{ text-decoration:none; color:#567;}
	nav#menu li ul li a:active 	{ text-decoration:none; color:#444;}
/*
nav#menu li ul li ul{ display:none; position: absolute; display: none; font-size:1em; border-radius: 10px;}
nav#menu li ul li:hover > ul { display:block;}
nav#menu li ul li ul li{ position:relative; }
nav#menu li ul li a		{ text-decoration:none; color:#aaa;}
	nav#menu li ul li ul li a:link 	{ text-decoration:none; color:#aaa;}
	nav#menu li ul li ul li a:visited { text-decoration:none; color:#aaa;}
	nav#menu li ul li ul li a:hover 	{ text-decoration:none; color:#abc;}
	nav#menu li ul li ul li a:focus 	{ text-decoration:none; color:#abc;}
	nav#menu li ul li ul li a:active 	{ text-decoration:none; color:#aaa;}
	*/

			/* =========================================== */


			/*Páginas*/

section#content {width:65%; float:left; margin:5px 1.25% 10px 1.25%; background-color:#ccb; opacity: 0.9; filter: alpha(opacity=90); padding-bottom:2em; border-radius: 10px;}
section p{ text-align:justify; line-height:1.2em; margin:0.5em 2em;}
section ul{ text-align:justify; line-height:1.2em; margin:0.5em 4em;}
section li{ list-style: disc inside; text-indent:-0.9em;}
section fotm{ text-align:justify; line-height:1.2em; margin:0.5em 2em;}
h2, h3, h4, h5, h6 { font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif; font-weight:normal; color:#777;}
h2 { font-size: 1.5em; margin: 1em 0 0.5em 3em;}
h3 { font-size: 1.17em; color:#aaa;}
h4 { font-size: 1em; margin: 1.33em 0;}
h5 { font-size: 0.83em; margin: 1.67em 0;}
h6 { font-size: 0.67em; margin: 2.33em 0;}
blockquote { font-style:oblique; margin:0.5em 4em;}
.post-edit-link { margin-left:2em;}
.entry-content img { float:right; margin:0 15px 5px 25px; border:1px; border-color:#444; border-style:solid;}
section#content a 			{ color:#558;}
section#content a:link 		{ color:#558;}
section#content a:visited 	{ color:#558;}
section#content a:hover 	{ color:#678;}
section#content a:focus 	{ color:#678;}
section#content a:active 	{ color:#558;}
.aviso_importante p{ margin:20px 4em;}
.aviso_importante strong{ margin:20px 2em; color:#b44;}
.nav-previous{ margin: 25px 0 0 10px;}

			/* contenedor de imágenes en el artículo*/
.wp-caption{ float:right; margin:0 20px 5px 25px;}
.wp-caption img{ float: none; margin:0;}
p.wp-caption-text{ text-align:center; font-size:0.8em; color:#777;}
.video { width:100%; text-align:center;}
ol { margin:0 60px;}

.compra_on_line{ margin-left:5%; width:90%; text-align:center; float:left; margin-top: 1.5em;}
.compra_on_line div { width:50%; text-align:center; vertical-align:central; alignment-adjust:middle; float:left; margin-bottom:1em;}
.compra_on_line img { float:none; border:none; margin:5px 0;}

			/*Entradas*/

section#content h2 a, section#content h3 a		{ color:#888;}
section#content h2 a:link, section#content h3 a 		{ color:#888;}
section#content h2 a:visited, section#content h3 a 	{ color:#888;}
section#content h2 a:hover, section#content h3 a 	{ color:#888;}
section#content h2 a:focus, section#content h3 a 	{ color:#888;}
section#content h2 a:active, section#content h3 a 	{ color:#888;}
.entry-meta { text-align:right; margin-right:2em;}
.author{ display:none;}
.meta-sep{ display:none;}
.cat-links{ display:none;}
.notas { margin:0 60px; font-size:0.8em; text-indent:-15px;}
.mapa { margin-bottom:20px; border: 0;}

			/*Compra on line*/
.datos_libro {display: block; margin-bottom:20px; font-size:0.8em;}
.datos_libro img{ float:left; margin-right: 2em;}
.wp_cart_button_wrapper { margin:35px 0 15px 0; text-align:center;}

			/*Página no encontrada*/
h1.entry-title{ color:#744; text-shadow:none; font-size: 1.5em;}
.screen-reader-text{ margin-left:2em;}

			/*sidebar*/
#sidebar {width:27.5%; float:left; display:inline-block; margin:5px 0 10px 1.25%;}
.widget-container {background-color:#444; margin-bottom:10px; padding:0.5em 0; opacity: 0.9; filter: alpha(opacity=90); width:100%; color:#777; border-radius: 10px;}
.widget-container h3 { margin-left:1em;}
.widget-container ul { margin-left:2.5em;}
#sidebar a		{ text-decoration:none; color:#aaa;}
	#sidebar a:link 	{ text-decoration:none; color:#aaa;}
	#sidebar a:visited { text-decoration:none; color:#aaa;}
	#sidebar a:hover 	{ text-decoration:none; color:#abc;}
	#sidebar a:focus 	{ text-decoration:none; color:#abc;}
	#sidebar a:active 	{ text-decoration:none; color:#aaa;}
.wp_cart_empty_cart_section { margin-left:2.5em;}
.caos_sidebar { width:100%; display:inline-block; text-align: left; margin: 10px 0;}
.widget_rss li { list-style-type:disc;}
.widget_recent_entries li {list-style-type:disc;}
.post-date { font-size:0.8em;}
.tag-links { margin:0.5em 2em;}
.nav-previous { margin-left:1.5em; margin-top:2em;}
.nav-next { margin-left:1em;}

			/* footer */
#footer		{ width:100%; text-align:center; color:#aaa; font-family: "Book Antiqua", Palatino, serif;}
#copyright	{ display:block; width:100%; margin:1em 0 2em 0;}

/* Smartphones (portrait and landscape) ----------- */
@media screen and (max-width: 481px) {
/* Styles */
body {background-image: url('http://klaatubaradanikto.org/wp-content/uploads/2015/09/Nieve-3Dmediana.jpg'); background-position: center top; background-repeat: repeat; background-attachment: scroll;}
#wrapper{max-width:481px; min-width: 150px;}
.menu-menu-1-container { display:block; opacity: 1; filter: alpha(opacity=100); }
section#content {width:95%; float:left; margin:5px 0 10px 2.5%; opacity: 1; filter: alpha(opacity=100); padding-bottom:2em; border-radius: 10px;}
#sidebar {width:95%; float:left; display:inline-block; margin:5px 0 10px 2.5%;}
/* head */
#branding{ width:95%; margin-left:2.5%;}
h1 { font-size: 2em;}
#site-description { font-size:1.1em;}
/*menu*/
nav#menu ul { float:none; margin-left:0; width:100%;}
nav#menu ul li { float:left; margin:0 0 5px 2.5%; text-align:center; width:46.25%; padding:0.5em 0;}
nav#menu li ul li {background-color:#dde; width:100%;}

/* Artículo */
section p{ text-align:justify; line-height:1.2em; margin:0.5em 1em;}
section ul{ text-align:justify; line-height:1.2em; margin:0.5em 1.5em;}
section li{ list-style: disc inside; text-indent:-0.9em;}
section fotm{ text-align:justify; line-height:1.2em; margin:0.5em 1em;}
blockquote {margin: 0.5em 1.5em;}
.compra_on_line div { width:100%;}

/* Imagen del artículo */
.attachment_56{ align-self: center;}
.wp-caption { float:none; margin: 0 0 5px 1em;}

/* sidebar */
caos_sidebar{ text-align:center;}
.widget-container {opacity: 1; filter: alpha(opacity=100);}
}