/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  padding: 0;
  font-family: Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
main { display: block; }
h1 { font-size: 2em; margin: 0.67em 0; }
hr { box-sizing: content-box;height: 0;overflow: visible; }
pre { font-family: monospace, monospace;font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none;text-decoration: underline;text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace;font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%;line-height: 0;position: relative;vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button,input,optgroup,select,textarea { font-family: inherit;font-size: 100%;line-height: 1.15;margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, 
[type="button"],
[type="reset"],
[type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: 0.35em 0.75em 0.625em; }
legend {
  box-sizing: border-box;color: inherit;display: table;max-width: 100%;padding: 0;white-space: normal;
}
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }

h1, h2, h3, h4, h5, h6 {
   padding: 0;
   line-height: 110%;
   margin: 0;
}

/*
.col     Extra Pequeño (Extra Small) - Móvil Vertical    <576px
.col-sm  Pequeño (Small) - Móvil Vertical                =>576px y <768px
.col-md  Mediano (Medium) - Tablets                      =>768px y <992px
.col-lg  Largo (Large) - Computadoras                    =>992px y <1200px
.col-xl  Extra Largo (Extra Large) - Computadoras        =>1200px
*/

/*
|------------------------------------------------
| GENERALES
|------------------------------------------------
*/
ul { list-style-type: none; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:focus { outline: none; }

h2 { margin: 0;padding: 0;line-height: 100%; }
p { margin-bottom: 20px;margin-top: 0; }
a { text-decoration: none; }

/*
|------------------------------------------------
| CONTAINER
|------------------------------------------------
*/
.container {
   width: 100%;
   padding: 0;
   margin: 0 auto;
}

/* MOVIL */
@media (min-width: 576px) {
   .container {
      max-width: 540px;
   }
}

/* TABLETS */
@media (min-width: 768px) {
   .container {
      max-width: 90%; /*720px;*/
   }
}

/* DESKTOP */
@media (min-width: 992px) {
   .container {
      max-width: 1000px;
   }
}

@media (min-width: 1200px) {
   .container {
      /*max-width: 1140px;*/
   }
}

.container-full { 
   width: 100%;
   padding-right: 15px;
   padding-left: 15px;
   margin-right: auto;
   margin-left: auto;
}

/*
|------------------------------------------------
| ROW
|------------------------------------------------
*/
.row {
   width: 100%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   margin-bottom: 20px;
}

.row-card {
   width: 95%;
   margin: 0 auto;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
   margin-bottom: 20px;
}

/*
|------------------------------------------------
| COLUMNAS
|------------------------------------------------
*/
.col-main {
   width: 95%;
   margin: 0 auto;
   padding: 0 0 0 0;
}

.col-side {
   width: 95%;
   min-width: 95%;
   margin: 0 auto;
   /*border: 1px solid #e0e0e0;*/
   /*background-color: #fff;*/
}

.spc20 {
   width: 100%;
   min-width: 100%;
   height: 20px;
}

/*
|------------------------------------------------
| GENERALES
|------------------------------------------------
*/
.pr-0 { margin-right: 0; }


/*
|================================================
| TEMA ZONA DE STRIKE
|================================================
*/
body {
   background-color: #000;
}

/*
|------------------------------------------------
| LOGO
|------------------------------------------------
*/
.logo,
.logo-wrap {
   display: none;
}

/*
|----------------------------
| NAVBAR
|----------------------------
*/
.navbar {
   width: 100%;
   padding: 0;
   margin: 0;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: row;
   flex-wrap: row;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

.hnav,
.hnav-index {
   height: 45px;
}

.navbar > .container {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: row;
   flex-wrap: row;
   -ms-flex-align: center;
   align-items: center;
   -ms-flex-pack: justify;
   justify-content: space-between;
}

/*** MENU MOVIL ***/
#menuToggle label {
   position: relative;
   width: 30px;
   top: 4px;
   left: -0.4rem;
   font-size: 20px;
   color: white;
   cursor: pointer;
   z-index: 10;
}

#check {
   display: none;
}

#check:checked ~ .menu{
   width: 295px;
}

