@font-face {
 font-family: 'Raleway';
 src: url('http://ep01.epimg.net/fonts/v1.x/v1.0/raleway-thin-webfont.eot');
 src: url('http://ep01.epimg.net/fonts/v1.x/v1.0/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),  url('http://ep01.epimg.net/fonts/v1.x/v1.0/raleway-thin-webfont.woff') format('woff'),  url('http://ep01.epimg.net/fonts/v1.x/v1.0/raleway-thin-webfont.ttf') format('truetype'),  url('http://ep01.epimg.net/fonts/v1.x/v1.0/raleway-thin-webfont.svg#ralewayregular') format('svg');
 font-weight: 300;
 font-style: normal;
}
/* COMPARTIR */
.contenido_principal .caja .boton {
	width: 108px;
	padding: 10px 0px;
	line-height: 19px;
	text-align: center;
}
.caja_compartir h3 {
	float: left;
}
.caja_compartir ul {
	list-style: none;
	float: right;
}
.caja_compartir ul li {
	float: left;
	margin-left: 3px;
}
.caja_compartir a {
	display: block;
	text-indent: -9999px;
	background: url(../compartir.html) no-repeat;
	width: 26px;
	height: 26px;
}
.caja_compartir a:hover {
	opacity: .7;
}
.caja_compartir .eskup {
	background-position: 0 0;
}
.caja_compartir .twitter {
	background-position: -29px 0;
}
.caja_compartir .facebook {
	background-position: -58px 0;
}
.caja_compartir .tuenti {
	background-position: -87px 0;
}
.caja_compartir .google {
	background-position: -115px 0;
}
/* CABECERA */
.contenedor_superior {
	border-bottom-color: #CECECE;
}
.header .menu {
	display: none;
}
.contenedor_barras {
	background: #0097c8; /* Old browsers */
background: -moz-linear-gradient(top,  #0097c8 0%, #0086b2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0097c8), color-stop(100%,#0086b2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #0097c8 0%,#0086b2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #0097c8 0%,#0086b2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #0097c8 0%,#0086b2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #0097c8 0%,#0086b2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0097c8', endColorstr='#0086b2',GradientType=0 ); /* IE6-9 */
	padding: 16px 0 13px 17px;
}
.header h1 a, .header h6 a {
	/*background: transparent url(/iconos/v1.x/v1.0/suscripciones/header_suscripciones.png) no-repeat;
	width: 284px;
	height: 43px;
	text-indent: -9999px;
	display: block;
	*/
	color:#fff;
}
.header h1, .header h6 {
	margin: 0;
	padding: 0;
	background: none;
	line-height:normal;
	font-family:'Raleway', sans-serif;
	text-align:left;
	color:#fff;
	font-size:36px;
	line-height:45px;
	font-weight:300;
}
.contenedor_barras > h1 {
	background: transparent;
}
/* MENU */
#menu_suscripciones {
	position: relative;
	border-bottom: 4px solid #F6F6F6;
	width: 980px;
	margin: 0 auto;
}
.menu_suscripciones {
	border-bottom: 1px solid #CECECE;
	width: 980px;
	list-style: none;
	display: block;
}
.menu_suscripciones li {
	float: left;
}
.menu_suscripciones .item {
	display: block;
	font: 11px/40px Tahoma, Arial, Geneva, sans-serif;
	color: #333;
	padding: 0 16px;
	text-transform: uppercase;
}
.menu_suscripciones .item:hover {
	text-decoration: none;
	color: #0097C8;
}
.menu_suscripciones .activo .item:hover {
	color: #333;
}
.menu_suscripciones .activo .item {
	font-weight: bold;
	border-bottom: 4px solid #0097C8;
	margin-bottom: -5px;
}
.menu_suscripciones .elpaismas {
	display: block;
	width: 112px;
	text-indent: -9999px;
	background: url(../elpais_mas.html) center 9px no-repeat;
	padding: 0;
	margin-left: 16px;
	margin-right: 16px;
}
.menu_suscripciones .elpaismas:hover {
	opacity: .7;
}
#menu_suscripciones .contacto {
	position: absolute;
	right: 20px;
	top: 0px;
	font: bold 11px/40px Tahoma, Arial, Geneva, sans-serif;
	color: #333;
}
#menu_suscripciones .caja_compartir {
	position: absolute;
	right: 20px;
	top: -48px;
}
#menu_suscripciones .caja_compartir .eskup {
	background-position: 0 -26px;
}
#menu_suscripciones .caja_compartir .twitter {
	background-position: -29px -26px;
}
#menu_suscripciones .caja_compartir .facebook {
	background-position: -58px -26px;
}
#menu_suscripciones .caja_compartir .tuenti {
	background-position: -87px -26px;
}
#menu_suscripciones .caja_compartir .google {
	background-position: -115px -26px;
}
