@charset "utf-8";
/* CSS Document */

/* ========================================================================
    File          	    :   Style.css
    Created on 	:   Jun 23 - 2011, 15:00 pm
    Author      	:   @dgfrancisco - Carolina Poveda Melo 
    Client     		:   Revista Credencial
======================================================================== */
/* ========================================================================
    Block        	:   Reset CSS
======================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
ol, ul {
	list-style: none;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}
nav ul {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
:focus {
	outline: 0;
}
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
.clear {
	clear:both;
	float:none;
}

.views-admin-links {
   display: none !important
}

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

/* ========================================================================
    Block        	:   General CSS - Basics for the app
======================================================================== */
body {
	background: url('../images/fondo.jpg') 
}
.wrapperAll {
    position: relative;
    margin: 0 auto;
    width: 1000px;
}
span {
    font: 11px arial;
    color: #999999;
}
.publicidad_center {
    background: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px 0px;
    text-align: center;
  height: 330px;
  margin-bottom: 20px;
}
.pane-block-2 .publicidad_center{
   height: auto
}
.panels-flexible-region-seccion-left_side_-inside .publicidad_center {
	border: 0px;
	padding: 0;
	margin: 0 0 30px 20px
}
.messages {
  margin: 20px 0 0 0;
  padding: 10px !important;
  text-align: center;
  font: 14px Arial,sans-serif !important;
}
.status {
  background-color: #fff4b9;
  border: 1px solid #f6cf92;
  margin: 20px 0
}

#tabs-wrapper ul{
  margin: 20px 0 0 0 !important; 
  height: 25px !important
}
#tabs-wrapper ul li{
  margin: 0 !important;
  padding: 0 !important
}
#tabs-wrapper ul li a {
  font: 14px Arial,sans-serif !important;
  color: #000;
  padding: 8px 10px;
  margin: 0 !important;
}
form .form-item{
  padding: 10px 0
}
form label {
  font: bold 13px Arial,sans-serif !important;
}
form input {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  font-size: 14px;
  margin: 0 0 5px 0
}
form .description {
  font: 12px Arial,sans-serif !important;
  color: #999
}
form .form-submit {
  background-color: #56858f;
  color: #fff;
  border: 0px;
  width: auto;
  padding: 7px 10px
}
/* ========================================================================
    Block        	:   Menu
======================================================================== */
.wrapper-menu {
    background: #393939 url('../images/menu.gif') 0 0 repeat-x;
    height: 45px;
    margin-bottom: 15px;
    overflow: hidden;
}
.wrapper-menu ul {
    margin: 0 auto;
    width: 1020px;
    text-align: center;
}
.wrapper-menu ul li {
	float: left; 
	display: inline;
	padding: 0;
}
.wrapper-menu ul li a{
    border-left: 1px solid #484848;
	border-right: 1px solid #2d2d2d;
	display: block;
	padding: 16px 13px 15px 13px;
	font: 13px 'Helvetica', Arial,sans-serif;
	color: #fff
}
.wrapper-menu ul li a:hover{
    background-color: #4a4a4a;
    cursor: pointer
}
.wrapper-menu ul .first a {
    background: url("../images/home.png") 50% no-repeat;
    height: 14px;
    width: 15px;
    overflow: hidden;
    text-indent: -90000px
}
.wrapper-menu ul .active {
    background: #4a4a4a url("../images/back-arrow-menu.gif") 50% 36px no-repeat;
}



/* ========================================================================
    Block        	:   Header
======================================================================== */
.header {
    margin: 0 0 15px 0;
    position: relative;
}

/* Brand */
.header .logo {
    background: url("../images/logo.png") no-repeat scroll 0 0;
    height: 71px;
    width: 324px;
    left: 75px;
    position: absolute;
    bottom: 10px;
}
.header img {
	border: 1px solid #e5e5e5;
	margin: 0 15px 0 0;
    height: 72px;
    width: 60px;
}
.header span{
    font: 11px Arial,Helvetica,sans-serif;
    color: #999;
    font-style: italic; 
}

/* Ads */
.publicidad-header {
    display: none;
    position: absolute;
    right: 320px;
    top: 20px;
}
.publicidad-header img{
    width: 88px;
    height: 31px;
}
/* Search Module */
.buscador {
    position: absolute;
    right: 20px;
    top: 34px;
}
.buscador input.form-submit {
    background: url('../images/buscar.jpg');
    height: 31px;
    width: 37px;
    overflow: hidden;
    text-indent: -90000px;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    o-border-radius: 0 4px 4px 0;
    khtml-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;     
}
.buscador input.form-text {
    height: 19px;
    width: 250px;
    padding: 5px;
    border: solid 1px #999999;
    position: relative;
    float: left;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    o-border-radius: 4px 0 0 4px;
    khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px; 
    font: 13px Arial,Helvetica,sans-serif;
}
.buscador input.form-text:hover, .buscador input.form-text:active  {
	background-color: #f1f2d1;
}
.buscador label {
	display: none
}



/* ========================================================================
    Block        	:   Carrusel home principal
======================================================================== */
.galeria-noticia-home {
	position: relative;
    margin: 0 0 10px 0
}
.galeria-noticia-home  .jcarousel-skin-ie7 .jcarousel-container-horizontal {
    padding: 10px;
    width: 628px;
    height: 300px;
    overflow: hidden !important;
}
.galeria-noticia-home .jcarousel-skin-ie7 .jcarousel-clip-horizontal {
    width: 630px;
    height: 300px;
    overflow: hidden !important;
}
.jcarousel-skin-ie7 .jcarousel-item-horizontal {    
	margin: 0 
}
.galeria-noticia-home .jcarousel-skin-ie7 .jcarousel-container {
    border: none;
    background: #fff;
    border: 1px solid #e5e5e5;
}
.galeria-noticia-home  .jcarousel-skin-ie7 .jcarousel-item {
    width: 630px;
    height: 300px;
    position: relative;
    margin: 0;
    border: 0px;
    overflow: hidden !important;
}
.galeria-noticia-home .jcarousel-clip li {
	background-color: #000;
}
.galeria-noticia-home .info-noticia-hm {
    background: url('../images/bg1.png');
    position: absolute;
    bottom: 0;
    padding: 15px 150px 15px 15px;
    width: 485px;
    text-align: left;
}
.galeria-noticia-home  .jcarousel-clip {    
	left: 0px 
}
.info-noticia-hm h1 a{
    font: normal 13px HelveticaNeueLTStd67MdCn,Arial,Helvetica,sans-serif;
    color: #56858F;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.info-noticia-hm h2 {
    font: normal 20px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #fff;
    letter-spacing: 0.5px;
}
.info-noticia-hm h2 a {
	color: #fff
}
.jcarousel-container .jcarousel-prev {
	width: 45px;
	height: 45px;
	bottom: 30px;
	right: 85px;
	background:  url(../images/slider-controles.png) 0 0 no-repeat !important;
}
.jcarousel-container .jcarousel-prev-disabled {
	background-position: 0 bottom !important;
}
.jcarousel-container .jcarousel-next {
	width: 45px;
	height: 45px;
	bottom: 25px;
	right: 30px;
	background:  url(../images/slider-controles.png) right 0 no-repeat !important;
}
.jcarousel-container .jcarousel-next-disabled {
	background-position: right bottom !important;
}