.menu {
   position: absolute;
   top: 73px;
   left: 0px;
   width: 0px;
   height: 100vh;
   background: #000;
   transition: all 500ms cubic-bezier(0,0,0,1);
   transition-timing-function: cubic-bezier(0,0,0,1);
   overflow: hidden;
   z-index: 1000;
}
.menu ul {
   margin-top: 0;
}
.menu li {
   margin-left: -40px;
   list-style: none;
   padding: 10px;
   color: white;
   cursor: pointer;
   transition: all 300ms;
   display: block;
   width: 290px;
   border-bottom: 1px solid rgba(255,255,255,0.15);
}

.menu li:hover {
   background: #1e1f21;
}

.menu li a {
   text-decoration: none;
   color: #fff;
   margin-left: 10px;
   letter-spacing: 0.8px;
}

/*
|------------------------------------------------
| MENU HORIZONTAL
|------------------------------------------------
*/
.mnu-hor,
.mnu-hor a {
   display: none;
}

/*
|------------------------------------------------
| NOTICIA PRINCIPAL
|------------------------------------------------
*/
.not-ppal {
   width: 100%;
   margin: 0 auto;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   background-color: grey;
}

.not-ppal img {
   width: 100%;
   height: auto;
}

.not-ppal-title {
   width: 100%;
   position: absolute;
   padding: 9px 18px;
   left: 0;
   bottom: 0;
   /*background-color: rgba(0,0,0,0.4);*/
   z-index: 600;
   text-shadow: 1px 1px #000;
   background:rgba(0,0,0,0.6);
   background: rgba(0,0,0,0.0);
   background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.9)));
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#000000', GradientType=0 );
}

.not-ppal-title h1 {
   font-family: 'Fira Sans', sans-serif, 'Roboto';
   font-size: 24px;
}

.not-ppal-title p {
   font-size: 15px;
   color: #fff;
   font-weight: 400;
   padding: 0;
   margin: 3px 0 0 0;
   line-height: 120%;
}

.not-ppal-title a {
   text-decoration: none;
   color: #fff;
   font-weight: 500;
   font-family: 'Fira Sans', sans-serif, 'Roboto';
   letter-spacing: 0.25px;
   margin-bottom: 5px;
   line-height: 130%;
}

/*
|------------------------------------------------
| NOTICIAS SECUNDARIAS
|------------------------------------------------
*/
.notsec {
   width: 95%;
   margin: 0 auto;
   min-width: 25%;
   position: relative;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
}

.notsec img {
   width: 100%;
   height: auto;
}

.notsec-title {
   width: 100%;
   position: absolute;
   padding: 9px 18px;
   left: 0;
   bottom: 0;
   /*background-color: rgba(0,0,0,0.4);*/
   z-index: 600;
   text-shadow: 1px 1px #000;
   background:rgba(0,0,0,0.6);
   background: rgba(0,0,0,0.0);
   background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.9)));
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#000000', GradientType=0 );
}

.notsec-title h1 {
   font-family: 'Fira Sans', sans-serif;
   font-size: 17px;
   letter-spacing: 0.3px;
   line-height: 17px;
}

.notsec-title p {
   font-size: 15px;
   color: #fff;
   font-weight: 400;
   padding: 0;
   margin: 3px 0 0 0;
   line-height: 120%;
}

.notsec-title a {
   text-decoration: none;
   color: #fff;
   font-weight: 500;
   font-family: font-family: 'Fira Sans', sans-serif, 'Roboto';
   letter-spacing: 0.25px;
   margin-bottom: 5px;
   line-height: 130%;
}

