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

/* // @import url("../fonts/stylesheet.css"); // */
/* font-family: 'flamabold'; */
/* font-family: 'flamaregular'; */
/* font-family: 'flamalightregular'; */
/* font-family: 'PT Sans Caption', sans-serif; */

@import url('http://fonts.googleapis.com/css?family=Roboto:400,300,700');
/* font-family: 'Roboto', sans-serif; */

@import url('http://fonts.googleapis.com/css?family=PT+Sans+Caption:400,700');
@import url("_general.css");

/* Corrección WRAPPER */
#wrapper { padding:0; margin:0 auto; width:960px; position:relative; }

/* Tema central */
#temacentral {
	position:absolute;
	z-index:10;
	top:25px;
	left:35px;
	width:300px;
}
	#wrapper.derecha #temacentral { left:440px; }
	#temacentral .numero {
		font-family: 'Roboto', sans-serif;
		font-size:10px;
		font-weight:700;
		color:#FFF;
		line-height:normal;
	}
	#temacentral .fecha {
		font-family: 'Roboto', sans-serif;
		font-size:10px;
		font-weight:400;
		color:#FFF;
		line-height:normal;
	}
	#temacentral h2, #temacentral h2 p {
		font-family: 'Roboto', sans-serif;
		font-size:40px;
		font-weight:700;
		color:#FFF;
		line-height:39px;
	}
		#temacentral h2 p.subtitulo { font-size:32px; line-height:32px; }
		#temacentral h2 a, #temacentral h2 p a { color:#FFF; }

/* Titulares */
#titulares {
	position:absolute;
	z-index:10;
	bottom:40px;
	left:35px;
	width:180px;
}
	#titulares li {
		background:url(../images/separata-titulares.gif) left bottom no-repeat;
		padding-bottom:14px;
		margin-bottom:14px;
	}
	#titulares li.ultimo { background:none; padding-bottom:0; margin-bottom:0; }
	
		#titulares li a {
			font-family: 'Roboto', sans-serif;
			font-size:16px;
			font-weight:700;
			color:#FFF;
			text-transform:uppercase;
		}
		
	#wrapper.derecha  #titulares { left:440px; width:500px; bottom:180px;}
/* Ver revista */
#ver_revista {
	position:absolute;
	z-index:10;
	bottom:40px;
	right:35px;
}
	#ver_revista li { float:left; margin-left:30px; }
	
	a#btn_descargar {
		background:url(../images/btn-pdfrevista.png) left top no-repeat;
		display:block;
		padding:15px 15px 15px 90px;
		font-family: 'Roboto', sans-serif;
		font-size:16px;
		font-weight:400;
		color:#FFF;
		width:123px;
		line-height:20px;
	}
	a#btn_leer {
		background:url(../images/btn-verrevista.png) left top no-repeat;
		display:block;
		padding:15px 15px 15px 90px;
		font-family: 'Roboto', sans-serif;
		font-size:16px;
		font-weight:400;
		color:#FFF;
		width:123px;
		line-height:20px;
	}