/* ========================================================================
    Block        	:   Modulo Frases en el home
======================================================================== */
.frases-dia-home {
  height: 320px;
  margin-bottom: 20px;
}
.panels-flexible-row-custom_home-1-inside .frases-dia-home {
	height: 350px;
}
.frases-dia-home h1 {
    font: 12px HelveticaNeueLTStd67MdCn,Arial,Helvetica,sans-serif;
    color: #56858f;
    text-transform: uppercase;
}
.frases-dia-home .views-row {
    background: url('../images/frase.png') 5px 20px no-repeat;
    padding: 25px 0 0 0;
}
.frases-dia-home .views-row .views-field-field-especialidad-value{
    padding-left: 50px;
    font: italic 10px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #999;
}
.frases-dia-home .views-row .views-field-field-frase-value a{
    padding-left: 50px;
    font: 16px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #6e6e6e;
    display: block;
}
.frases-dia-home .views-field-field-autor-value{
    padding-left: 50px;
   	padding-top: 10px;
    font: bold 12px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #56858f;
}



/* ========================================================================
    Block        	:   Modulo generico de contenido
======================================================================== */
.bloque-noticia {
  height: 350px;
  margin-bottom: 20px;
}
.bloque-noticia .views-row {
	padding: 0 0 0 0 
}
.bloque-noticia .views-row p {
   height: 44px;
   overflow: hidden !important
}
.bloque-noticia .views-field-field-imagen-fid {
	padding: 10px;
	border: 1px solid #e5e5e5;
	background-color: #fff;
	text-align: center;
	margin: 0 0 10px 0;
}
.bloque-noticia .views-field-field-imagen-fid  img {    
	width: 100%;	
	height: 192px
}
.bloque-noticia  .views-field-name span a{
    font: normal 14px HelveticaNeueLTStd67MdCn,Arial,sans-serif;
    color: #56858f;
    margin-bottom: 10px;
    letter-spacing: 0.5px
}
.bloque-noticia  .views-field-title a  , .bloque-noticia  .views-field-title-1 a {
    font: normal 18px/19px RockwellStdRegular,Arial,sans-serif;
    color: #000;
    display: block;
    margin-bottom: 5px
}
.bloque-noticia  .views-field-field-lead-value a{
    font: normal 12px Arial,sans-serif;
    color: #999;
    margin-top: 8px;
    margin-bottom: 20px
}



/* ========================================================================
    Block        	:   Modulo galerias de fotos
======================================================================== */
.galeria-fotos {
    height: 370px;
    background: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
    margin: 0 0 15px 0;
    padding: 10px
}
.galeria-fotos .views_slideshow_thumbnailhover_main {
    float: left;
}
.galeria-fotos .views_slideshow_thumbnailhover_main .views-content-field-imagenes-fid {
    width: 540px;
    float: left;
    position: relative
}
.galeria-fotos .views_slideshow_thumbnailhover_breakout_teasers {
  width: 70px;
  float: right;
}
.galeria-fotos .views-field-field-imagenes-fid .info-noticia-hm {
    background: url('../images/bg1.png');
    position: absolute;
    bottom:0;
    width: 500px;
    padding: 20px
}
.galeria-fotos .views-field-field-imagenes-fid .info-noticia-hm h1 {
    font: normal 14px HelveticaNeueLTStd67MdCn,Arial,sans-serif;
    color: #56858f;
    letter-spacing: 0.5px
}
.galeria-fotos .views-field-field-imagenes-fid .info-noticia-hm h2 {
	margin: 0 !important;
	padding: 0 !important;
}
.galeria-fotos .views-field-field-imagenes-fid {
    z-index: 500 !important;
    cursor: pointer;
    padding: 4px
}
.galeria-fotos .activeSlide .views-field-field-imagenes-fid {
    background: #aaa;
    z-index: 500 !important;
    cursor: pointer;
    padding: 5px
}
.galeria-fotos .mas-galeria {
    bottom: 15px;
    position: absolute;
    right: 17px;
    font: 13px RockwellStdRegular,Arial,sans-serif;
    color: #669999;
}


/* ========================================================================
    Block        	:   Footer
======================================================================== */
.footer {
    background: #363636;
    padding: 20px 40px 15px 40px;
    clear: both;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    o-border-radius: 3px 3px 0 0;
    khtml-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;     
}
.footer .menu-secundario {
	float: left
}
.footer .menu-secundario ul li {
    border-left: 1px dotted #666;
    padding: 0 15px;
}
.footer .menu-secundario ul li:first-child {
    border: none;
    padding: 0 15px 0 0 !important;
}
.footer .menu-secundario a {
    font: 13px Arial,sans-serif;
    color: #fff;
}
.footer .menu-secundario a:hover {
	border-bottom: 1px dotted
}
.footer .redes-sociales {
	float: right
}
.footer .redes-sociales .facebook {
	background: url("../images/hfacebook.png") no-repeat scroll 0 0px transparent
}
.footer .redes-sociales .twitter {
	background: url("../images/htwitter.png") no-repeat scroll 0 0px transparent
}
.footer .redes-sociales .youtube {
	background: url("../images/hyoutube.png") no-repeat scroll 0 0px transparent
}
.footer .redes-sociales .in {
	background: url("../images/hin.png") no-repeat scroll 0 0px transparent
}
.footer .redes-sociales .su {
	background: url("../images/hsu.png") no-repeat scroll 0 0px transparent
}
.footer .redes-sociales li {    
	display: inline;
	float: left;
}
.footer .redes-sociales a {
    display: inline-block;
    width: 26px;
    height: 24px;
    cursor: pointer;
}
.footer .info {
    position: relative;
    padding: 15px 0 0 0;
}
.footer span {
    font-size: 12px;
    line-height: 16px;
    font-style: italic;
}
.footer span a{
	color: #fff
}



/* ========================================================================
    Block        	:   Modulo de la Encuesta
======================================================================== */
.encuesta {
	width: 315px;
}
.panels-flexible-row-custom_home-1-inside .encuesta {
	margin-bottom: 70px
}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-header ul.urtakw-tabs li a.urtakw-active, .encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-border {
	background: #ccc;
	color: #000;
}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-header ul.urtakw-tabs li a {
	background: #e5e5e5;
	color: #000;
	padding: 5px 10px;
	margin: 0 1px 0 0
}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-header ul.urtakw-tabs li a:hover {
	background-color:  #5d8c90;
}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-header ul.urtakw-tabs li a.urtakw-active:hover {
	background-color: #ccc;
	color: #000
}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-color-bg-d {
	background: #393939
}
.encuesta .urtakw-tabs-ask { display: none !important}
.encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-color-bg-y, .encuesta #urtak-widget #urtak-widget-1 #urtak-widget-2 #urtak-widget-3 .urtakw-color-bg-n {
	background: #5d8c90 
}



