/**
 * @file
 * Node Styling
 *
 * Style anything that isn't in the $content variable.
 */


.node { /* Node wrapper */
}

.preview .node { /* Preview of the content before submitting new or updated content */
  /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
}

.node .node-title { /* Node title */
}

.node .user-picture { /* The picture of the node author */
}

.node .submitted { /* The "posted by" information */
}

.node .content { /* Node's content wrapper */
}

.node ul.links { /* Node links. See also the ul.links declaration in the pages.css. */
}

.node-promoted { /* A node that has been promoted to the front page */
}

.node-sticky { /* A sticky node (displayed before others in a list) */
}

.node-by-viewer { /* A node created by the current user */
}

.node-teaser { /* A node displayed as teaser */
}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */

.node-page { /* Page content node */
}

.node-article { /* Article content node */
}

.node-unpublished { /* Unpublished nodes */
  /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished { /* The word "Unpublished" displayed underneath the content. */
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word; /* A very nice CSS3 property */
}

.lt-ie8 .node-unpublished p.unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative; /* Otherwise these elements will appear below the "Unpublished" text. */
}


a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    filter: “alpha(opacity=80)”;
    clear: both;
}


.node-type-noticia .view-mode-full .field-name-title h2{
    margin-top: 2px;
    margin-bottom: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -1px;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    color: #044364;
}


.node-type-noticia .view-mode-full .field-name-field-subt-tulo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    color: #666 !important;
    font-weight: 700;
    text-transform: uppercase;
    /*padding-top: 15px;*/
    padding-bottom: 5px;
    font-variant: normal;
}


.node-type-noticia .view-mode-full .group-social {
	font-family: Arial, Helvetica, sans-serif;
	float: none;
	/*width: 115px;*/
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;  
}

.node-type-noticia .view-mode-full .group-social .service-links {
}

.node-type-noticia .view-mode-full .group-principal {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 17.4px;
    font-style: normal;
    line-height: 27px;
    font-weight: normal;
    #float: right;
    #width: 525px;
    /*margin-left: 125px;*/
    overflow: hidden;
}
 
.node-type-noticia .view-mode-full .field-name-info-de-noticia{
    font-family: Arial, Helvetica, Garuda, sans-serif;
    font-size: 11px;
    line-height: 18px;
    color: #666;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #efefef;
    border-bottom-color: #efefef;
}

.node-type-noticia .view-mode-full .field-name-info-de-noticia a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    list-style-type: none;
    list-style-image: none;
    color: #999;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    background-image: url(../images-source/iconos/coment.png);
    background-repeat: no-repeat;
    background-position: 9px -1px;
    padding-left: 26px;
}

.node-type-noticia .view-mode-full .field-name-info-de-noticia a:hover {
    color: #39F;
}

.node-type-noticia .view-mode-full .field-name-field-entradilla {
    font-weight: bold;
}

.node-type-noticia .view-mode-full .field-name-field-pie-de-imagen {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 1px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #efefef;
	margin-bottom: 10px;
}


.node-type-noticia .view-mode-full .group-publicidad {
    float: left;
    #width: 670px;
    background-image: url(../images-source/iconos/icono-publicidad_980.png);
    background-repeat: no-repeat;
    background-position: 661px center;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #efefef;
    padding-top: 20px;
}

.node-type-noticia .view-mode-full .group-publicidad p {
    margin: 0;
}

.node-type-noticia .view-mode-full .field-name-field-cuerpo {
    font-family: 'Roboto', Arial;
    font-size: 19px;
    line-height: 29px;
    color: rgb(26,26,26);
}

.node-type-noticia .view-mode-full .field-name-field-cuerpo a {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
    color: #045990;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #efefef;    
    text-decoration: none;
}

.node-type-noticia .view-mode-full .field-name-field-cuerpo a:hover {
    border-bottom-style: none;
}


.node-type-noticia .view-mode-full .field-name-field-cuerpo img {
    width: 100%;
}

.view-informaci-n-superior-de-noticia .views-field-field-subt-tulo  {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: 14px;
    color: #666 !important;
    font-weight: 700;
    text-transform: uppercase;
    /* padding-top: 15px; */
    padding-bottom: 5px;
    font-variant: normal;
}

.view-informaci-n-superior-de-noticia .views-field-title {
    margin-top: 2px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 43px;
    line-height: 45px;
    letter-spacing: -1px;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    color: #044364;
}

@media(max-width: 414px){
    .view-informaci-n-superior-de-noticia .views-field-title {
        font-size: 38px;
        line-height: 42px;
    }
}


.view-informaci-n-superior-de-noticia .views-field-field-subtitulo ul {
    padding: 0;
    margin-top: 10px;
}



