/* Move down content because we have a fixed navbar that is 50px tall */
body {
	padding-top: 50px;
	background-color: #dae7f1;
	min-width:320px;
	height: 100%;
        font-family: sans-serif, arial, helvetica;
}

/* FOOTER BOTTOM */
/* Si está el widget de FB, hace locuras al cargar */ 
/*html {
	height: 100%;
}

.content-container {
	display:table;
	height:100%;
	width: 100%;
}

.content-pack {
	display: table-row;
	height:1px;
}

.content-pack.pusher {
	height: 100%;
}*/
/* END FOOTER BOTTOM */

.corpo iframe{
 overflow:hidden;
 border:none;
 width:100%;
 height:650px
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

h1, h2, h3, h4, h5, h6 {
	color: #337ab7;
	font-family: Roboto, sans-serif;
}

h2{
    font-size: 1.8em;
    letter-spacing: -1px;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}

.col-xs-col5 {
  	position: relative;
    min-height: 1px;
    width: 20%;
	float: left;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1,
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2,
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4,
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5,
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7,
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8,
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10,
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11,
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12,
.col-xs-col5, .col-sm-col5, .col-md-col5, .col-lg-col5 {
  padding-left: 10px;
  padding-right: 10px;
}

/* Grid */
@media only screen and (max-width: 767px){
  #grid[data-columns]::before {
    content: '1 .col-xs-12';
  }
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {*/
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  #grid[data-columns]::before {
    content: '2 .col-xs-6';
  }
}
@media only screen and (min-width: 1080px) {
  #grid[data-columns]::before {
    content: '3 .col-xs-4';
  }
}

@media only screen and (max-width: 1200px){
  #grid-bloque-opinion[data-columns]::before {
    content: '1 .col-xs-12';
  }
}
@media only screen and (min-width: 1200px) {
  #grid-bloque-opinion[data-columns]::before {
    content: '2 .col-xs-6';
  }
}

@media only screen and (max-width: 1200px){
  #grid-bloque-opinion-artigos[data-columns]::before {
    content: '1 .col-xs-12';
  }
}
@media only screen and (min-width: 1200px) {
  #grid-bloque-opinion-artigos[data-columns]::before {
    content: '2 .col-xs-6';
  }
}







@media only screen and (max-width: 767px){
  #grid-noticias[data-columns]::before {
    content: '1 .col-xs-12';
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #grid-noticias[data-columns]::before {
    content: '2 .col-xs-6';
  }
}
@media only screen and (min-width: 992px) {
  #grid-noticias[data-columns]::before {
    content: '1 .col-xs-12';
  }
}

/* END GRID */

big,
.big {
	font-size: 135%;
}

smaller,
.smaller {
	font-size: 70%;
}

.pseudojumbotron {
	min-width:320px;
}

.thumbnail {
	margin-bottom: 10px;
}

.img-center {
	margin-left: auto;
	margin-right: auto;
}

.text-center{
    text-align: center;
}

.salvattore {
	visibility: hidden;
}

.enmarcado {
	padding: 10px;
}

.pseudojumbotron.portada {
	background-color: #81a4ca;
	margin-bottom: 15px;
}

.container-fluid {
	max-width: 1200px;
	padding-left: 10px;
	padding-right: 10px;
}

.margin-top-2 {
	margin-top: 2px;
}

.margin-top-10 {
	margin-top: 10px;
}

.margin-top-20 {
	margin-top: 20px;
}

.margin-bottom-2 {
	margin-bottom: 2px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.padding-top-20 {
	padding-top: 20px;
}

.padding-bottom-20 {
	padding-bottom: 20px;
}

.gigabanner{
        margin-bottom: 20px;
}

.megabanner {
	max-width: 728px;
	margin-bottom: 20px;
}

.megabanner_movil {
	max-width: 300px;
	margin-bottom: 20px;
}

.no-min-width {
	min-width: 0 !important;
}

.vertical-align-helper {
	display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.vertical-aligned {
	vertical-align: middle;
	display: inline-block;
}

ul.styled-list li {
    display: block;
    margin-top: 3px;
}

ul.styled-list li:before {
    content: "\e080";
    font-family: 'Glyphicons Halflings';
    font-size: 9px;
    float: left;
    margin-top: 4px;
    margin-left: -17px;
    color: #0057a4;
}

.pagination {
	margin: 0;
}

#cookie_warning {
    font-size: 0.8em;
}

#cookie_warning h2{
    font-size:1.6em;
    margin: 1px;
}

