.small-gutters {
  margin-right: 5px;
  margin-left: 5px;}

.small-gutters > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;}

.medium-gutters {
  margin-right: -10px;
  margin-left: -10px;}

.medium-gutters > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;}

.large-gutters {
  margin-right: -45px;
  margin-left: -45px;}

.large-gutters > [class*="col-"] {
  padding-right: 45px;
  padding-left: 45px;}

.dest1 h4, .dest2 h4, .dest1 h1, .dest2 h1  {

text-transform:uppercase !important;}

h4  a {
color:#fff;}
h1  a {
color:#fff;}

.modal-title {
    font-size: 18px;
}
p {
    margin: 0 0 10px;
    clear:both;
}

.nav > li > a {
    display:inline-block;
}
#collapsedestacado {
position:absolute;
background-color: #ff7000; 
z-index:1; 
padding:0px;
margin-right: 30px;
box-shadow: 0px 5px 0px rgba(0,0,0,0.5);
  -webkit-box-shadow: 0px 5px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 5px 0px rgba(0,0,0,0.5);
}

#collapsedestacado ul{
background-color:#fff;
padding:0px;
margin:0px;
}

a {
	color: #f77002;
	text-decoration:none;
    cursor: pointer;}

a:hover {
    text-decoration:  underline;}

.mt-10 {  margin-top: 10px;}
.mt-15 {  margin-top: 15px;}
.mt-20 {  margin-top: 20px;}
.mt-25 {  margin-top: 25px;}
.mt-30 {  margin-top: 30px;}
.mt-35 {  margin-top: 35px;}
.mt-40 {  margin-top: 40px;}
.mt-50 {  margin-top: 50px;}
.mt-60 {  margin-top: 60px;}
.mt-70 {  margin-top: 70px;}
.mt-80 {  margin-top: 80px;}
.mt-100 {  margin-top: 100px;}
.mt-120 {  margin-top: 120px;}
.mt-150 {  margin-top: 150px;}
.ml-0 {  margin-left: 0 !important;}
.ml-5 {  margin-left: 5px !important;}
.ml-10 {  margin-left: 10px;}
.ml-15 {  margin-left: 15px;}
.ml-20 { margin-left: 20px;}
.ml-30 {  margin-left: 30px;}
.ml-50 {  margin-left: 50px;}
.mr-0 { margin-right: 0 !important;}
.mr-5 { margin-right: 5px !important;}
.mr-15 {  margin-right: 15px;}
.mr-10 {  margin-right: 10px;}
.mr-20 {  margin-right: 20px;}
.mr-30 {  margin-right: 30px;}
.mr-50 {  margin-right: 50px;}
.mb-0 {  margin-bottom: 0px;}
.mb-0-i {  margin-bottom: 0px !important;}
.mb-5 {  margin-bottom: 5px;}
.mb-10 {  margin-bottom: 10px;}
.mb-15 {  margin-bottom: 15px;}
.mb-20 {  margin-bottom: 20px;}
.mb-25 {  margin-bottom: 25px;}
.mb-30 {  margin-bottom: 30px;}
.mb-40 {  margin-bottom: 40px;}
.mb-50 {  margin-bottom: 50px;}
.mb-60 {  margin-bottom: 60px;}
.mb-70 { margin-bottom: 70px;}
.mb-80 {  margin-bottom: 80px;}
.mb-90 {  margin-bottom: 90px;}
.mb-100 {  margin-bottom: 100px;}