/* ========================================================================
    Block        	:   Seccion header
======================================================================== */
.panels-flexible-seccion, .panels-flexible-edicion {
    background: #fff;
    border: solid 1px #ddd;
    margin: 0 0;
    zoom: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://dlp.idiomaweb.com/credencial/sites/all/libraries/PIE/PIE.htc);
    overflow: hidden;
}
.header-seccion .views-field-name ,.header-page {
    padding: 10px 15px;
    width: 969px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -webkit-box-shadow: #666 -1px 1px 5px;
    -moz-box-shadow: #666 -1px 1px 5px;
    box-shadow: #666 -1px 1px 5px;
    background: #57858f;
    behavior: url(http://dlp.idiomaweb.com/credencial/sites/all/libraries/PIE/PIE.htc);

}
.header-seccion .views-field-name span ,.header-page span{
    color: #fff;
    font: normal 32px/32px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
}
.panels-flexible-seccion .panels-flexible-row-seccion-1 {
    border-bottom: solid 1px #A5C0C7;
    background: #DCEBEE;
    margin-top: -10px;
    padding: 20px;
    margin-bottom: 30px
}
.tags-seccion {
    width: 290px;
}
.tags-seccion .view-header p {
    font: normal 14px/16px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
    color: #000;
    float: left;
    margin: 0 5px 0 0;
}
.tags-seccion .view-header {
   overflow: hidden;
   display: block;
   margin: -7px 0 0 0
}
.tags-seccion .view-content {
   overflow: hidden;
   max-height: 90px;
   display: block
}
.tags-seccion .view-content span a {
    font: normal 16px/22px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
    color: #57858f;
    margin: 0;
}
.tags-seccion .view-content span a:hover {
  color: #000;
  border-bottom: 1px dotted
}
.seccion-destacada {
    width: 620px;
    float: right;
}
.seccion-destacada .views-row {
    float: left;
    width: 45%;
    margin-right: 30px;
}
.seccion-destacada .views-row img {
    float: left;
    margin-right: 10px;
    border: 1px solid #A5C0C7
}
.seccion-destacada .views-row span a {
    font: 18px/20px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
    color: #000;
}



/* ========================================================================
    Block        	:   Seccion listados
======================================================================== */
.listado-seccion .views-row {
  margin: 0 30px 40px 12px;
  overflow: hidden
}
.listado-seccion .views-row img {
  float: left;
  margin: 0 25px 10px 0;
  border: 1px solid #e9e9e9
}
.listado-seccion .views-row .info-list-seccion a {
    font: normal 26px/26px RockwellStdRegular, Arial,sans-serif;
    color: #333333;
}
.listado-seccion .views-row .info-list-seccion p, .listado-seccion .views-row .info-list-seccion p * {
    font: normal 13px Arial,sans-serif !important;
    color: #666666 !important;
    line-height: 20px !important;
    margin: 0 0 14px 0 !important
}
.listado-seccion .views-row .info-list-seccion p hr {
	display: none
}
.listado-seccion .views-row .info-list-seccion span {
    font: bold 12px Arial,sans-serif;
    color: #57858f;
}
.listado-seccion .views-row .info-list-seccion span a {
    font: normal 12px Arial,sans-serif;
    color: #666666;
    margin: 0 3px
}

.listado-seccion .views-row .info-list-seccion span a:hover {
    border-bottom: 1px dotted
}
.redes-sociales {
  padding: 15px 0 10px 0;
  overflow: hidden;
}
.redes-sociales .twetter {
    float: left;
}
.redes-sociales .facebook{
      float: left;
}
.back-top{
	margin: 30px 20px 30px 20px;
	background: url('../images/bg-back-top.gif') 0 50% repeat-x;
	text-align: center;
	padding: 10px
}
.back-top a {
	font: bold 12px Arial,sans-serif;
	padding: 0 40px;
	color: #56858f;
	background: #fff url('../images/bg-back-top-arrows.gif') 50% top no-repeat;
}

/* ========================================================================
    Block        	:   Paginador
======================================================================== */
.pager {
   padding: 0 0 30px 0 !important;
   overflow: hidden;
}
.pager li {
    background: #f1f1f1;
    padding: 0 !important;
    margin: 3px !important;
    font: 14px Arial,sans-serif !important;
    float: left;
    display: inline
}
.pager li a {
    color: #999;
    padding: 8px 13px;
    display: block
}
.pager li a:hover {
    background-color: #dbebee;
    color: #000
}
.pager li.pager-current {
    background: #57858f;
    color: #fff;
    padding: 8px 13px !important;
    display: block
}



/* ========================================================================
    Block        	:   Lo mas leido
======================================================================== */
.lo-mas-leido {
	margin: -7px 0 50px 30px
}
.lo-mas-leido .views-field-title a {
    font: normal 18px RockwellStdRegular;
    color: #404040;
}
.lo-mas-leido .views-field-tid a {
    font: normal 12px HelveticaNeueLTStd67MdCn;
    color: #56858f;
    text-transform: uppercase;
}
.lo-mas-leido .views-row {
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0;
}
.lo-mas-leido h1 {
    font: normal 30px HelveticaNeueLTStd67MdCn;
    color: #56848e;
    margin-bottom: 10px
}
/* ========================================================================
    Block        	:   Lo mas comentado
======================================================================== */
.lo-mas-comentado {
	margin: -7px 0 50px 30px
}
.lo-mas-comentado h1 {
    font: normal 30px HelveticaNeueLTStd67MdCn;
    color: #56848e;
    margin-bottom: 10px
}
.lo-mas-comentado .info-comentado {
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0;
}
.lo-mas-comentado .info-comentado .comentado-titulo {
    font: normal 18px RockwellStdRegular;
    color: #404040;
}
.lo-mas-comentado .info-comentado .comentado-taxo {
    font: normal 12px HelveticaNeueLTStd67MdCn;
    color: #56858f;
    text-transform: uppercase;
    display: block;
}


/* ========================================================================
    Block        	:   Series Historia Credencial
======================================================================== */
.header-historia {
  overflow: hidden;
  width: 1000px;
}
.header-historia h2 {
    font: normal 29px HelveticaNeueLTStd67MdCn;
    color: #fff;
    padding: 10px 15px;
    width: 970px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    background: #c00 url('../images/header-historia.png') no-repeat scroll right 0px;
    behavior: url(http://dlp.idiomaweb.com/credencial/sites/all/libraries/PIE/PIE.htc);    
}
.header-historia a {
    float: right;
    margin: -40px 30px 0 0;
    font: normal 22px HelveticaNeueLTStd67MdCn;
    color: #fff;
}
.header-historia h2.link-serie {
	font: normal 20px HelveticaNeueLTStd67MdCn;
	padding: 15px 20px 
}
.header-historia h2.link-serie a{
	margin: 0;
	float: none;
	font: normal 20px HelveticaNeueLTStd67MdCn;
} 


.header-historia a:hover {
    border-bottom: 1px dotted
}
.subtitulo-historia-serie {
    background: #c00 url('../images/fondo-serie.jpg') repeat-x scroll 20px 0px;
    width: 1000px;
    height: 117px;
    margin-bottom: -38px
}
.subtitulo-historia-serie h1 {
    font: 38px/36px RockwellStdRegular;
    color: #333333;
    padding: 20px 0 0 335px
}
.serie-historia .views-row {
   overflow: hidden;
   margin: 0 30px 40px 0
}
.serie-historia .views-row img{
  float: left;
  margin: 0 20px 20px 0
}
.serie-historia .titulo span {
    font: 14px arial !important;
    font-style: italic !important;
    color: #999999 !important;
}
.serie-historia .info-list-seccion .titulo h1 {
    font: 30px/30px Georgia;
    color: #000;
}
.serie-historia .views-row .info-list-seccion .redes-sociales {
    padding: 15px 0 5px 0
}
.serie-historia .views-row .info-list-seccion p {
    font: normal 13px arial;
    color: #666666;
    line-height: 20px;
    margin: 0 0 10px 0
}
.serie-historia .views-row .info-list-seccion p a {
    color: #666
}
.serie-historia .views-row .info-list-seccion p a:hover span{
    border-bottom: 1px dotted
}
.serie-historia .views-row .info-list-seccion span {
    font: bold 12px Arial,sans-serif;
    color: #57858f;
}
.serie-historia .views-row .info-list-seccion span a {
    font: normal 12px Arial,sans-serif;
    color: #666666;
    margin: 0 3px
}
.serie-historia .views-row .info-list-seccion span a:hover {
    border-bottom: 1px dotted
}



/* ========================================================================
    Block        	:   Edicion Historia Credencial
======================================================================== */
.edicion-historia {
   margin: 0 10px 0 20px; 
}
.header-edicion-historia {
    background: url('../images/edicion-header.jpg') repeat-x scroll 20px 0;
    width: 1000px;
    min-height: 117px;
    border-bottom: solid 1px #A5C0C7;
    margin-bottom: 30px
}
.header-edicion-historia img {
  	width: 90px;
  	height: 90px
}
.header-edicion-historia .views-field-title {
    float: left;
    padding: 20px 0 0 10px;
    width: 175px;
    margin: 0 25px 0 0 
}
.header-edicion-historia .views-field-title span {
    font: 21px HelveticaNeueLTStd67MdCn;
    color: #333333;
}
.header-edicion-historia .views-field-body {
	padding: 25px 0 0 0
}
.header-edicion-historia .views-field-body p {
    font: 14px arial;
    color: #755722;
}
.header-edicion-historia img {
    float: left;
    margin: 15px 0 0 40px 
}
.view-Credencial-historia .views-row {
    margin: 0 0 30px 0
}
.edicion-historia .views-row img {
    border: 1px solid #f1f1f1;
    float: left;
}
.edicion-historia .views-row .info-list-seccion {
    float: right;
    width: 400px;
}
.edicion-historia .info-list-seccion h1 {
    font: 28px/28px RockwellStdRegular, Arial,sans-serif;
    color: #333333;
}
.edicion-historia .info-list-seccion h1 .date-display-single{
    font: 18px/32px RockwellStdRegular, Arial,sans-serif !important;
    color: #999;
    display: block;
    margin: 0 0 -18px -15px;
    padding: 0 !important
}
.edicion-historia .views-row .info-list-seccion .redes-sociales {
 
}
.edicion-historia .info-list-seccion {
    padding-bottom: 10px;
}
.edicion-historia .info-list-seccion a {
    font: bold 13px arial !important;
    background:url('../images/li.png') no-repeat scroll 0 2px !important;
    color: #333333 !important;
    padding:0 0 3px 15px;
    display: block
}
.edicion-historia .info-list-seccion span {
    padding:0 0 8px 15px;
    display: block
}
/* ========================================================================
    Block        	:   Detalle
======================================================================== */
.detalle {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    behavior: url(http://dlp.idiomaweb.com/credencial/sites/all/libraries/PIE/PIE.htc);
    position: relative;
    margin: 0 0 20px 0
}
/* Header */
.detalle .header-right {
    float: right;
    width: 200px;
}
.detalle .header-right .b-siguiente {
    background: url("../images/bsgte.png") no-repeat scroll 0 -2px transparent;
    height: 18px;
    width: 18px;
}
.detalle .header-right .b-anterior {
    background: url("../images/bant.png") no-repeat scroll 0 -2px transparent;
    height: 18px;
    width: 18px;
}
.detalle .header-right .item {
    border-left: 1px solid #E5E5E5;
    padding: 10px;
  border-bottom: solid 1px #e5e5e5
}
.detalle .header-right  h3 {
    color: #000;
    font: bold 12px arial;
    margin-left: 25px;
}
.detalle .header-right p {
    font: normal 12px arial;
    color: #999;
}
.detalle .header-left {
    float: left;
    margin: 20px 0 0 30px;
    width: 760px;
}
.detalle .header-left h1 {    
    font: normal 46px/44px RockwellStdRegular;
    margin-bottom: 15px 
}
.detalle .header-left span {
    font: italic 12px arial;
    color: #999999;
    display: block;
    padding: 10px 0 5px 0;
}
.detalle .header-left span.realizado {
	margin: -10px 0 15px 0;
	color: #000
}
.detalle .header-left .miga {
    margin: 0 0 0 -3px
}
.detalle .header-left .miga span {
	display: inline
}
.detalle .header-left .miga a {
    font: normal 14px arial !important;
    color: #56858f !important;
    margin: 0 3px
}
.detalle .header-left .miga a:hover {
	border-bottom: 1px dotted
}

/* Tools */
.detalle .links-detalle ul {
    background: #dde9ec;
    padding: 0 30px;
    height: 34px;
    overflow: hidden;
    margin: 15px 0 20px 0;
}
.detalle .links-detalle ul li {
    float: left;
    padding-right: 10px;
}
.detalle .links-detalle ul li a {
    font: 12px arial;
    color: #333333;
    display: block;
    padding: 10px 15px 10px 40px
}
.detalle .links-detalle ul li a:hover {
	background-color: #d1e3e8
}
.imprimir {
    background: url("../images/imprimir.png") no-repeat scroll 10px 50% transparent;
}
.enviar {
    background: url("../images/enviar.png") no-repeat scroll 10px 50% transparent;
}
.comentar {
    background: url("../images/comentar.png") no-repeat scroll 10px 50% transparent;
}
.detalle .links-detalle ul li.twitter,
.detalle .links-detalle ul li.facebook {
    margin: 7px 0 0 0
}
.contenido-detalle:before, .contenido-detalle:after{ content: ""; display: table; }
.contenido-detalle:after { clear: both; }
.contenido-detalle { zoom: 1; }
.contenido-detalle { }
.contenido-detalle .cuerpo{  
	padding: 0 160px;
}
.contenido-detalle .lead {
	padding: 0 160px;
}
.contenido-detalle .cuerpo p , .contenido-detalle .lead p {
    font: 15px/24px arial;
    color: #000;
    margin-bottom: 30px
}
.contenido-detalle .cuerpo sup {
	vertical-align:super
}
.contenido-detalle .cuerpo sup a {
	font-size: 12px;
	color: #588690;
	background: none !important;
	padding: 0 3px !important
}
.contenido-detalle .cuerpo sup a:hover {
	background-color: #588690 !important;
	color: #fff !important;
	border: 0px
}
.contenido-detalle .cuerpo a:link {
	color: #588690;
	padding: 0 18px 0 0;
	margin-right: 5px;
	background: url("../images/cuerpo-link.gif") no-repeat right 5px transparent;
}
.contenido-detalle .cuerpo a:hover {
	color: #386973;
	border-bottom: 1px dotted
}
.contenido-detalle .lead p:first-child:first-letter {
    color: #56858f;
    font: bold 80px/24px RockwellStdRegular;
    float: left;
    margin: 10px 10px 0 0
}

/* Recursos de la nota  */
.contenido-detalle .cuerpo h1{
	font: 32px/32px RockwellStdRegular;
	margin-bottom: 15px;
	text-shadow: 0 2px 3px #aaa;
}
.contenido-detalle .cuerpo em {
   font-style: italic
}
.contenido-detalle .cuerpo ol {
   list-style: decimal;
   font: 15px/24px arial;
   margin: 0 0 30px 50px
}
.contenido-detalle .cuerpo ul {
   list-style: disc;
   font: 15px/24px arial;
   margin: 0 0 30px 50px
}
.contenido-detalle .cuerpo cite {
	font-size: 12px;
	line-height: 12px;
}
.contenido-detalle .cuerpo h2 {
   margin: 20px 0 40px -100px;
   font: 32px/36px RockwellStdRegular;
   padding: 0 0 20px 20px;
   border-bottom: 10px dotted #578690
}
.contenido-detalle .cuerpo blockquote p{
   padding: 0 0 0 60px;
   background: url('../images/frase.png') 0 0 no-repeat; 
}
.contenido-detalle .cuerpo img#left {
   margin: 20px 20px 20px -100px;
   float: left;
}
.contenido-detalle .cuerpo img#right {
   margin: 20px -100px 20px 20px;
   float: right
}
/* Images */
.imagen {
	overflow: hidden;
	margin: 0 auto 50px auto;
	width: 800px;
	text-align: center;
	background: url("../images/loading.gif") no-repeat 50%;
}
.imagen .info-imagen {
    background: #000 url("../images/bg1.png") repeat scroll 0 0;
    bottom: 0;
    color: #FFFFFF;
    font: 14px arial;
    left: 0;
    padding: 20px;
    width: 100%;
    text-align: left;
	display: block
}
.imagen img {
	margin: 0 auto;
}
.imagen .info-imagen span {
    font-style: italic;
    color: #fff;
    display: block;
    font-size: 13px;
}
/* Video */
.contenido-detalle .video {
	width: 640px;
	margin: 0 auto 30px auto
}
/* Tags y share */
.footer1-detalle {
    padding: 10px 0 20px 0;
	border-top: 4px solid #e5e5e5
}
.footer1-detalle .terminos {
    font: bold 15px arial;
    color: #000;
    width: 800px;
    margin: 0 auto;
    text-align: center;
}
.footer1-detalle .terminos a {
    color: #999;
    font-weight: normal;
    margin: 0 3px
}
.footer1-detalle .terminos a:hover {
	border-bottom: 1px dotted;
	color: #000
}
.footer1-detalle ul {
    width: 450px;
    padding: 10px 305px;
}
.footer1-detalle ul li {
    float: left;
    font: bold 15px arial;
    padding-right: 15px;
}
/* Nav */
.footer2-detalle {
	margin: 0 0 20px 0;
}
.footer2-detalle .lste{
	width: 49%;
	float: right;
	text-align: left;
}
.footer2-detalle .lant {
	width: 49%;
	float: left;
	text-align: right;
}
.footer2-detalle .ste {
    background: url("../images/bsgte1.png") no-repeat scroll 0 0px transparent;
    height: 34px;
    width: 34px;
    float: left;
    margin: 0 10px 20px 0
}
.footer2-detalle .ant {
    background: url("../images/bant1.png") no-repeat scroll 0 0px transparent;
    height: 34px;
    width: 34px;
    float: right;
    margin: 0 0 20px 10px
}
.footer2-detalle h3 {
    font: 13px arial;
    color: #999;
}
.footer2-detalle h1 {
    font: 20px RockwellStdRegular;
    color: #343434;
}
/* Comentarios */
.node-detalle .comentarios {
    background: #fff;
    border: 1px solid #ccc;
    float: left;
    padding: 20px;
    width: 580px;
}
/* Recursos relacionados */
.relacionados {
   background-color: #e7f0f2; 
   padding: 30px;
   width: 230px;
   float: left;
   margin: 0 30px 20px 0
}
.relacionados h3 {
   font: bold 18px RockwellStdRegular ;
   text-shadow: 1px 1px 3px #ccc;
   margin-bottom: 10px;
}
.relacionados ul {
	padding: 0 !important;
	margin: 0 !important;
}
.relacionados li {
	width: 230px !important;
	padding: 0 !important;
	margin: 0 0 15px 0 !important;
}
.relacionados li a {
   color: #666;
   font: normal 14px RockwellStdRegular ;
   display: block;
   padding-left: 30px
}
.relacionados li a:hover {
	color: #000
}
.relacionados .galerias a {
	background: url("../images/icon-galeria.png") 0 0 no-repeat;
}
.relacionados .video a {
	background: url("../images/icon-video.png") 0 2px no-repeat;
}
.relacionados .noticias a {
	background: url("../images/icon-noticias.png") 3px 0 no-repeat;
}
/* Modulo Mas noticias*/
.mas-noticias .views-row {
    overflow: hidden;
    margin: 0 0 30px 0
}
.mas-noticias .views-field-field-imagen-fid{
   float: left;
   padding: 3px;
   margin: 0 10px 10px 0
}
.mas-noticias .views-field-field-imagen-fid img{
	width: 120px !important; 
	height: 80px !important
}
.mas-noticias .field-content a {
  	display: 
}
/* ========================================================================
    Block        	:   User login
======================================================================== */
#user-login, #user-register, #user-pass  {
   width: 300px;
   margin: 50px auto;
   padding: 0 40px 20px 30px;
   border: 1px solid #ccc;
   background-color: #e7f0f2;
}