.view-informaci-n-superior-de-noticia .views-field-field-subtitulo li {
    margin: 0;
    padding: 2px 0 4px 0px;
    font-size: 24px;
    line-height: 28px;
    font-family: Arial,Helvetica,sans-serif;
    color: #302A1F; 
    list-style: none;
}

@media(max-width: 414px){
    .view-informaci-n-superior-de-noticia .views-field-field-subtitulo li {
        font-size: 22px;
        line-height: 26px;
    }
}

.view-informaci-n-superior-de-noticia .views-field-field-subtitulo li p {
    margin: 0;
}

@media (min-width: 480px) {
    .view-informaci-n-superior-de-noticia .views-field-field-subtitulo li {
        padding: 2px 0 4px 32px;
        background: url(../images-source/iconos/icon-subtitle.png) no-repeat 2px 6px;
    }
}

/* opinion */




.node-type-opinion .view-mode-full .field-name-title h2{
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #044364;
}





.node-type-opinion .view-mode-full .field-name-service-links-displays-group {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	#width: 115px;
	border: 1px solid #efefef;
	margin-top: 10px;
	padding-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;  
}

.node-type-opinion .view-mode-full .field-name-service-links-displays-group .service-links {
    margin: 4px;
}


.node-type-opinion .view-mode-full .field-name-field-cuerpo {
    font-family: 'Roboto', Arial;
    font-size: 19px;
    line-height: 29px;
    color: rgb(26,26,26);
    float: right;
    margin-left: 8px;
}

.node-type-opinion .view-mode-full .field-name-field-cuerpo a {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
    color: #045990;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #efefef;    
    text-decoration: none;
    font-weight: bold;
}

.node-type-opinion .view-mode-full .field-name-field-cuerpo a:hover {
    border-bottom-style: none;
    color: #014773;
}
 
.node-type-opinion .view-mode-full .field-name-field-autor-opinion{
	font-family: Arial, Helvetica, Garuda, sans-serif;
	font-size: 17.4px;
	line-height: 19px;
	color: #666;
	margin-bottom: 20px;
	font-weight: bold;
	/*margin-top: 30px;*/
}

.node-type-opinion .node-opinion .field-name-field-autor-imagen img {
    border-radius: 50%;
}

.node-type-opinion .node-opinion .field-name-field-autor-imagen,
.node-type-opinion .node-opinion .field-name-field-autor-opinion,
.node-type-opinion .node-opinion .field-name-title{
    text-align: center;
}

.node-type-noticia .view-mode-full .field-name-info-de-noticia a {
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    font-size: 10px;
    list-style-type: none;
    list-style-image: none;
    color: #999;
    line-height: 18px;
    font-style: normal;
    font-weight: normal;
    background-color: transparent;
    background-image: url(../images-source/iconos/coment.png);
    background-repeat: no-repeat;
    background-position: 9px -1px;
    padding-left: 26px;
}

.node-type-noticia .view-mode-full .field-name-info-de-noticia a:hover {
    color: #39F;
}

.node-type-noticia .view-mode-full .field-name-field-entradilla {
    font-weight: bold;
}

.node-type-noticia .view-mode-full .field-name-field-pie-de-imagen {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 5px;
	padding-bottom: 6px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #efefef;
	margin-bottom: 7px;
}


.node-type-noticia .view-mode-full .group-publicidad {
    float: left;
    #width: 670px;
    background-image: url(../images-source/iconos/icono-publicidad_980.png);
    background-repeat: no-repeat;
    background-position: 661px center;
    border-top-width: 1px;
    border-top-style: dotted;
    border-top-color: #999;
    padding-top: 20px;
}

.node-type-noticia .view-mode-full .group-publicidad p {
    margin: 0;
}

.node-type-noticia .view-mode-full .field-name-field-cuerpo a {
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 0px;
    color: #045990;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #efefef;    
    text-decoration: none;
    font-weight: bold;
}

.node-type-noticia .view-mode-full .field-name-field-cuerpo a:hover {
    border-bottom-style: none;
    color: #014773;
}



/* Blog */
.node-blog {
    padding-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #efefef;
    margin-bottom: 40px;
}

.node-blog .group-blog-izquierda {
    #width: 105px;
    float: left;
    #margin-right: 3px;
    margin-right: 8px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #efefef;
    background-color: #fff;
}

.node-blog .group-blog-derecha {
    #width: 534px;
    #float: right;
    margin-left: 5px;
}

.node-blog .field-name-fecha-blog-  {
    margin-bottom: 10px;
    padding: 7px;
    text-align: right;
}



.node-blog .field-name-fecha-blog- .dia {
    font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
    font-size: 36px;
    line-height: 30px;
    font-style: normal;
    color: black;
    text-transform: capitalize;
    border-top-style: none;
    text-align: right;
    margin-top: 3px;
    margin-bottom: 5px;
}

.node-blog .field-name-fecha-blog- .mes {
    font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    color: black;
    padding-top: 3px;
    padding-bottom: 5px;
    text-transform: capitalize;
    border-top-style: none;
    text-align: right;
}