.vermello{
    color: red;
}

/* CUSTOMIZE BUTTONS */
.btn-default {
	color: #0057a4;
	border-color: #81a4ca;
}

.btn-default:hover {
	color: #0057a4;
	border-color: #81a4ca;
	background: #dae7f1;
}

.btn-with-img img {
	max-height: 18px;
	border: 1px solid #666;
}
.btn-sm.btn-with-img img {
	max-height: 17px;
	border: 1px solid #666;
}

.btn-gcplus {
	color: #000;
	background-color: #e5b134;
	border-color: #000;
}

.btn-gcplus:hover {
	background-color: #e8bc52;
	color: #000;
}

.btn-gcaberto {
	color: #fff;
	background-color: #81c48a;
	border-color: #168126;
}

.btn-gcaberto:hover {
	color: #168126;
	background-color: #fff;
}

.btn-danger {
	background-color: #fff;
	color: #a94442;
	border-color: #a94442;
}

.badge {
	line-height: 0.85 !important;
  border-radius: 8px !important;	
}

.btn-default .badge {
	background-color: #0057a4;
}

.btn-social {
	padding: 0 !important;
}
.btn-social img {
	max-height: 20px;
}
/* ENDCUSTOMIZE BUTTONS */




/* WIDGET COMMON */
.widget {
	margin-bottom: 15px;
	min-width:320px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.widget-no-shadow {
	box-shadow: none;
}

.wid-standard {
	background-color: #FFF;
	padding: 10px;
}

.widget .header {
	background-color:#81a4ca;
	color:#fff;
}

.widget .header-gcplus {
	background-color: #e3b033 !important;
	color: #333333 !important;
}
.widget .header-gcplus.header-big span {
	background-color:#191919 !important;
	color: #e3b033 !important;
}
.header.header-big.wid-axencias-ultimas-header {
	background-color:#333; 
}
.header.header-big.wid-axencias-ultimas-header span{
	background-color:#b60000; 
}
.wid-standard.wid-axencias-ultimas a{
        color:#333;
}
.widget .header-gcaberto {
	background-color:#81c48a !important;
}
.widget .header-gcaberto.header-big span {
	background-color:#168126 !important;
}

.wid-gcplus-ultimas {
	background: #fff2b5;
}

.widget .wid-footer {
	background-color:#81a4ca;
	color:#fff;
}

.pseudojumbotron .widget .header {
	background-color: #dae7f1;
	color: #337ab7;
}

.widget .header-small {
	padding: 0 10px;
}

.widget .wid-footer {
	padding: 0 10px;
}

.widget .header-big span {
	display: inline-block;
	background-color:#0057a4;
	color: #fff;
	padding: 5px 20px;
	font-size: 150%;
	margin-right: 10px;
}

.widget .header-big a {
	color: #fff;
}

.widget .header-big a:hover {
	color: #81a4ca;
}

.widget .actions {
	padding-top: 10px;
}

.widget .widget {
	box-shadow: none;
}

.widget .widget .header {
	display: none;
}

.wid-standard.collapsable {
	position: relative;
}
.wid-standard.collapsable a.collapser {
	z-index:1;
	display:block;
	position: absolute;
	width:auto;
	height: auto;
	right:0;
	left: 0;
	bottom:0;
	top:0;
	margin: 0 10px;
}

/* END WIDGET COMMON */



/* WIDGET CONFIDENCIALTV */
.wid-confidencialtv .well {
	margin-top: 10px;
	margin-bottom: 0;
}
/* END WIDGET CONFIDENCIALTV */



/* WIDGET BANNER */
.wid-banner {
	background: #fff;
}

.textoPubli {
	font-size: 50%;
}
.textoPubli a {
	text-decoration: none;
}
/* END WIDGET BANNER */




/* WIDGET NOTICIA */
.wid-noticia {
	padding: 0 !important;
}

.wid-noticia .icon-link-on-img {
	position:absolute;
	top:0;
	right:0;
	padding:5px 10px;
	color:#fff;
	font-size: 150%;
	line-height: 150%;
}

.wid-noticia .titulo {
	margin-top: 0;
}

.wid-noticia .seccion-fixer {
	position: relative;
	min-height: 16px;
}
.wid-noticia .seccion-marker {
	padding: 7px;
	background-color: #0057a4;
	background-color: rgba(0, 87, 164, 0.6);
	color: #fff;
	position:absolute;
	top:0;
	left:0;
	text-transform:uppercase;
	line-height: 85%;
	font-size: 85%;
	font-weight: bold;
}

.wid-noticia .noticia_fixed_height {
	overflow: hidden;
}

.wid-noticia .noticia_fixed_height .zona_imaxe {
	height: 226px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.wid-noticia .noticia_fixed_height .zona_texto {
	height: 185px;
	overflow: hidden;
	position:relative;
}

.wid-noticia .noticia_fixed_height .over_zona_texto {
	position: absolute;
	width: auto;
	height: auto;
	top: 120px;
	left: 0;
	right: 0;
	bottom:0;
	background-image: -webkit-linear-gradient(rgba(255,255,255,0),#fff) !important;
	background-image: -moz-linear-gradient(rgba(255,255,255,0),#fff) !important;
	background-image: linear-gradient(rgba(255,255,255,0),#fff) !important;
	z-index: 2;
}

.actions .related_news{
	font-size: 0.75em;
}

.seccion-marker.xornaldevigo-gal, .seccion-marker.lugoxornal-gal, .seccion-marker.xornaldelemos-gal, .seccion-marker.xn--xornaldamaria-tkb-gal {
    padding-left: 27px;
    background-size: 112px 37px !important;
    width:112px;
    height: 37px;
    background-color: rgba(255,255,255,0.8);
    color: transparent;

}

.seccion-marker.xornaldevigo-gal{
  background: url('/imaxes/logos/xornal_de_vigo_darkblue_bg_272x90.png') no-repeat;
}

.seccion-marker.lugoxornal-gal{
  background: url('/imaxes/logos/Logo_Lugo_Xornal_darkblue_272x90.png') no-repeat;
}

.seccion-marker.xornaldelemos-gal{
  background: url('/imaxes/logos/Logo_Xornal_de_Lemos_darkblue_272x90.png') no-repeat;
}

.seccion-marker.xn--xornaldamaria-tkb-gal{
  background: url('/imaxes/logos/Logo_Xornal_da_Marina_darkblue_272x90.png') no-repeat;
}

/* END WIDGET NOTICIA */





/* WIDGET NOTICIA DESTACADA */
.wid-noticia-destacada {
	padding: 0 !important;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wid-noticia-destacada .content {
	padding: 20px;
	width: 100%;
	background-image: -webkit-linear-gradient(transparent,rgba(2,48,84,0.4),rgba(2,48,84,0.8));
	background-image: -moz-linear-gradient(transparent,rgba(2,48,84,0.4),rgba(2,48,84,0.8));
	background-image: linear-gradient(transparent,rgba(2,48,84,0.4),rgba(2,48,84,0.8));
}

.wid-noticia-destacada.principal .content {
	padding-top: 50%;
}

.wid-noticia-destacada .content {
	color: #fff;
}

.wid-noticia-destacada .content p.boxed_entradilla{
    font-family: Roboto, sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
}


.wid-noticia-destacada .content p.dinapad_1,
.wid-noticia-destacada .content p.dinapad_2{
    margin-bottom:1em;
}

.wid-noticia-destacada .content p.dinapad_3,
.wid-noticia-destacada .content p.dinapad_4 {
    margin-bottom:2em;
}

.wid-noticia-destacada .content p.dinapad_5{
    margin-bottom:3em;
}

.wid-noticia-destacada .content p.dinapad_6 {
    margin-bottom:4.5em;
}

.wid-noticia-destacada .content p.dinapad_7,
.wid-noticia-destacada .content p.dinapad_8 {
    margin-bottom:6.5em;
}

.wid-noticia-destacada .content p.dinapad_9,
.wid-noticia-destacada .content p.dinapad_10 {
    margin-bottom:9.5em;
}

.wid-noticia-destacada .content a {
	color: #fff;
}

.wid-noticia-destacada .titulo {
	margin-top: 0;
}

.wid-noticia-destacada .titulo a {
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	text-decoration: none;
}

.wid-noticia-destacada.principal .titulo a {
	font-weight: 900;
	font-size: 42px;
	line-height: 44px;
}

.wid-noticia-destacada .btn-default {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.wid-noticia-destacada .btn-default:hover {
	background-color: #81a4ca;
	color: #003054;
}

.wid-noticia-destacada .btn-default .badge {
	background-color: #fff;
	color: #003054;
}
/* WIDGET NOTICIA DESTACADA */





/* WIDGET BLOQUE-OPINION */
.wid-opinion-destacada {
	padding-top: 0;
}

.wid-opinion-comentaristas {
	background-color: #81a4ca;
}

.wid-opinion-comentaristas .wid-comentarista {
	box-shadow: 0 3px 6px rgba(0,0,0,.4) !important;
}
/* END WIDGET BLOQUE-OPINION */





/* WIDGET NOTICIA */
.wid-noticia .titulo {
	margin-top: 3px;
	paggin: 0 !important;
}
/* END WIDGET NOTICIA */





/* WIDGET QUEN SOMOS */
.wid-quensomos strong {
	color: #337ab7;
}
/* END WIDGET NOTICIA */




/* WIDGET GCPLUS ULTIMAS */
.wid-gcplus-ultimas-header.header {
	background-color: #e3b033;
	color: #333333;
}
.wid-gcplus-ultimas-header.header-big span {
	background-color:#191919;
	color:#e3b033;
}
.wid-gcplus-ultimas {
	background: #fff2b5;
}

.wid-gcplus-ultimas .media-object {
	width: 70px;
	height: 70px;
	background: #fff;
	position: relative;
}
.wid-gcplus-ultimas .media-object .background {
	width: 59px;
	height: 59px;
	border: 1px solid #b1b1b1;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
}
.wid-gcplus-ultimas .over-image {
	position: absolute;
	bottom: 0;
	left: 0;
}
.wid-gcplus-ultimas a{
	color: #333333;
}

.wid-gcplus-ultimas .separated {
	border-top: 1px solid #000;
}
/* END WIDGET GCPLUS ULTIMAS */




/* WIDGET TABBER */
.wid-tabber-header .nav-tabs {
	border: none;
}
.wid-tabber-header .nav-tabs>li {
	margin-bottom: 0;
}
.wid-tabber-header .nav-tabs>li>a {
	margin-right: 0;
	border: none;
	border-radius: 0;
	font-size: 120%;
	color: #fff;
}
.wid-tabber-header .nav-tabs>li.active>a {
	background-color:#0057a4;
	margin-right: 0;
	border: none;
	border-radius: 0;
	color: #fff;
}
.wid-tabber-header .nav-tabs>li>a:hover {
	border: none;
	background: #fff;
	color: #555;
}
/* END WIDGET TABBER */


/* WIDGET FOTOGALERIA */
.wid-fotogaleria .publi {
	margin: 0 auto;
}
/* END WIDGET FOTOGALERIA */

/* HAIKU */
p.haiku{
    font-size: 1.7em;
    padding-top: 16%;
    letter-spacing: -1px;
}
div.haiku-signature{
	text-align: right;
	padding: 0 25px 10px 0;
}
/* END HAIKU */



/* WIDGET FOTOGALERIA */
.wid-autor-descripcion .img-opinion {
	float: left;
	height: 96px;
	margin-right: 10px;
}
/* END WIDGET FOTOGALERIA */





/* WIDGET BLOQUE IMAXE */
.wid-bloque-imaxe .pie {
	margin-top: 10px;
	font-size: 85%;
}
/* END WIDGET BLOQUE IMAXE */





/* WIDGET ULTIMAS NOTICIAS */
.wid-ultimas-noticias .item-ultima-noticia:first-child {
	margin-top: 0;
}
.wid-ultimas-noticias .item-ultima-noticia {
	margin-top: 10px;
}
.wid-ultimas-noticias .publi {
	margin: 0 auto;
}

.wid-ultimas-noticias .wid-banner {
	background: transparent;
}

.wid-ultimas-noticias .overlay-arrow {
	color: #fff;
	font-size: 150%;
	line-height: 150%;
	padding: 5px 10px;
	float: right;
}

.wid-ultimas-noticias a:hover.collapser {
	background-color: #81a4ca;
	background-color: rgba(129, 164, 202, 0.5);
}

.wid-ultimas-noticias .img-overlay-content {
	background-image: -webkit-linear-gradient(transparent,rgba(0,87,164,0.6)) !important;
	background-image: -moz-linear-gradient(transparent,rgba(0,87,164,0.6)) !important;
	background-image: linear-gradient(transparent,rgba(0,87,164,0.6)) !important;
}

.wid-ultimas-noticias .img-overlay .img-overlay-content h3 {
	padding-right: 70px !important;
}

.wid-ultimas-noticias .item-ultima-noticia h3 {
	font-size: 21px;
}

 /* CLASE MEDIO EMPRENDE*/
.wid-ultimas-noticias-header.class_medio_emprende {
	background-color:#e5c8ca !important;
}
.wid-ultimas-noticias-header.class_medio_emprende a:hover {
	color: #e5c8ca !important;
}
.wid-ultimas-noticias-header.header-big.class_medio_emprende span {
	background-color:#8c003a !important;
}
.wid-ultimas-noticias.class_medio_emprende{
	background-color: #f8eeef !important;
}

.wid-ultimas-noticias.class_medio_emprende .img-overlay-content {
	background-image: -webkit-linear-gradient(transparent,rgba(160,0,4,0.6)) !important;
	background-image: -moz-linear-gradient(transparent,rgba(160,0,4,0.6)) !important;
	background-image: linear-gradient(transparent,rgba(160,0,4,0.6)) !important;
}

.wid-ultimas-noticias.class_medio_emprende a:hover.collapser {
	background-color: #e5c8ca;
	background-color: rgba(229, 200, 202, 0.5);
}

.wid-ultimas-noticias.class_medio_emprende .btn-default {
	color: #a00004;
	background-color: transparent;
	border-color: #a00004;
}

.wid-ultimas-noticias.class_medio_emprende .btn-default:hover {
	background-color: #e5c8ca;
}

 /* CLASE SECCION GCAGRO*/
.wid-ultimas-noticias-header.class_seccion_gcagro {
	background-color:#d4bfa1 !important;
}
.wid-ultimas-noticias-header.class_seccion_gcagro a:hover {
	color: #d4bfa1 !important;
}
.wid-ultimas-noticias-header.header-big.class_seccion_gcagro span {
	background-color:#845108 !important;
}
.wid-ultimas-noticias.class_seccion_gcagro{
	background-color: #eee5db !important;
}

.wid-ultimas-noticias.class_seccion_gcagro .img-overlay-content {
	background-image: -webkit-linear-gradient(transparent,rgba(132,81,8,0.6)) !important;
	background-image: -moz-linear-gradient(transparent,rgba(132,81,8,0.6)) !important;
	background-image: linear-gradient(transparent,rgba(132,81,8,0.6)) !important;
}

.wid-ultimas-noticias.class_seccion_gcagro a:hover.collapser {
	background-color: #dccbb3;
	background-color: rgba(220, 203, 179, 0.5);
}

.wid-ultimas-noticias.class_seccion_gcagro .btn-default {
	color: #845108;
	background-color: transparent;
	border-color: #845108;
}

.wid-ultimas-noticias.class_seccion_gcagro .btn-default:hover {
	background-color: #d4bfa1;
}

 /* CLASE MEDIO TENDENCIAS*/
.wid-ultimas-noticias-header.class_medio_tendencias {
	background-color:#9d9d9d !important;
}
.wid-ultimas-noticias-header.class_medio_tendencias a:hover {
	color: #9d9d9d !important;
}
.wid-ultimas-noticias-header.header-big.class_medio_tendencias span {
	background-color:#646464 !important;
}
.wid-ultimas-noticias.class_medio_tendencias{
	background-color: #2b2b2b !important;
}

.wid-ultimas-noticias.class_medio_tendencias .img-overlay-content {
	background-image: -webkit-linear-gradient(transparent,rgba(100,100,100,0.6)) !important;
	background-image: -moz-linear-gradient(transparent,rgba(100,100,100,0.6)) !important;
	background-image: linear-gradient(transparent,rgba(100,100,100,0.6)) !important;
}

.wid-ultimas-noticias.class_medio_tendencias a:hover.collapser {
	background-color: #d1d1d1;
	background-color: rgba(209, 209, 209, 0.5);
}

.wid-ultimas-noticias.class_medio_tendencias .btn-default {
	color: #2b2b2b;
	background-color: #9d9d9d;
	border-color: #646464;
}

.wid-ultimas-noticias.class_medio_tendencias .btn-default:hover {
	background-color: #ccc;
}

 /* CLASE SECCION GCABERTO*/
.wid-ultimas-noticias-header.class_seccion_gcaberto {
	background-color:#81c48a !important;
}
.wid-ultimas-noticias-header.class_seccion_gcaberto a:hover {
	color: #81c48a !important;
}
.wid-ultimas-noticias-header.header-big.class_seccion_gcaberto span {
	background-color:#168126 !important;
}
.wid-ultimas-noticias.class_seccion_gcaberto{
	background-color: #deecdf !important;
}

.wid-ultimas-noticias.class_seccion_gcaberto .img-overlay-content {
	background-image: -webkit-linear-gradient(transparent,rgba(22,129,38,0.6)) !important;
	background-image: -moz-linear-gradient(transparent,rgba(22,129,38,0.6)) !important;
	background-image: linear-gradient(transparent,rgba(22,129,38,0.6)) !important;
}

.wid-ultimas-noticias.class_seccion_gcaberto a:hover.collapser {
	background-color: #7fc489;
	background-color: rgba(127, 196, 137, 0.5);
}

.wid-ultimas-noticias.class_seccion_gcaberto .btn-default {
	color: #168126;
	background-color: transparent;
	border-color: #168126;
}

.wid-ultimas-noticias.class_seccion_gcaberto .btn-default:hover {
	background-color: #81c48a;
}

/* END WIDGET ULTIMAS NOTICIAS */




/* OVERLAY EFFECT */
.widget .img-overlay {
	height: 160px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
}

.widget .img-overlay .img-overlay-content {
	background-color: transparent;
	background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,0.8));
	background-image: -moz-linear-gradient(transparent,rgba(0,0,0,0.8)) !important;
	background-image: linear-gradient(transparent,rgba(0,0,0,0.8));
	position: absolute;
	bottom: 0;
	left: 0;
	height: 160px;
	width: 100%;
}

.widget .img-overlay-content-fixer {
	position: relative;
	width: 100%;
	height: 100%;
}

.widget .img-overlay .img-overlay-content h3 {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 10px;
}

.widget .img-overlay .img-overlay-content a {
	color: #FFF;
	text-shadow: 2px 2px 4px #000;
	text-decoration: none;
}
.widget .img-overlay .img-overlay-content a:hover {
	color: #767676;
	text-decoration: none;
}
/* END OVERLAY EFFECT */




/* WIDGET MENU */
.navbar-custom {
	border: none;
	background-color: #0057a4;
	margin-bottom: 0px;
	
}

.navbar-custom a {
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}

.navbar-custom .navbar-brand {
	padding: 7px 15px;
}

.navbar-custom .nav>li>a:hover,
.navbar-custom .nav>li>a:focus {
	background-color: #81a4ca;
}
.navbar-custom .navbar-nav>.active>a,
.navbar-custom .navbar-nav>.active>a:focus,
.navbar-custom .navbar-nav>.active>a:hover {
	background-color: #81a4ca;
}

.navbar-custom .custom-height {
	max-height: 50px;
	overflow: hidden;
}

.navbar-custom .link-tag {
	border-left: 1px dotted #eee;
}

.navbar-custom-expand .link-tag {
	border-left: none;
}

.navbar-custom .link-tag:first-of-type {
	border-left: none;
}

.navbar-custom .link-tag a {
	background-color: #003054;
	color: #eee;
	font-weight: normal;
    font-size: 12px;
}

.navbar-custom .link-tag .glyphicon {
	margin-right: 3px;
}

.navbar-breadcrumb {
	border-color: #81a4ca;
	background-color: #81a4ca;
	border-radius: 0;
	margin-bottom: 0px;
}

.navbar-custom .navbar-header,
.navbar-breadcrumb .navbar-header {
	width: 100%;
}

.navbar-breadcrumb .navbar-text {
	color: #fff;
	font-size: 18px;
}

.navbar-custom .navbar-data-right, 
.navbar-breadcrumb .navbar-data-right {
	float: right;
}

.navbar-custom-expand {
	background-color: #81a4ca;
	abackground-color: #0057a4;
	padding-bottom: 15px;
	border-bottom: 15px solid #0057a4;
}

.navbar-custom-expand .navbar-text {
	color: #fff;
	font-family: "Gill Sans","Gill Sans MT",Arial,sans-serif;
	font-weight: 400;
}

.navbar-custom-expand .navbar-nav {
	width: 100%;
}

.navbar-custom-expand .nav>li>a:hover,
.navbar-custom-expand .nav>li>a:focus {
	background-color: #0057a4;
}
.navbar-custom-expand .navbar-nav>.active>a,
.navbar-custom-expand .navbar-nav>.active>a:focus,
.navbar-custom-expand .navbar-nav>.active>a:hover {
	background-color: #0057a4;
}

#navbar-search .navbar-form {
	max-width: 180px !important;
	padding: 0;
	margin-bottom: 0;
}

#navbar-search .navbar-form .form-group {
	margin-bottom: 0;
}

.nav > li > a {
        padding-left: 14px; 
        padding-right: 14px;
}

/* END WIDGET MENU */

/* FOOTER */
.pseudojumbotron.footer {
	background: #0057a4;
}
.footer {
	color: #fff;
	padding: 10px 0;
}

.footer .links-sociales {
	max-width: 200px;
	margin: 5px auto;
}

.footer .copyright {
	margin-top: 5px;
}

.footer .links-sociales img {
	width: 100%;
}

.footer a.footer-item {
	display: block;
	line-height: 20px;
	padding: 15px;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
}
.footer a.footer-item:hover {
	background-color: #81a4ca;
	text-decoration: none;
}

.footer .logo-dinahosting {
	margin:auto;
	max-width: 200px;
}
/* END FOOTER */


/* NOTICIAS*/

h1.titular{
    font-family: Martel, Georgia, serif;
    font-size: 40px;
    font-weight: 900;
    line-height: 110%;
    text-shadow: 1px 1px 2px #D9D9D9;
}

h4.entradilla{
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 130%;
}

div.corpo{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
}

div.corpo .wid-bloque-imaxe .pie{
    font-size: 0.65em;
}

blockquote{
    background-color: #F0F0F0;
    color: #0057A4;
    border-left-color: #ABC;
    font-weight: 700;
}

.col-xs-12.corpo.axencias{
    font-family: Courier, 'Courier New', monospaced;
}

.wid-full-noticia-header.header.gcplus {
	background-color: #e3b033;
	color: #333333;
}
.wid-full-noticia-header.header-big.gcplus span {
	background-color:#191919;
	color:#e3b033;
}
.wid-full-noticia-header.header.gcaberto {
	background-color: #81c48a;
}
.wid-full-noticia-header.header-big.gcaberto span {
	background-color:#168126;
}

.wid-full-noticia .titular {
	color: #004a89;
	margin-top: 10px;
}

.wid-full-noticia .entradilla {
	color: #797979;
	margin-top: 10px;
}

.wid-full-noticia .corpo img {
	max-width: 100%;
}

.wid-full-noticia .autor {
	color: #7fa2c8;
	font-size: 14px;
	border-bottom: 1px solid #7fa2c8;
}

.wid-full-noticia .cintillo a {
	font-weight: bold;
	color: #245269;
}

.wid-full-noticia .navegador {
	font-size: 12px;
	margin-right: 10px;
}

.wid-full-noticia .imaxe-autor{
	height: 96px;
	float: left;
	margin-right: 10px;
}

.wid-gustouche {
	text-align: center;
}

.wid-bloque-comentarios .panel-default>.panel-heading .badge {
	background-color: #0057a4;
	font-size: 115%;
}

.wid-bloque-comentarios .panel-title {
	margin-bottom: -5px;
}
.wid-bloque-comentarios .comment-actions {
	margin-top: -5px;
}
.wid-bloque-comentarios .comment-actions .comment-actions-text {
	white-space: nowrap;
	margin-top: 5px;
	display: inline-block;	
}
.wid-bloque-comentarios .well.respostas {
	background-color: #81a4ca;
	margin-top: 10px;
	margin-bottom: 0px;
}

.wid-bloque-comentarios .well.respostas .panel:last-child {
	margin-bottom: 0;
}

.wid-standard.wid-full-noticia.teletipo .autor strong{
    color: #C00;
}

.wid-standard.wid-full-noticia.teletipo div#nota-editorial{
    font-size: 1.5em;
    border-bottom: 1px solid #7fa2c8;
    padding-bottom: 15px;
}

a.keywordtag-link{
    display: inline-block;
    background-color: #0057a4;
    color: #fff;
    border: 1px solid #0057a4;
    padding: 1px 5px 1px 5px;
    margin: 0 2px 5px 0;
    border-radius: 3px;
}

a.keywordtag-link:hover{
    background-color: #dae7f1;
    color: #0057a4;
}

/* END NOTICIAS*/


/* SECCIONS ESPECIAIS */

div.widget > div.xerais19, div.widget > div.xerais19 > a > span{
    background-color: #ee0000;
}

/* BUSCAR */
div#buscar-resultados table td{
    white-space: normal;
}

/* MEDIA QUERY DEVICES < 340PX */ 
@media only screen and (max-width: 339px){
  .container-fluid {
	padding-left: 5px;
	padding-right: 5px;
  }
  .row {
	margin-left: -5px;
	margin-right: -5px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4,
  .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8,
  .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 5px;
    padding-right: 5px;
 }
 .widget {
 	min-width: 310px;
 	box-shadow: none;
 }
 .wid-standard {
    padding: 5px;
 }
 .wid-standard.collapsable a.collapser {
	margin: 0 5px;
  }
  .widget .actions {
	padding-top: 5px;
  }
}
/* END MEDIA QUERY DEVICES < 360PX */
@media only screen and (max-width: 359px){
  .widget .widget {
	min-width: 300px;
  }
  .widget .widget .header {
  }
  .widget .widget .wid-standard {
	padding: 0;
  }
}
/* END MEDIA QUERY DEVICES < 400PX */
@media only screen and (max-width: 399px){
  h1.titular{
        font-size:28px;
  }
  a.keywordtag-link{
        font-size: 12px;
  }
  .wid-noticia-destacada.principal .titulo a{
        font-weight: 400;
        font-size: 0.8em;
        line-height: 0.8em;
  }
}


/* ANIMACION SALVATORE */ 
.sk-cube-grid {
  width: 100px;
  height: 100px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 30px;
  height: 30px;
  margin: 1px;
  box-shadow: 0 1px 3px rgba(0,0,0,.25);
  background-color: #fff;
  amargin: 1px;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; 
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1); 
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  } 
}

/* END ANIMACION SALVATORE */