/* detalle historia */
.carrusel {
    background: none repeat scroll 0 0 #F0F7F9;
    padding: 24px 0 44px 50px;
    width: 948px;
    position: relative
}
.carrusel h1 {
    font: 18px HelveticaNeueLTStd67MdCn;
    color: #56858f;
    padding-bottom: 10px;
}
.linea_tiempo {
    height: 123px;
    overflow: hidden;
    position: relative;
    width: 900px;
}
.linea_tiempo .linea_tiempo_eje {
    left: 0;
    position: absolute;
}
.linea_tiempo .linea_tiempo_eje .item {
    float: left;
    margin: 0 5px;
    width: 170px;
    height: 123px;
}
.linea_tiempo .linea_tiempo_eje .item h2 {
    font: bold 18px arial;
    color: #333333;
}
.linea_tiempo .linea_tiempo_eje .item p {
    font: 11px arial;
    color: #333333;
}
.c_izquierda {
    background: url("../images/c_izquierda.png") no-repeat scroll 0 0px transparent;
    cursor: pointer;
    height: 31px;
    width: 29px;
    position: absolute;
    top: 70px;
    left: 15px
}
.c_derecha {
    background: url("../images/c_derecha.png") no-repeat scroll 0 0px transparent;
    cursor: pointer;
    height: 31px;
    width: 29px;
    float: right;
    position: absolute;
    top: 70px;
    right: 15px
}
.derechag {    background: url("../images/derechag.png") no-repeat scroll 0 0px transparent }
.izquierdag {    background: url("../images/izquierdag.png") no-repeat scroll 0 0px transparent }