.node-blog .field-name-fecha-blog- .year {
    font-family: 'Oswald', Arial, Helvetica, Garuda, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    color: black;
    padding-top: 3px;
    padding-bottom: 5px;
    text-transform: capitalize;
    border-top-style: none;
    text-align: right;
}

.node-blog .field-name-title h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.node-blog .field-name-title h2 a{
    text-decoration: none;
}

.node-blog .field-name-title h2 a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: black;
}

.node-blog .field-name-autor-nombre-completo- {
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #efefef;
    border-bottom-color: #efefef;
}

.node-blog .field-name-field-autor {
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    font-weight: normal;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: dotted;
    border-bottom-style: dotted;
    border-top-color: #efefef;
    border-bottom-color: #efefef;
}
.node-blog .field-name-field-imagen-principal-blog {
    /*
    float: left;
	margin-right: 10px;
    */
}

.node-blog .field-name-field-imagen-principal-blog img{
    width: 100%;
}


.node-type-opinion .view-mode-full .field-name-field-cuerpo {
}

.node-blog .field-name-field-cuerpo {
	font-family: 'Roboto', Arial;
    font-size: 19px;
    line-height: 29px;
    color: rgb(26,26,26);
	font-weight: normal;
	text-align: left;	
}

.node-blog .field-name-field-cuerpo a{
	font-weight: bold;
	color: #045990;
    text-decoration: none;
}
.node-blog .field-name-field-cuerpo a:hover{
	color: #014773;
}


.node-blog .field-name-field-cuerpo img {
    width: 100%;
}


/*capitular texto interior */

blockquote {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	margin-left: 0px;

	font-size: 21px;
	line-height: 29px;
	border-bottom-style: none;
	color: #777;
	float: left;
	max-width: 200px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	display: inline;
	text-align: left;
}


/*css para edicion impresa etc */

#edicion_impresa {
	background-color: #3b3b3b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-left: 30px;
	#width: 950px;
	line-height: 18px;
	color: #FFF;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	background-image: url(../images-source/iconos/trama_black.png);
	border-radius: 5px 5px 5px 5px;
	height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#edicion_impresa a {
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-style: normal;
    text-decoration: none;
}

#edicion_impresa a:hover {
    border-bottom: 1px dotted #FFFFFF;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

@media(max-width: 767px){
	blockquote {
		float: none;
		max-width: none;
		margin: 0 0 10px 0;
	}

    .node-type-noticia .view-mode-full .group-social {
        border: 0px;
        float: none;
        width: auto;
    }

    .node-type-noticia .view-mode-full .group-principal {
        margin-left: 0px;
    }
}













/*--------------------------------------------*/
/*------------- AÑADIDO H1 -------------------*/
/*--------------------------------------------*/

.node-type-noticia .view-mode-full .field-name-title h1{
    display: none;
    margin-top: 2px;
    margin-bottom: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 35px;
    letter-spacing: -1px;
    font-style: normal;
    text-decoration: none;
    font-weight: bold;
    color: #044364;
}


.node-type-opinion .view-mode-full .field-name-title h1{
	margin-top: 2px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	letter-spacing: -1px;
	font-style: italic;
	text-decoration: none;
	font-weight: bold;
	color: #044364;
}

.node-blog .field-name-title h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -1px;
    color: black;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
}

.node-blog .field-name-title h1 a{
    text-decoration: none;
}

.node-blog .field-name-title h1 a:hover {
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: black;
}


/*******************************************/
/*  Estilos para la trama de noticias      */
/*******************************************/
#node-noticia-full-group-trama {
    padding: 20px;
    background: #eee;
    margin-top: 20px;
    margin-bottom: 10px
}
#node-noticia-full-group-trama .field.field-name-field-titulo-trama{
    font-family: 'Open Sans', 'Myriad Pro', 'Helvetica', sans-serif;
    font-size: 24px;
    line-height: 28px;;
    letter-spacing: -1px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
    margin-top: 2px;
    margin-bottom: 15px;
}
#node-noticia-full-group-trama .field.field-name-field-texto-trama{
    font-family: 'Open Sans', 'Myriad Pro', 'Helvetica', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    line-height: 28px;
}

#node-noticia-full-group-trama .field.field-name-field-texto-trama p{
    margin-bottom: 0;
}
/*******************************************/
/*  FIN Estilos para la trama de noticias  */
/*******************************************/


/*******************************************/
/*  FIN Estilos ckeditor                   */
/*******************************************/
.cke_contents{
    height: 420px !important;
}
#edit-field-subtitulo .cke_contents {
    height: 100px !important;
}
/*******************************************/
/*  FIN Estilos para ckeditor              */
/*******************************************/

.field-name-el-redactor-recomienda {
    margin-top: 20px;
}