/*
* Skeleton V1.1
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 8/17/2011
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
	
		body {
			background: transparent;
		}
		
		.pagetop {
			display: none;
		}
	.container { margin-top: 45px; }
	.page {
			box-shadow: none;
			-moz-box-shadow: none;
			-webkit-box-shadow: none;
			border-radius: 0px; 
			-moz-border-radius: 0px; 
			-webkit-border-radius: 0px; 
		}
		
		.rectangle { max-width: 100%; }
	div.black { display: none; }
	figure { float:none;}
		
		#header { margin-top: 0.3em; margin-right: 0px; margin-left: 0px; }
		.subheader { margin-right: 0px; margin-left: 0px; }
		#sumario { 
		margin-right: 0px;
		margin-left: 0px;
		}
		
		
		
		.toptext .left, .toptext .right { float: none; font-size: 80% }
		
		.toptext .left { text-align: center; }
		.toptext .right { margin-top: 60px; margin-bottom: 0.2em; text-align: center; }
		
		#container { margin-top: 30px; margin-right: auto; margin-left: auto; }
		
		
		.item {
		max-width: 100%;
		margin: 0 0 2em;
		}
		
		/* Artículo */
		
		figure { padding-left: 0px; padding-right: 0px; }
		figure img { width: 100%; max-width: 320px; }
		
		#nav {
			margin-bottom: 0.5em;
		}
		
		#nav {
			display: none;
		}
	.font_size { display: none; }
	
	.iphone_bar { display: block !important; }
	
	.slink {
		height: 15px;
	}
		
		a.back, a.forward { 
			position: relative;
			top: 0;
 			right: 0; 
			left: 0;
			/*bottom: 5%;*/
			background: #ddd;
			margin-right: auto;
			margin-left: auto;
			padding: 0.4em;
			font-size: 30px;
			filter: alpha(opacity=100);
			opacity: 1;
		}

		a.back img, a.forward img {
			width: 20px;
		}

		a.back { float: left; }
		a.forward { float: right; }
		
		.header {
			height: 70px;
		}
		
		.header .tit_dossier {
			position: absolute;
			top: 0px;
			z-index: 100;
			width: 320px;
			height: 20px;
			line-height: 20px;
		}
		
		.header .tit_dossier a {
			color: #ffffff;
		}
		
		
		footer .inner { padding-top: 1em; padding-bottom: 5em; border-top: 10px solid #ececec; }
	footer .inner div { float: none; margin-right: 0; }
	
	
	/* FORMULARIO DE SUSCRIPCIÓN */
	.suscripcion_form input { width: 100%; }
	.suscripcion_form input.fullwidth { width: 100%; }
	.suscripcion_form input.onequarter { width: 100%; }
	.suscripcion_form input.threequarter { width: 100%; }
	
	.suscripcion_form select {
	width: 200px;
	}

	.suscripcion_form div.selector {
	  width: 200px;
	  font-size: 12px;
	  margin-bottom: 20px;
	}
	
	/*.toptext_articulo .left { text-align: center; width: 100%; margin-top: 30px; }
		div.selector { width: 300px; }
		div.selector span { width: 300px; }*/
		.toptext_articulo { margin-top: 3px; margin-bottom: 0.2em; text-align: center; }
		
		#sliderWrap {
			display: none;
		}
		
		article {
			margin-top: 10px;
		}
		
		
		.wrapper .leftcol { width: auto; float: none; }
		.wrapper .rightcol { width: auto; float: none; }
		
		.obras {
			margin-bottom: 1em;
		}
		
		.contenido figure { display: none; }
		
		
		.Minerva_poesia, .poesia { margin-left: 2em; }
		
		
}
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/