/* ========================================================================
    Block        	:   Detalle  Frases
======================================================================== */
.info-frases {
    padding: 0 60px;
}
.info-frases .value-frase {
    background: url('../images/frase.png') 5px 20px no-repeat;
    padding: 25px 0 10px 0;
}
.info-frases .value-frase small{
    padding-left: 50px;
    font: italic 12px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #999;
}
.info-frases .value-frase p{
    padding-left: 50px;
    font: 30px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #000;
    display: block;
}
.info-frases .value-frase em{
    padding-left: 50px;
   	padding-top: 10px;
    font: bold 14px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #56858f;
    display: block;
}
/* ========================================================================
    Block        	:   Mas noticias
======================================================================== */
.mas-noticias {
    height: auto !important;
}
.mas-noticias img{
    width: auto !important;    
}
.mas-noticias .view-header h2{
     font: 30px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
     color: #56848e;
     padding-bottom: 30px;
}
.bl{
    float: right;
    padding: 0 20px;
    width: 310px;
}
/* ========================================================================
    Block        	:  Detalle espacios
======================================================================== */
.detalle-espacios{
    background-color: #f6f6f6;
    width: 890px;
    height: 480px;
    margin: 0 55px;
}
.detalle-espacios .imagen{
    width: 690px;
    height: 480px;
    margin: 0;
    float: left;
}
.detalle-espacios .slider-espacios{
    float: right;
    height: 400px;
    overflow: hidden;
    padding-top: 15px;
    width: 198px;
}
.detalle-espacios .slider-espacios p{
    font: 12px Arial,Helvetica,sans-serif;    
    height: 90px;
    padding: 5px 20px;
}
.detalle-espacios .slider-espacios span{
    color:#ff0000;    
}
.detalle-espacios .slider-espacios-eje{
    
}
.e_izquierda{
     background: url("../images/espaciosizquierda.png") no-repeat scroll 0 0px transparent;
     width: 36px;
     height: 37px;
     float: left;
     margin-left: 50px;
     cursor: pointer;
}
.e_derecha{
     background: url("../images/espaciosderecha.png") no-repeat scroll 0 0px transparent;
     width: 36px;
     height: 37px;
     float: right;
     padding-right: 50px;
     cursor: pointer;
}