/*
|------------------------------------------------
| TITULARES
|------------------------------------------------
*/
.titulares-head {
   width: 100%;
   height: 54px;
   padding: 16px;
   margin-top: 27px;
   background-color: #1e1f21;
   opacity: 0.65;
   font-family: Roboto;
   font-weight: 700;
   font-size: 16px;
   letter-spacing: 2px;
   color: #f9f9f9;
   border-radius: 4px 4px 0 0;
}

.titulares-body {
   padding: 5px 20px 10px 0;
   background-color: #393c42;
   color: #f9f9f9;
   cursor: pointer;
}

.titulares-body ul {
   list-style-type: disc;
}
.titulares-body li {
   display: list-item;
   margin-left: -5px;
}

.titulares-li {
   color: #0078fd;
   font-family: Roboto;
   font-size: 13px;
   font-weight: 400;
   line-height: 1.83;
   letter-spacing: 0.3px;
   margin-bottom: 8px;
   text-align: left;
}

.titulares-li a {
   color: #f9f9f9;
   font-family: Roboto;
   font-size: 14px;
   font-weight: 400;
   line-height: 1.83;
   letter-spacing: 0.3px;
   margin-bottom: 8px;
   text-align: left;
}

.titulares-li a:hover {
   color: #ffbf00;
}

/*
|------------------------------------------------
| BANNER DERECHA
|------------------------------------------------
*/
.bnr-der {
   width: 100%;
   margin-top: 0px;
}
.bnr-der img {
   width: 100%;
   height: auto;
}

/*
|------------------------------------------------
| NOTICIA
|------------------------------------------------
*/
.nota-img {
   width: 100%;
   margin: 0 auto;
}

.nota-title {
   width: 100%;
   font-family: 'ProximaNovaBold','Roboto', 'nova', Arial, Times New Roman, sans-serif;
   font-size: 40px;
   font-weight: bold;
   color: #000000;
   line-height: 100%;
}

.nota-body {
   width: 100%;
   margin: 0 auto;
   padding: 20px 20px 30px 20px;
   background-color: #fff;
   border-radius: 0 0 8px 8px;
}

.datosNot {
   font-family: 'Roboto',Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 150%;
   color: #333333;
   margin-top: 3px;
}

.datosNot {
   font-family: 'Roboto',Arial, Helvetica, sans-serif;
   font-size: 14px;
   line-height: 150%;
   color: #333333;
   margin-top: 3px;
}

.conNot {
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 130%;
   color: #000000;
}

.conCon {
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-size: 16px;
   line-height: 130%;
   color: #000000;
   margin: 0px 40px 0px 40px;
   padding: 0px 0px 0px 0px;
}

.imgNot {
   width: 100%;
   height: auto;
   float: right;
   margin: 10px 0px 15px 0px;
}

.imgNots {
   width: 100%;
   height: auto;
   float: right;
   margin-top: 0px;
   color: #CCCCCC; 
   border: 0px solid #CCCCCC;
}

.imgNotG {
   float: right;
   margin-top: 5px;
   color: #CCCCCC; 
   border: 0px solid #CCCCCC;
}

.rec {
   font-family: 'Roboto', Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 110%;
   color: #333333;
   text-align: center;
   margin-top: 3px;
}

.txtnot, .txtnot p {
   font-family: 'Roboto',Arial;
   font-size: 16px;
}

