/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}

a.con-fondo {
  background-position: right center;
  color: #333333;
}

a.con-fondo:hover {
  color: #111111;
}

.noticia_contenido {
    text-align: justify;
    padding-right: 20px;
    font-size: 15px;
}

@media screen and (max-width: 1400px) {
    .noticia-portada {
        width:50%;
    }
}
@media screen and (max-width: 767px) {
    .noticia-portada {
        width:100%;
    }
}

.float-left {
    float:left;
}

.float-right {
    float:right;
}

.blog-info, .blog-tags {
    width: auto;
}

.blog-img  img{
    width: 100%;
}

.noticia_ver .heading {
    font-size: 35px;
    text-align: left;
    line-height: 41px;
}

.noticia_ver .blog-post-tags img {
    width:100%;
}

.noticia_ver .noticias_relacionadas .headline {
    font-size: 21px;
    margin-bottom:10px;
}

.noticia_ver .noticias_relacionadas .raya_verde {
    height: 3px;
    background-color: #72c02c; 
    border-radius: 22px;
}

.margin-top-30 {
    margin-top:30px;
}

.noticia_ver .noticias_relacionadas .titulo {
    font-size: 13px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.noticia_ver .noticias_relacionadas .resumen {
    line-height: 20px;
    font-size: 12px;
}

.width_100perc {
    width:100%;
}

.calendar {
	z-index: 10;
}

.div_noticia_relacionada {
    overflow-y:hidden;
}

.headline h2 {
    font-size: 28px;
    font-weight: bolder;
    color:#111111;
}

.display-none {
    display:none!important;
}

@font-face {
    font-family: Frutiger;
    src: url('../../fonts/Frutiger.ttf');
}

/* ============================================================================ */
/*  ADBLOCK ADVERTISEMENTE
/* ============================================================================ */

#adblock_advisement {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999999;
}
#adblock_advisement_message {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 10% auto;
    background-color: #7BAF40;
}
#adblock_advisement_message p {
    padding: 10px;
    color: #fff;
    text-align: center;
    font-family: "Frutiger";
    font-size: 20pt;
}
@media(max-width: 420px) {
    #adblock_advisement_message {
        width: 80%;
    }
}