/* ========================================================================
    Block        	:  Pagina espacios
======================================================================== */
.page-agenda{
    padding: 20px 0;
    height: auto !important;
}
.page-agenda img{
	width: auto !important;
}
.page-agenda td{
	padding: 10px;
}



/* ========================================================================
    Block        	:  Carrusel colecciones
======================================================================== */
.carrusel-colecciones {
    width: 590px;
    background: #fff;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px 20px 0 20px;
}
.carrusel-colecciones .view-header h2{
    font: 18px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
    color: #56858f;
    text-transform: uppercase;    
    float: left;
}
.carrusel-colecciones .view-header a{
    font: 12px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
    color: #999999;
    text-transform: uppercase;
    float: right;
    margin: 5px 0 0 0
}
.carrusel-colecciones .view-header a:hover {
	color: #000;
	border-bottom: 1px dotted
}
.carrusel-colecciones .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 510px;
    height: 130px;
    border: none;
    background-color: transparent;
    margin: 20px 0 0 0;
}
.carrusel-colecciones .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 470px;
    height: 135px;
    margin: 0 0 0 15px;
}
.carrusel-colecciones .jcarousel-skin-tango .jcarousel-item {
    height: 125px;
    width: 230px;
    list-style: none;
}
.carrusel-colecciones .views-field-title span a{
   font: 18px/18px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #363636;
}
.carrusel-colecciones .views-field-body p{
     font: 12px Arial,Helvetica,sans-serif;
    color: #363636;
}
.carrusel-colecciones li {
    list-style: none !important;
    margin: 0 !important;
}
.carrusel-colecciones ul {
    margin: 0px 0px 0px 10px;    
}
.carrusel-colecciones .views-field-field-imagen-fid{
	float: left;
	margin: 0 5px 0 0;
}
.carrusel-colecciones .views-field-title, .carrusel-colecciones  .views-field-body {
	float: right;
	width: 120px;
	margin: 0 10px 0 0
}
.carrusel-colecciones .jcarousel-next {
	right: 0
}
.carrusel-colecciones .jcarousel-prev {
	left: 0
}



/* ========================================================================
    Block        	:  Edicion historia home 
======================================================================== */
.edicion-historia-home {
    background: #fdf2f3;
    border: solid 1px #e2bfbf;
    padding: 10px 10px 0 10px;
   	margin-bottom: 20px;
}
.edicion-historia-home img {
	margin-bottom: 10px;
	border: solid 1px #e2bfbf;
}
.edicion-historia-home .views-label-title{
   font: 11px HelveticaNeueLTStd67MdCn, Arial,sans-serif;
   display: block;
   color: #c00;
   text-transform: uppercase;
}
.edicion-historia-home .views-field-title .field-content {
   font:bold 14px Arial,Helvetica,sans-serif;
   color: #000;
   display: block;
   margin: 0 0 10px 0
}
.edicion-historia-home .field-item {
    background: url('../images/li.png') no-repeat scroll 0 0 transparent;
    padding-left: 15px;
    margin-bottom: 7px
}
.edicion-historia-home .field-item a {
    font: 13px/15px arial;
    color: #000 !important;
}
.edicion-historia-home .field-item a:hover {
	border-bottom: 1px dotted
}
.edicion-historia-home .field-item span {
  display: block
}
.edicion-historia-home .field-item:last-child {
	margin-bottom: 0px
}