a:link.rec    { font-family: 'Roboto',Arial;font-size: 12px;text-decoration:none;color:#333333;font-weight: normal;line-height:110%}
a:visited.rec { font-family: 'Roboto',Arial;font-size: 12px;text-decoration:none;color:#333333;font-weight: normal;line-height:110%}
a:active.rec  { font-family: 'Roboto',Arial;font-size: 12px;text-decoration:underline;color:#333333;font-weight: normal;line-height:110%}
a:hover.rec   { font-family: 'Roboto',Arial;font-size: 12px;text-decoration:underline;color:#333333;font-weight: normal;line-height:110%}

a:link.co1    { font-family: 'Roboto',Arial;font-size: 15px;text-decoration:none;color:#555555;font-weight: normal;line-height:130%}
a:visited.co1 { font-family: 'Roboto',Arial;font-size: 15px;text-decoration:none;color:#555555;font-weight: normal;line-height:130%}
a:active.co1  { font-family: 'Roboto',Arial;font-size: 15px;text-decoration:underline;color:#0033CC;font-weight: normal;line-height:130%}
a:hover.co1   { font-family: 'Roboto',Arial;font-size: 15px;text-decoration:underline;color:#0033CC;font-weight: normal;line-height:130%}

a:link.co2    { font-family: 'Roboto',Arial;font-size: 14px;text-decoration:none;color:#555555;font-weight: normal;line-height:130%}
a:visited.co2 { font-family: 'Roboto',Arial;font-size: 14px;text-decoration:none;color:#555555;font-weight: normal;line-height:130%}
a:active.co2  { font-family: 'Roboto',Arial;font-size: 14px;text-decoration:underline;color:#0033CC;font-weight: normal;line-height:130%}
a:hover.co2   { font-family: 'Roboto',Arial;font-size: 14px;text-decoration:underline;color:#0033CC;font-weight: normal;line-height:130%}

/********************************************************/

/***** REDES *****/
.nets {
   width: 100%;
   margin: 0 auto;
   text-align: right;
   height: 59px;
   overflow: visible;
}

.headline {
   width: 177px;
    height: 42px;
    float: right;
    position: relative;
}

.right-headline {
    position: absolute;
    top: 0;
    overflow: hidden;
    z-index: 10;
    color: #fff;
    background-color: #000
}
.right-headline .box {
    width: 59px;
    height: 59px;
    border-left: 1px solid rgba(42, 53, 60, 0.8);
    border-top: 1px solid #282c32;
    float: left;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.right-headline .box.facebook {
    border-left: 1px solid rgba(59, 89, 152, 0.8);
    border-top: 1px solid rgba(59, 89, 152, 0.8)
}
.right-headline .box.twitter {
    border-left: 1px solid rgba(59, 89, 152, 0.8);
    border-top: 1px solid rgba(42, 162, 215, 0.8)
}

.right-headline .share-wrap {
    width: 100%;
    height: 100%;
    line-height: 52px;
    text-align: center;
    display: flex;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.right-headline .share-wrap:hover a {
    width: 52px;
    height: 52px;
    margin: auto
}
.right-headline .share-svg {
    transition: all .1s
}
.right-headline:hover .share-svg {
    width: 21px;
    height: 25px
}
.right-headline .facebook-icon,
.right-headline .twitter-icon,
.right-headline .email-icon {
    width: 35px;
    height: 36px;
    display: inline-block;
    margin: auto;
    transition: all .1s
}
.right-headline .twitter {
    background-color: rgba(42, 162, 215, 0.8)
}
.right-headline .twitter:hover {
    background-color: #2aa2d7
}
.right-headline .facebook {
    background-color: rgba(59, 89, 152, 0.8)
}
.right-headline .facebook:hover {
    background-color: #3b5998
}
.right-headline .email {
    background-color: rgba(0, 0, 0, 0.8)
}
.right-headline .email:hover {
    background-color: #303030
}
.right-headline .related .related-number {
    font-size: 27px;
    padding-top: 10px;
    display: block;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: -0.05em;
    margin-left: -1px;
    padding-bottom: 4px;
    font-weight: 300;
    transition: all .1s
}

.twitter-svg {
    width: 100%;
    height: 100%
}
.twitter-svg .twitter-circle,
.twitter-svg .twitter-logo {
    transition: all .2s;
    fill: #fff
}
.twitter-svg:hover .twitter-circle,
.twitter-svg:hover .twitter-logo {
    width: 20px;
    height: 20px
}
.facebook-svg {
    width: 100%;
    height: 100%
}
.facebook-svg .facebook-circle,
.facebook-svg .facebook-logo {
    transition: all .2s;
    fill: #fff
}
.facebook-svg:hover .facebook-circle,
.facebook-svg:hover .facebook-logo {
    width: 40px;
    height: 40px
}
.email-svg {
    width: 100%;
    height: 100%
}
.email-svg .email-circle,
.email-svg .email-logo {
    transition: all .2s;
    fill: #fff
}
.email-svg:hover .email-circle,
.email-svg:hover .email-logo {
    width: 40px;
    height: 40px
}
/*******/
.bnttwi {
   width: 60px;
   height: 60px;
   background-color: #2282ac;
   border: none;
}

/*
|------------------------------------------------
| LOGIN
|------------------------------------------------
*/
.bg-white {
   width: 100%;
   margin: 0 auto; 
   padding: 20px;
   background-color: #fff;
   border-radius: 8px;
}

/* INPUTS */
input[type=text],
input[type=email],
input[type=password] {
  width:100%;
  height: 35px;
  padding:3px 5px;
  background:linear-gradient(#fff, #e0e0e0);
  border:1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  border-radius:0.5em;
  font-size: 14px;
  font-family: arial, verdana;
}

select, textarea {
  width:100%;
  height: 35px;
  padding:3px 5px;
  background:linear-gradient(#fff, #e0e0e0);
  border:1px solid #cccccc;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  border-radius:0.5em;
  font-size: 14px;
  font-family: arial, verdana;
}

input.fcha {
  background-position: right; center;
  padding:3px 5px;
  width:50%;
  height: 35px;
  background-image: url("../imagenes/calendar.png");
  background-repeat: no-repeat;
}

.cmt {
   width: 100%;
   padding: 0px 10px 0px 15px;
   margin-bottom: 15px;
   font-size: 16px;
   font-weight: bold;
   font-family: arial,verdana;
   line-height: 130%;
   color:#000;
}

/*
|------------------------------------------------
| FORMULARIOS Y BOTONES
|------------------------------------------------
*/
/*** FORM REGISTRO ***/
.form-wrapper {
   clear: both;
   /*background: rgba(255,255,255,1);*/
}

.inline-label {
   color: rgba(0,0,0,0.7);
   font:700 13px "Roboto",sans-serif;
   text-transform: uppercase;
   padding-left:5px;
}

.ref-info {
   color: #000;
   font-size: 13px;
  font-family: 'Open Sans',Arial,Helvetica,sans-serif;
   padding-bottom: 0px;
   margin-top: -20px;
  font-weight: bold;
   text-align: center;
}

.form-content {
   padding:20px 20px 0px 20px;
}
.form-content label {
   display: none;
}
.form-content .row:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
.form-content .row {
   display:inline-block;
   display:block;
   zoom:1;
}
* html .form-content .row {
   height:1px;
}
.form-content .row,

.form-content .row:first-child {
   margin-top:0;
}

.text {
   font-size: 14px;
   padding: 11px 16px;
   background-color: #f8f8f8;
   border: 1px solid rgba(0, 0, 0, 0.2);
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05) ;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
   width:100%;
}
.text:focus {
   border-color:#ffa52b !important;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #ffa52b inset !important;
}
.text.valid {
   border-color:#7b991f;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #7b991f inset;
}
.text.invalid {
   border-color:#ea5d55;
   box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.05), 0 0 0 1px #ea5d55 inset;
}
label.invalid {
   color: #ea5d55;
   display: block;
   font-size: 13px !important;
   font-weight: normal !important;
   margin: 0 5px;
   padding-left: 5px;
}

.button {
   display: inline-block;
   background: #7b9b1b;
   background: #0092a0;
   font: 500 26px/26px "Roboto",sans-serif;
   color: white;
   padding:22px 60px;
   min-height:70px;
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 -6px 0 rgba(0, 0, 0, 0.08) inset;
}

.button.submit {
   background: #96c027 none repeat scroll 0 0; /*#0092a0*/
   border-radius: 4px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   color: white;
   display: block;
   padding: 14px 0;
   text-align: center;
   box-shadow: 0 0 0;
   min-height: 20px;
   font: inherit;
}
a.button.submit:hover {
   text-decoration:none;
   background: #729e1b;
   box-shadow: 0 0 0;
   color: rgba(255,255,255,0.5);
}
input.button {
   border: 0 none;
   cursor: pointer;
   width: 100%;
   color: rgba(255,255,255,0.5);
   -webkit-appearance: none;
   -moz-appearance: none;
}
input.button:hover {
   background: #729e1b;
}
input.button[disabled="disabled"] {
   background: url("../Images/loading.gif") center center #415b5e no-repeat;
   color: rgba(255,255,255,0.7);
}
.button.loading {
   background: url("../Images/loading.gif") center center #415b5e no-repeat;
   color: rgba(255,255,255,0.7);
}

.inline-label {
   color: rgba(0,0,0,0.7);
   font: 700 13px "Roboto",sans-serif;
   text-transform: uppercase;
   padding-left: 5px;
}

/*
|------------------------------------------------
| MENSAJES
|------------------------------------------------
*/
/***** MENSAJES *****/
.msg {
   clear: both;
   width:540px;
   max-width:100%;
   margin: 0 auto;
   padding:10px;
   border-radius:5px;
   -webkit-border-radius:5px;
   -moz-border-radius:5px;
   border: solid #9acce6 1px;
}

.notice {
   color: #00529B;
   /*background:#BDE5F8 url("http://www.sietecifras.com/imagenes/notice.png") no-repeat 20px 14px;*/
   background-color:#BDE5F8;
   border: solid #00529B 1px;
}

.msger {
   background: #FDD1C5 url("../imagenes/icon-error.png") center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 10px 20px 5px 50px;
   border-top: 2px solid #FBAB95;
   border-bottom: 2px solid #FBAB95;
   color:#000000;
   margin: 5px auto;
   width: 90%;
   max-width: 600px;
   line-height: 130%;
}

.msgok {
   background: #99ffa0 url("../imagenes/icon-success.png") center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 10px 20px 10px 50px;
   border-top: 2px solid #00b050;
   border-bottom: 2px solid #00b050;
   color:#000000;
   margin: 5px auto;
   width: 90%;
   max-width: 600px;
   line-height: 130%;
}

.msgal {
   background: #fff6bf url("../imagenes/icon-warning.png") center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 10px 20px 10px 50px;
   border-top: 2px solid #ffd324;
   border-bottom: 2px solid #ffd324;
   color:#000000;
   margin: 5px auto;
   width: 90%;
   max-width: 600px;
   line-height: 130%;
}

.msgin {
   background: #E7F9F8 url("../imagenes/icon-info.png") center no-repeat;
   background-position: 15px 50%; /* x-pos y-pos */
   text-align: left;
   padding: 10px 20px 10px 50px;
   border-top: 2px solid #B5D4FE;
   border-bottom: 2px solid #B5D4FE;
   color:#000000;
   margin: 5px auto;
   width: 90%;
   max-width: 600px;
   line-height: 130%;
}

/**** ICONOS *******/
.ico-fb{
   width:47px;
   height:38px;
   float:right;
   text-align: right;
}

/*
|------------------------------------------------
| FOOTER
|------------------------------------------------
*/
/***** FOOTER ******/
.footer_new{
   clear: both;
   width: 100%;
   margin: 0 auto;
   background-color: #1e1f21;
   height: auto;
   overflow: visible;
   padding: 0 15px;
}

.footerw {
   width: 100%;
   margin: 0px auto;
   height: auto;
   overflow: visible;
   display: none;
}

.menu-footer {
   display: flex;
   flex-flow: column;
   width: 100%;
   transition: all 500ms cubic-bezier(0,0,0,1);
   transition-timing-function: cubic-bezier(0,0,0,1);
}
.menu-footer ul {
   margin-top: 0;
   width: 100%;
}
.menu-footer li {
   margin-left: -40px;
   width: 100%;
   list-style: none;
   padding: 10px;
   color: white;
   cursor: pointer;
   transition: all 300ms;
   display: block;
   width: 100%;
   border-bottom: 1px solid rgba(255,255,255,0.15);
}

.menu-footer li:hover {
   background: #1e1f21;
}

.menu-footer li a {
   text-decoration: none;
   color: #fff;
   margin-left: 10px;
   letter-spacing: 0.8px;
}

.footer_wrap{
   width: 100%;
   max-width: 992px;
   height: 160px;
   margin: 0px auto;
}

.footer_new .logo-img {
   width: 90px;
   height: 69px;
}

.menu-footer span {
   width: 100%;
   padding: 15px 0;
}
.menu-footer .logo-img {
   width: 90px;
   height: 69px;
}

.footer_new a,.footer_new a:visited{
   font-family: 'Roboto',Arial;font-size: 14px;text-decoration:none;color:#cccccc;font-weight: normal;line-height:150%;
}

.footer_new a:hover,.footer_new a:active{
   font-family: 'Roboto',Arial;font-size: 14px;text-decoration:underline;color:#ffffff;font-weight: normal;line-height:150%;
}

.foot_1 {
   width: 100%;
   float:left;
   padding: 20px 0px 0px 0px;
   line-height:140%;
}

.foot_2 {
   width: 100%;
   float:left;
   line-height:140%;
   padding: 20px 0px 0px 0px;
}

.foot_3 {
   width: 100%;
   float:left;
   padding: 20px 0px 0px 0px;
   line-height:140%;
}

.foot_4 {
   width: 100%;
   float:left;
   padding: 20px 0px 0px 0px;
   line-height:140%;
}

.ntxt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}

.spc27 {
   min-width: 100%;
   height: 20px;
}


/* MOVIL */
@media (min-width: 576px) {
   /*
   |------------------------------
   | COLUMNAS
   |------------------------------
   */


}

/* TABLET */
@media (min-width: 768px) {
   /*
   |------------------------------
   | ROW
   |------------------------------
   */
   .row {
      flex-direction: row;
   }

   .row-card {
      width: 100%;
      flex-direction: row;
   }

   /*** MENU MOVIL ***/
   .navbar {
      display: none;
   }

   /*** NOTICIA ***/
   .nets,
   .nota-img,
   .nota-body {
      width: 100%;
   }

   /*
   |------------------------------
   | COLUMNAS
   |------------------------------
   */
   .col-main {
      width: 70%;
      padding: 0;
   }

   .col-side {
      width: 33%;
      min-width: 25%;
   }

   /*
   |------------------------------
   | LOGIN
   |------------------------------
   */
   .bg-white {
      width: 100%;
      padding: 20px;
   }

   /*
   |------------------------------
   | LOGO PC
   |------------------------------
   */
   .logo-wrap {
      width: 100%;
      height: 132px;
      display: flex;
      justify-content: center;
      align-items: center;
   }

   .logo {
      width: 135px;
      height: 108px;
      display: flex;
      margin-right: 60px;
   }

   .logo .logo-img {
      width: 135px;
      height: 104px;
   }

   .logo-bnr {

   }

   /*
   |------------------------------
   | MENU HORIZONTAL
   |------------------------------
   */
   .mnu-hor {
      width: 100%;
      height: 45px;
      margin: 0 auto;
      padding-left: 35px;
      background-color: #1e1f21;
      border-radius: 7px;
      display: flex;
      align-items: center;
      font-size: 15px;
      font-family: Roboto;
      font-weight: 700;
      transition: color 0.3s;
   }

   .mnu-hor a {
      display: flex;
      color: rgba(249, 249, 249, 0.65);
      cursor: pointer;
      margin-right: 35px;
      letter-spacing: 0.6px;
   }

   /*
   |------------------------------
   | NOTA PRINCIPALES
   |------------------------------
   */
   .not-ppal-title {
      width: 100%;
      position: absolute;
      padding: 9px 18px;
      left: 0;
      bottom: 0;
      /*background-color: rgba(0,0,0,0.4);*/
      z-index: 600;
      text-shadow: 1px 1px #000;
      background:rgba(0,0,0,0.6);
      background: rgba(0,0,0,0.0);
      background: -moz-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.0)), color-stop(66%, rgba(0,0,0,0.8)), color-stop(100%, rgba(0,0,0,0.9)));
      background: -webkit-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
      background: -o-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
      background: -ms-linear-gradient(top, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
      background: linear-gradient(to bottom, rgba(0,0,0,0.0) 0%, rgba(0,0,0,0.8) 66%, rgba(0,0,0,0.9) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#adadad', endColorstr='#000000', GradientType=0 );
   }

   .not-ppal-title h1 {
      font-family: 'Fira Sans', sans-serif, 'Roboto';
      font-size: 24px;
   }

   .not-ppal-title p {
      font-size: 15px;
      color: #fff;
      font-weight: 400;
      padding: 0;
      margin: 3px 0 0 0;
      line-height: 120%;
   }

   .not-ppal-title a {
      text-decoration: none;
      color: #fff;
      font-weight: 500;
      font-family: 'Fira Sans', sans-serif, 'Roboto';
      letter-spacing: 0.25px;
      margin-bottom: 5px;
      line-height: 130%;
   }

   .spc27 {
      width: 27px;
      min-width: 27px;
   }

   /*
   |------------------------------
   | NOTICIAS SECUNDARIAS
   |------------------------------
   */
   .notsec {
      width: 33%;
   }

   /*
   |------------------------------
   | TITULARES
   |------------------------------
   */
   .titulares-head {
      margin-top: 0;
   }

   /*
   |------------------------------
   | FOOTER
   |------------------------------
   */
   .menu-footer {
      display: none;
   }

   .footerw {
      width: 100%;
      margin: 0px auto;
      height: auto;
      overflow: visible;
      display: flex;
   }

   .foot_1 {
      width: 25%;
      float:left;
      padding: 20px 0px 0px 0px;
      line-height:140%;
   }

   .foot_2 {
      width: 25%;
      float:left;
      line-height:140%;
      padding: 20px 0px 0px 0px;
   }

   .foot_3 {
      width: 25%;
      float:left;
      padding: 20px 0px 0px 0px;
      line-height:140%;
   }

   .foot_4 {
      width: 25%;
      float:left;
      padding: 20px 0px 0px 0px;
      line-height:140%;
   }

}

/* DESKTOP */
@media (min-width: 992px) {

   /*
   |------------------------------
   | COLUMNAS
   |------------------------------
   */
   .col-side {
      width: 315px;
      min-width: 315px;
   }

   .spc20 {
      width: 20px;
      min-width: 20px;
   }
}

@media (min-width: 1200px) {

}


/*
|----------------------------
| MARGIN Y PADDING
|----------------------------
*/
.dflex {
   display: flex;
}
.bt-0 { border-top: 0; }
.bb-0 { border-bottom: 0; }

.mb-0 { margin-bottom: 0; }
.mt-8 { margin-top: 8px; }
.mt-20 { margin-top: 20px; }
.mr-20 { margin-right: 20px; }
.ml-20 { margin-left: 20px; }
.mb-20 { margin-bottom: 20px; }
.mc { margin: 0 auto; }

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

.h30v { height: 30vw; }
.h50v { height: 50vw; }

.sp20 { height: 20px; }

.tc { text-align: center; }