.float-left {  float: left;}
.float-right {  float: right;}
.text-italic {  font-style: italic;}
.text-black {  color: #000;}
.transition {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;}

.section-full {  padding: 100px 0;}
.section-half {  padding: 75px 0;}
.text-center {  text-align: center;}
.text-left {  text-align: left;}
.text-rigth {  text-align: right;}
.display-table {  display: table;}
.light {  color: #fff;}
.dark {  color: #222;}
.relative {  position: relative;}
.overflow-hidden {  overflow: hidden;}
.overlay { 
	position: absolute;
  	left: 0;
	right: 0;
	top: 0;
	bottom: 0;}

.container.fullwidth {
  width: 100%;}

.container.no-padding {
  padding-left: 0;
  padding-right: 0;}

.no-padding {
  padding: 0;}

.section-bg {
  background: #f9fafc;}

.row.no-margin {
  margin-left: 0;
  margin-right: 0;}

header {
  background:#FAFAFA;}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.9);
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.nav-menu ul li:last-child {
  border-bottom: none;
}
.noborder{
  border: none !important;}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  margin: 0;
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 0px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu > li {
  margin-left: 20px;
}

.nav-menu ul {
  margin: 20px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 12px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #f6214b;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
.menu-title {
  color: #fff;
  margin-left: 10px;
  font-weight: 100;
}



/* =================================== */
/*  Homepage Styles
/* =================================== */
body {
    font-size:12px;
    margin-bottom:0px;
    font-family: Verdana, Geneva, sans-serif;
    background:#f4f4f4;
}

.section-gap {
 /*padding: 120px 0;*/
}

.alert-msg {
  color: #008000;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-title {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

.section-title h1 {
  margin-bottom: 10px;
}

.site-main-container {
  background: #ecf0f1;
}

/*-------- Start top-post Style -------------*/

.top-post-area .top-post-left .feature-image-thumb {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

.top-post-area .top-post-left .feature-image-thumb .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
}

.top-post-area .top-post-left .feature-image-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-post-area .top-post-left:hover .feature-image-thumb img {
  transform: scale(1.045);
}

.top-post-area .top-post-left .top-post-details {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
 .top-post-details .tags{
	position:absolute;
	right:0px;
	bottom:0px;
   margin: 0px;}



.top-post-area .top-post-left .top-post-details .tags li {
  display: inline-block;
  color: #fff;
  padding: 4px ;
	font-size:3em;
  font-weight: 300;
bottom:12px;

}

.top-post-area .top-post-left .top-post-details .tags li a {
  color: #fff;}

.top-post-area .top-post-left .top-post-details h3 {
  color: #fff;
	text-align:center;
  margin: 20px 0px;}

.top-post-area .top-post-left .top-post-details .meta li {
  display: inline-block;
  color: #fff;
  margin-right: 10px;
  font-weight: 300;
  font-size: 12px;}

.top-post-area .top-post-left .top-post-details .meta li .lnr {
  margin-right: 10px;
  font-weight: 700;}

.top-post-area .top-post-left .top-post-details .meta li a, .top-post-area .top-post-left .top-post-details .meta li .lnr {
  color: #fff;}

.top-post-area .top-post-right .single-top-post {
  position: relative;}
.destacado{
    text-decoration:underline;}
.dest1 {
	background-color:#ff7000;}
.dest2 {
	min-height:105px;
	background-color:#ffad00;}
.dest3 {
	min-height:60px;
	background-color:#999;}

.top-post-area .top-post-right .single-top-post .feature-image-thumb {
  overflow: hidden;}

.top-post-area .top-post-right .single-top-post .feature-image-thumb img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.top-post-area .top-post-right .single-top-post:hover .feature-image-thumb img {
  transform: scale(1.2);
}

.top-post-area .top-post-right .single-top-post .top-post-details {
	font-size:0.80em;
  position: absolute;
	top:12px;
  	left: 3%;
	right: 3%;
	width:94%;
	min-height: 110px;
}
/* flecha  -> */
.top-post-area .top-post-right .single-top-post .top-post-details .tags li { 
	float:right;
  display: inline-block;
  background:none;
  color: #fff;
  padding: 0px;
  font-weight: 300;
	font-size:30px;
	bottom:12px;
}

.top-post-area .top-post-right .single-top-post .top-post-details .tags li a {
  color: #fff;}

.top-post-area .top-post-right .single-top-post .top-post-details h4 {
font-family:"Century Gothic";
text-transform:capitalize;
 font-size: 20px;
font-weight:bold;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;}
.top-post-area .top-post-right .single-top-post .top-post-details h1 {
font-family:"Century Gothic";
text-transform:capitalize;
 font-size: 20px;
font-weight:bold;
  color: #fff;
  margin-top: 5px;
  margin-bottom: 10px;}
.top-post-area .top-post-right .single-top-post .top-post-details .meta li {
float:left;
width:100%;
 font-size: 12px;
  display: inline-block;
  color: #fff;
  margin:0px ;  
padding: 2px 5px;
/*border-bottom:#ff8526 solid 1px;*/}
.top-post-area .top-post-right .single-top-post .top-post-details p.meta  {
float:left;
/*width:80%;*/
 font-size: 13px;
  display: inline-block;
  color: #fff;
  margin-right: 35px;  }

.top-post-area .top-post-right .single-top-post .top-post-details .meta li .lnr {
  margin-right: 10px;
  font-weight: 700;}

.top-post-area .top-post-right .single-top-post .top-post-details .meta li a, .top-post-area .top-post-right .single-top-post .top-post-details .meta li .lnr {
  color: #fff;}

.top-post-area .news-tracker-wrap {
  margin-top: 10px;
  padding: 12px 15px;
  background: #fff;}

.top-post-area .news-tracker-wrap h6 {
  font-weight: 500;}

.top-post-area .news-tracker-wrap h6 span {
  color: #f6214b;}

.top-post-area .news-tracker-wrap a {
  color: #222;}

/*-------- End top-post Style -------------*/

.ad-widget-wrap {
  background: #fff !important;
}

.ad-widget-wrap img {
  padding: 25px 0px;
}

.load-more {
  text-align: center;
  margin-top: 30px;
}

.load-more .primary-btn {
  background: #ecf0f1;
  color: #222;
}

.load-more .primary-btn:hover {
  color: #fff;
  background: #f6214b;
}




@media (max-width: 991px) {
.list-inline>li {
    display: block;}

}


div.thumbnail_container {
  width: 100%;
  position: relative;
}

div.thumbnail_container img {
  width: 100%;
}

div.thumbnail_container .overlay-bg {
  background: rgba(0, 0, 0, 0.4);
}

.bgfoot{
	 background: #e6e6e6;
	 padding: 10px 20px;
margin-bottom:20px;}

.footer-area .single-footer-widget h4 {
  color: #676767;
}

.footer-area .single-footer-widget ul li {
  margin: 1px 0px;
  /*font-size:0.9em;*/}

.footer-area .single-footer-widget ul li a {
  color:#666;}
.footer-area .single-footer-widget ul li a:hover {
  color: #333;}


#login-dp{
    min-width: 250px !important;
    padding: 5px 30px;
    overflow:hidden;
    background-color:#fff;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    float: left;   
    /*font-size: 13px;*/
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.navbar-nav  {
	color:#666 !important;
   border-color:transparent; 
}
.bggris{
background-color:#e6e6e6;}
.navbar-nav  a ,  .navbar-nav  a:visited, ,  .navbar-nav  a:link{
background-color:#f4f4f4;
color:#666 !important;
}



#usermenu {
background-color:#fff;
padding:10px 30px;
min-width:400px !important;

}
#usermenu li a{
    text-transform:uppercase;
    color:#333;
}

.navbar-right {
	text-align:right;
    margin-right: 0px;
}
.navbar-default {
border:0px !important;
font-size:0.9em;
}
#navbar {
    margin-right: 40px;
}




.navbar-default .navbar-toggle{
background-color:#fff;}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size:inherit;
    border-left: 5px solid #f4f4f4;}


.navbar {
	min-height:25px;
	margin-bottom: 0px;
	border-radius: 0px; }

.fondorayado  {
	background-image:url(../img/fondolinea.gif); }

.navbar-nav li a {
/*    padding-top: 2px;
    padding-bottom: 2px; */

}

.date {
}

#cab2{
	background-color:#fff;
	padding:  1px 10px;}

.navbar-nav>li>.dropdown-menu a{
	background-color:#fff;}
#cab3 .container {
	background-color:#fff;
border-bottom:1px solid #f4f4f4;
	padding-bottom:5px;}

.marginpadding0{
	margin:0;
	padding:0;}

.bgwhite {
	background-color:#fff;}

.top-post-details-h1 {
   position: absolute;
   right: 10px;
	bottom:0%;
	left: 60%;
   z-index: 10;
   text-shadow:none;}

.top-post-details-h1 h1{
	border-radius: 15px;
    color:#fff;
	font-family:"Century Gothic";
	background-color: rgba(52, 81, 143, 0.7);
   padding: 10px 15px;
	font-size:16px;}


.breadcrumb {
	border-top:#f4f4f4 1px solid;
	border-bottom:#f4f4f4 1px solid;
	padding:2px 10px;
   background-color: #fff;
	margin-bottom: 0px;
	min-height:23px;}
.breadcrumb .avisos:before {
	color:#fff;
    padding: 0px;
    content:"";}
.nomusuario {
	float:right;
	margin-right:10px;
	border-radius: 5px;
	padding: 0 10px ;
	background-color:#ff7000;
	color:#fff;}
.breadcrumb .nomusuario:before {
    padding: 0px;
    content:"";}
/*Botón ir arriba cuando está activo el scroll*/
    .back-to-top {
        cursor: pointer;
        position: fixed;
        bottom: 20px;
        right: 20px;
        display:none;}
    .btn-sec2 {
       color: #fff;
	   background-color: rgba(0, 0, 0, 0.3);}
.label-info, .label-info:hover{
  font-size:12px;
  padding:6px 10px;
 
  background-color:#5bc0de;}

.label-danger {
        font-size:100%;
            padding:.1em .6em .2em;
            font-weight:100;
}
.label {

}
.popover {
min-width:300px;}

.popover.bottom>.arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    border-top-width: 0;
    border-bottom-color: #5bc0de;
}
.popover.bottom>.arrow {
    top: -9px;
   
}
.popover-title {
color:#fff;
font-weight:bold;
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color:#5bc0de;
    border-radius: 5px 5px 0 0;}
.white{
	color:#fff;}
.white:hover, .white:hover, .white:link, .white:visited, .white:active{
	color:#fff;
	text-decoration:none ;}
.redondeado{
border-radius: 10px;}
.redondeoinferior {
border-bottom-right-radius:10px;
border-bottom-left-radius:10px;}
.xxl{
    font-size:3em;}
.xl{
    font-size:2em;}
.xs{font-size:0.8em}
#nombreusuario {
}
.img-thumbnail {
  
    border-radius: 8px !important;

}
.footer-area{
    font-size:12px;
    
}

/* ajustes master/inicio */
#contenido_nf {
    margin: 0px 0px 10px 0px;
    padding: 0px 10px;
}
.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;

}
#tbreloj {
    margin: 0px 50px 0px 0px;
}
#cabecera_nf #contenidocab_nf #contenidocab4_nf {
    border-left: none;
    margin: 0 10px 0 10px;
    padding: 0;
    
}
.list-inline > li {
margin: 0px;
padding:0px;
}
.nav > li {
margin:2px 5px;}
.navbar-nav>li>a {
    padding: 2px 5px 2px 5px;
}
.avisosistema {
    margin-top:9px !important;
}
.btn-sec-inverted:hover, .btn-sec-inverted:link, .btn-sec-inverted::after {
    color: #fff;
    background-color: #F77002;
    border-top-color: #F77002;
    border-right-color: #F77002;
    border-bottom-color: #F77002;
    border-left-color: #F77002;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
     color: #fff;
    background-color: #F77002;
    border-top-color: #F77002;
    border-right-color: #F77002;
    border-bottom-color: #F77002;
    border-left-color: #F77002;
}
.nav > li > a:focus, .nav > li > a:hover {
   color: #fff;
    background-color: #F77002;
    border-top-color: #F77002;
    border-right-color: #F77002;
    border-bottom-color: #F77002;
    border-left-color: #F77002;}
.paddingbottom10 {
padding-bottom:10px;}


@media (max-width: 991px) {
    #usermenu {
    padding: 10px;
    min-width: initial !important;
    
}
    .nav > li {
    /*margin: 20px 5px;*/
}
    #logominhac{
        display:none;}
    #tbreloj {
        margin: 0px 10px 0px 0px;}
	#logosec, #ctl00_Contenido_logosec {
	    width:300px;
	    height:38px;}
    #mobile-nav-toggle {
        display: inline;}
    #nav-menu-container {
        display: none;}
    .top-post-area .top-post-left {
        margin-bottom: 10px;}
    .footer-area .footer-bottom .footer-social {
        text-align: left;
        margin-top: 30px;}
    .latest-post-area .latest-post-wrap .single-latest-post .post-right h4 {
        max-width: 100% !important;}
    .latest-post-area .latest-post-wrap .single-latest-post .post-right {
        margin: 20px 0px;}
    .footer-area .single-footer-widget {
        margin-bottom: 0px;}}

@media (max-width: 767px) {
    #tbreloj {
        margin: 0px 10px 0px 0px;}
    #logosec, #ctl00_Contenido_logosec {
	    width:300px;
    	height:38px;}
    .logo-wrap .ads-banner {
        margin-top: 30px;}
    .top-post-area .top-post-left .top-post-details h3 {
        font-size: 14px;
        margin-bottom: 5px;
        margin-top: 5px;}
    .top-post-area .top-post-right .single-top-post .top-post-details h4 {
        font-size: 18px;
        margin-top: 3px;
        margin-bottom: 3px;}
	.top-post-details .tags{
		bottom:10px !important;}
	.top-post-area .top-post-right .single-top-post .top-post-details .meta li {
		padding: 2px !important;
   	    /*font-size: 9px;*/  }}


@media (max-width: 414px) {
     
    .top-post-area .to .header-top {
        padding: 15px;  }
    .logo-wrap {
        padding: 15px;  }
    .main-menu {
        margin: 0px 15px;
        width: auto !important;  }
    .latest-post-area .container {
        padding: 0px 0px !important;  }
	#logosec, #ctl00_Contenido_logosec {
	    width:300px;
	    height:38px;}
	.top-post-area .top-post-left .top-post-details .meta li {
   	    /*font-size: 9px;*/  }
	.top-post-area .top-post-right .single-top-post .top-post-details .meta li {
        padding: 2px !important;
   	    /*font-size: 9px;*/  }
	.top-post-details .tags{
		bottom:10px  !important;}
    .top-post-area .top-post-right .single-top-post .top-post-details h4 {
        font-size: 18px;
        margin-top: 3px;
        margin-bottom: 3px;}
    .top-post-details-h1 {
        right: 5%  !important;
    	left: 5%  !important;
	    top:0px !important;}
    .top-post-details-h1 h1{
	    border-radius: 10px  !important;
    	padding: 10px !important;
	    font-size:14px !important; }}

.mayusculas {
  text-transform:uppercase;}

#collapseenlaces {
font-size:0.9em;}


@media (max-width: 1200px) and (min-width:992px) {
     .top-post-area .top-post-right .single-top-post .top-post-details h4 {
        font-size:18px;
        margin-bottom:5px;
    }
          .top-post-area .top-post-right .single-top-post .top-post-details h1 {
        font-size:18px;
        margin-bottom:5px;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details p.meta{
        font-size:11px;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details .meta li{
    font-size:11px;
    }
    .texto_regular{
        font-size:11px;
    }
    .xxl{
        font-size:2.4em;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details{
        min-height:90px;
    }
    .footer-area .single-footer-widget ul li{
        font-size:11px;
    }
}

@media (max-width: 992px) and (min-width: 576px) {

 .nav > li {
        margin:10px 5px;
    }
        .top-post-area .top-post-right .single-top-post .top-post-details h4 {
        font-size:30px;
        margin-bottom:30px;
    }
                .top-post-area .top-post-right .single-top-post .top-post-details h1 {
        font-size:30px;
        margin-bottom:30px;
    }

    .top-post-area .top-post-right .single-top-post .top-post-details p.meta{
        font-size:16px;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details .meta li{
    font-size:16px;
    }
    .texto_regular{
        font-size:16px;
    }
    .xxl{
        font-size:5em;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details{
        min-height:90px;
    }
    .footer-area .single-footer-widget ul li{
        font-size:12px;
    }
}
@media (max-width: 576px) and (min-width: 100px) {
    .top-post-details-h1{
        left:10px;
    }
    .nav > li {
        margin:10px 5px;
    }
    
    .top-post-area .top-post-right .single-top-post .top-post-details h4 {
        margin-bottom:0px;
        margin-top: 0px;
    }
    .top-post-area .top-post-right .single-top-post .top-post-details h1 {
        margin-bottom:0px;
        margin-top: 0px;
    }
    p {
        margin:0px;
    }

}