/* ========================================================================
    Block        	:  Bloque suscripcion
======================================================================== */
.bloque-suscripcion{
    background: url('../images/suscripcion.jpg') no-repeat scroll 0 0 transparent;
    height: 214px;
    width: 310px;
}
.bloque-suscripcion h1{
    font: 22px/22px RockwellStdRegular,Arial,Helvetica,sans-serif;
    color: #fff;  
   	text-shadow: 0 2px 3px #555;  
    padding: 15px 30px 7px 30px;
}
.bloque-suscripcion h1 a,
.bloque-suscripcion p a {
    color: #fff;  
}
.bloque-suscripcion p{
    font: 12px/12px Arial,Helvetica,sans-serif;
    color: #fff; 
    padding: 0 30px ;
}
.bloque-suscripcion .info{
      padding: 25px 10px 0px 135px;
}
.bloque-suscripcion .info h2{
      font: 16px/16px HelveticaNeueLTStd67MdCn, Arial,sans-serif; 
      color:#fff;
      text-shadow: 0 1px 2px #333; 
}
.bloque-suscripcion .info span{
     font: 11px Arial,Helvetica,sans-serif;
     color:#000;
}
/*


/* ========================================================================
    Block        	:   Suscripciones
======================================================================== */
#suscripciones { 
	overflow:hidden;
	margin-bottom: 30px
}
/* Tabs */
#suscripciones .pager {
	width: 180px;
	float: left;
	padding: 20px !important;
	background-color: #fff;
	border: 1px solid #e5e5e5
}
#suscripciones .pager li {
	background-color: none !important;
	display: block;
	float: none;
	border-bottom: 1px dotted #e5e5e5
}
#suscripciones .pager li.last {
	border: 0px
} 
#suscripciones .pager li a {
	padding: 10px;
	background-color:  #fff !important;
	font-size: 13px;
	text-align: right;
	color: #000;
}
#suscripciones .pager li a:hover{
	background: #dde9ec
}
#suscripciones .pager li a.active {
	padding-right: 40px;
	font-weight: bold;
	background: #fff url("../images/bsgte1.png") no-repeat right 50% !important;
}
/* contenidos */
#suscripciones .content {
	float: right; 
	width: 770px; 
	height: 1320px; 
	overflow: hidden; 
	position: relative; 
}
#suscripciones .overview { 
	list-style: none; 
	position: absolute; 
	padding: 0; 
	margin: 0; 
	left: 0; 
	top: 0;
}
#suscripciones .overview li{ 
	float: left; 
	margin: 0 20px 0 0; 
	padding: 35px 50px; 
	border: 1px solid #e5e5e5;
	background-color: #fff; 
	width: 668px;
}
#suscripciones .overview ul {
	list-style: disc;
	margin: 0 0 0 30px;
}
#suscripciones .overview p {
	font: normal 14px arial;
	color: #666;
	margin-bottom: 20px
}
#suscripciones .overview ul li{
	border: 0px;
	padding: 0;
	margin-bottom: 10px;
	font: normal 14px arial;
	color: #666;
	width: 600px;
}
#suscripciones h2 {
	font: 30px/30px RockwellStdRegular;
	margin: 0 0 20px 0
}
#suscripciones .img {
	/*margin: 0 0 0 -20px*/
}
#suscripciones table {
	border: 1px solid #e5e5e5;
	width: 500px;
	margin: 0 auto 10px auto
}
#suscripciones table td,
#suscripciones table th {
	padding: 10px;
	font: normal 14px arial;	
	border-bottom: 1px solid #e5e5e5
}
#suscripciones table th {
	background-color: #e5e5e5;
	font-weight: bold
}
.contactos {
	display: block;
	float: none;
	background-color: #eee7bc;
	padding: 30px;
	margin: 30px 0 0 0
}
.contactos p {
	color: #000 !important; 
}
.contactos p a {
	color: #c00
}
.contactos p strong {
	color: #c00;
	display: block
}
/* Tarifas */
#suscripciones .tabla-tarifas p {
	font: normal 11px arial;
	color: #999;
	text-align: center;
	margin-bottom: 30px
}
/* Tamanos */
#suscripciones .tamanos ul {
	list-style: none;
	overflow: hidden;
	margin-bottom: 30px
}
#suscripciones .tamanos ul li{
	float: left;
	width: 29%;
	text-align: center
}
#suscripciones .tamanos ul li.doble {
	width: 58%
}
#suscripciones .tamanos ul li p {
	font-style: italic;
	font-size: 11px;
}
/* Especificaciones */
#suscripciones .especificaciones {
	overflow: hidden
}
/* Lugares */
#suscripciones .acercar img.cabezote{
	margin: -35px 0 30px -50px
}


/* ========================================================================
    Block        	:   Suscripciones - Form
======================================================================== */
#node-69 {
    padding: 40px;
    border-top: 1px solid #e5e5e5
}
#node-69 span.submitted {
	display: none
}
#node-69 h1 {
   font: normal 46px/44px RockwellStdRegular;
   margin: 0 0 10px 180px
}
#node-69 p {
   font: 13px arial;
   margin: 0 0 0 180px
}
#node-69 .webform-client-form {
    background-color: #e7f0f2;
    border: 1px solid #dde9ec;
    padding: 30px;
    width: 500px;
    margin: 30px auto
}
#node-69 #webform-component-tipo-de-suscripcion label{
   font-size: 20px !important;
}
#node-69 #webform-component-tipo-de-suscripcion .form-radios .form-item{
   margin: 0 !important;
   padding: 0 !important;
}
#node-69 #webform-component-tipo-de-suscripcion .form-radios .form-item .option {
   font-size: 16px !important
}
#node-69 #webform-component-tipo-de-suscripcion input {
   width: 30px;
   margin: 0 !important
}
#node-69 #webform-component-tipo-de-suscripcion .description{
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: #fdffe7;
	 border: 1px solid #dde9ec;
}
#node-69 #webform-component-tipo-de-suscripcion .description p{
	margin: 0;
}
#node-69 #webform-component-tipo-de-suscripcion .description h1{
    font: normal 30px/30px RockwellStdRegular;
    margin: 0 0 10px 0;
    color: #000;
}
#node-69 #webform-component-tipo-de-suscripcion .description ul {
    margin: 0 0 10px 0;
}
#node-69 #webform-component-tipo-de-suscripcion .description ul li {
    color: #000;
}
#node-69 #webform-component-tipo-de-suscripcion .description h2 {
    font: normal 20px/20px RockwellStdRegular;
    color: #c00;
    margin: 0 0 30px 0
}
#node-69 .webform-component-textfield, 
#edit-submitted-correo-electronico-wrapper {
   padding: 0 70px
}
#node-69 .webform-component-textfield, 
#node-69 .webform-component-textfield input{
    margin: 0 0 -10px 0;
}
#edit-submitted-correo-electronico-wrapper {
    padding-top: 10px !important
}
#node-69 .form-actions {
   padding: 0 70px
}
.form-radios {height: 0px; margin: 10px 0 0 0}
#edit-submitted-tipo-de-suscripcion-2-wrapper label,
#edit-submitted-tipo-de-suscripcion-1-wrapper label{font-size: 1px !important; background-color: #c00; height: 0px; display: block; text-indent: -90000px}
.webform-client-form {position: relative}
#edit-submitted-tipo-de-suscripcion-1 {position: absolute; top: 120px; left: 100px}
#edit-submitted-tipo-de-suscripcion-2 {position: absolute; top: 235px; left: 130px} 

/* ========================================================================
    Block        	:   Site map
======================================================================== */
#site-map {
   background-color: #fff;
   padding: 50px 200px;
   margin: 30px auto;
   font: normal 24px/24px RockwellStdRegular;
}
#site-map h2 {
   font-size: 20px
}
#site-map ul {
	list-style: disc !important
}
#site-map ul li{
   font: 15px arial;
   list-style: disc !important
}
#site-map ul li a {
   color: #56858f
}
#site-map ul li a:hover {
	border-bottom: 1px dotted
}




/* ========================================================================
    Block        	:   Contactenos
======================================================================== */
#node-60 {
    padding: 40px;
    border-top: 1px solid #e5e5e5
}
#node-60 span.submitted {
	display: none
}
#node-60 h1 {
   font: normal 46px/44px RockwellStdRegular;
   margin: 0 0 10px 180px
}
#node-60 p {
   font: 13px arial;
   margin: 0 0 0 180px
}
#node-60 .webform-client-form {
    background-color: #e7f0f2;
    border: 1px solid #dde9ec;
    padding: 30px;
    width: 500px;
    margin: 30px auto
}
#node-60 #webform-component-tipo-de-suscripcion label{
   font-size: 20px !important;
}
#node-60 #webform-component-tipo-de-suscripcion .form-radios .form-item{
   margin: 0 !important;
   padding: 0 !important;
}
#node-60 #webform-component-tipo-de-suscripcion .form-radios .form-item .option {
   font-size: 16px !important
}
#node-60 #webform-component-tipo-de-suscripcion input {
   width: 30px;
   margin: 0 !important
}
#node-60 #webform-component-tipo-de-suscripcion .description{
	padding: 20px 0 10px 0;
	text-align: center;
	background-color: #fdffe7;
	 border: 1px solid #dde9ec;
}
#node-60 #webform-component-tipo-de-suscripcion .description p{
	margin: 0;
}
#node-60 #webform-component-tipo-de-suscripcion .description h1{
    font: normal 30px/30px RockwellStdRegular;
    margin: 0 0 10px 0;
    color: #000;
}
#node-60 #webform-component-tipo-de-suscripcion .description ul {
    margin: 0 0 10px 0;
}
#node-60 #webform-component-tipo-de-suscripcion .description ul li {
    color: #000;
}
#node-60 #webform-component-tipo-de-suscripcion .description h2 {
    font: normal 20px/20px RockwellStdRegular;
    color: #c00;
    margin: 0 0 30px 0
}
#node-60 .webform-component-textfield, 
#node-60 .webform-component-select,
.webform-component-textarea,
#webform-component-correo {
   padding: 0 70px
}
#node-60 .webform-component-textfield, 
#node-60 .webform-component-textfield input{
    margin: 0 0 -10px 0;
}
#edit-submitted-correo-electronico-wrapper {
    padding-top: 10px !important
}
#node-60 .webform-component-select select{
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    width: 103.3%
}
#node-60 .form-actions {
   padding: 0 70px
}
.webform-component-textarea textarea{
   border: 1px solid #ccc;
   width: 347px !important;
   padding: 10px;
   font-size: 14px
}
.textarea-identifier {
   display: none
}
.webform-confirmation{
	background-color: #fff;
	border: 1px solid #e5e5e5;
	padding: 40px;	
	margin-bottom: 20px
}
.webform-confirmation p{
	text-align: center;
	font: normal 25px/25px RockwellStdRegular;
}
.links {
	text-align: center;	
	margin: 0 0 20px 0
}
.links a {
	color: #000;
}
/* ========================================================================
    Block        	:   Print form
======================================================================== */
#print-mail-form {
    background-color: #e7f0f2;
    border: 1px solid #dde9ec;
    padding: 30px;
    width: 500px;
    margin: 30px auto
}
#print-mail-form label{
   width: 400px
}
#print-mail-form .form-item{
   margin: 0 70px !important;
}
#print-mail-form #edit-chk-teaser-wrapper input {
   width: 30px;
   margin: 0 !important
}
#print-mail-form .description{
	padding: 5px 0 10px 0;
   color: #000;
}
#print-mail-form select{
    border: 1px solid #ccc;
    padding: 5px;
    font-size: 14px;
    width: 103.3%
}
#print-mail-form .form-item a {
    color: #c00;
    width: 330px !important;
    display: block !important;
    padding: 20px;
    margin: 30px 0 0 0;
    background-color: #fdffe7;
}
#print-mail-form textarea{
   border: 1px solid #ccc;
   width: 347px !important;
   padding: 10px;
   font-size: 14px
}
#print-mail-form .form-submit {
   margin-top: 35px
}

/* ========================================================================
    Block        	:   Searchs
======================================================================== */
.pagina-buscador {
   padding: 50px 20px 20px 20px;
   background-color: #fff;
   border: 1px solid #e5e5e5;
   margin: 10px 0
}
.pagina-buscador .box {
   width: 700px;
   margin: 0 auto
}
.pagina-buscador .form-item{
   width: 760px;
   margin: 0 auto;
   padding: 20px 20px 20px 80px;
   background-color: #eef3f4;
   overflow: hidden;
}
.pagina-buscador .container-inline{
  padding: 10px 0
}
.pagina-buscador .container-inline input {
  float: left;
  width: 500px
}
.pagina-buscador .container-inline input.form-submit {
  width: auto;
  padding: 5px 10px
}
.pagina-buscador .box h2 {
   font: normal 26px RockwellStdRegular,Arial,Helvetica,sans-serif;
   border-bottom: 1px dotted #e5e5e5;
   margin: 0 0 20px 0;
   padding: 0 0 10px 0;
}
.pagina-buscador .each {
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px dotted #e5e5e5
}
.pagina-buscador .each p {
	margin: 0;
	font: 13px Arial,sans-serif !important;
}
.pagina-buscador .each p strong {
	background-color: #fffcc7;
	padding: 2px 5px
}
.pagina-buscador .each p.date {
	margin: 0;
	color: #56858f;
	font: bold 13px Arial,sans-serif !important;
}
.pagina-buscador .each .title {
   font: normal 22px RockwellStdRegular,Arial,Helvetica,sans-serif;
   margin: 0 0 5px 0
}
.pagina-buscador .each .title a { color: #000}
.pagina-buscador .each .title a:hover { border-bottom: 1px dotted}

/* ========================================================================
    Block        	:   Terminos y condiciones
======================================================================== */
.terms  {
   background-color: #fff;
   padding: 80px 200px;
   margin: 30px auto;
   border: 1px solid #e5e5e5
}
.terms h2 {
   font: normal 30px/30px RockwellStdRegular;
   margin: 0 0 20px 0
}
.terms h3 {
   font: normal 22px/22px RockwellStdRegular;
   margin: 40px 0 20px 0
}
.terms h4 {
   font: normal 18px/18px RockwellStdRegular;
   margin: 0 0 20px 0
}
.terms p{
	font: 14px/20px Arial,sans-serif !important;
	margin: 0 0 20px 0
}
.terms a {
   color: #56858f
}
.terms a:hover{
	border-bottom: 1px dotted
}

