@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Oswald);
/* CSS Document by davidoDesign*/

/***** Reset & Basics *****/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/***** Typography *****/

    h1, h2, h3, h4, h5, h6                  { margin:0; padding:0;}
    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a      { font-weight: inherit; }
    h1                                      { margin:0 0 20px 0; padding: 0 0 5px 0; font-size:32px; color:#333;}
    h2                                      { margin:0 0 10px 0; padding:0; font-size:23px; color:#fff; }
    h3                                      { margin:0 0 10px 0; padding:0; font-size:16px;}
    h4                                      { margin:0 0 10px 0; padding:0; font-size:16px; color:#333; }
    h5                                      { margin:0 0 10px 0; padding:0 0 0 10px; font-size:19px; font-style: italic; color: #6B6B6B; font-family: 'Oswald', sans-serif; border-left: 3px solid #fff; }
    h6                                      { margin:0 0 10px 0; padding:0; font-size:10px; color:#333; }

    p                                       { padding: 0 0 14px 0; color: #6b6b6b; font-family: Arial, sans-serif; font-size: 13px; line-height: 16px;}

    sup, sub                                { height:0; line-height:1px; vertical-align:baseline; _vertical-align:bottom; position:relative; }
    sup                                     { bottom:1px; }
    sub                                     { top:1px; font-size:.6em; }
    em                                      { font-style:italic;}
    strong                                  { font-weight:bold; }
    small                                   { font-size:80%; }

/***** Links *****/
    a                                       { font-size: 13px;}
    a:link                                  { color:#fff; text-decoration:underline; outline:0; }
    a:visited                               { color:#fff; text-decoration:none; outline:0; }
    a:active                                { color:#fff; text-decoration:none; outline:0; }
    a:hover                                 { color:#ff554b; text-decoration:none; outline:0; }
    a:focus                                 { -moz-outline-style:none; }


/***** Forms *****/

    #stylized-form                          { margin:10px 0 20px 0; padding:20px; background-color:#f4f4f4; -webkit-border-radius:4px; -moz-border-radius:4px; }

    .wrapper-block label                    { padding:0; display:block; font-weight:bold; text-align:right; width:140px; float:left; color: #6b6b6b; }
    .wrapper-block [type="text"]            { font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; width:280px; margin:2px 0 15px 10px; }
    .wrapper-block select                   { font-size:12px; padding:2px; border:solid 1px #bbbbbb; margin:2px 0 15px 10px; }
    .wrapper-block [type="radio"]           { line-height:16px; margin:0 2px 15px 10px; }
    .wrapper-block [type="checkbox"]        { line-height:16px; margin:0 2px 15px 10px; }
    .wrapper-block textarea                 { padding:4px 2px; border:solid 1px #bbbbbb; width:280px; margin:2px 0 15px 10px; font:12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; }

    .wrapper-inline label                   { padding:0; display:block; font-weight:bold; text-align:right; width:140px; float:left; }
    .wrapper-inline [type="text"]           { font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; width:200px; margin:2px 0 15px 10px;  float:left; }
    .wrapper-inline select                  { font-size:12px; padding:4px 2px; border:solid 1px #bbbbbb; margin:2px 0 15px 10px; float:left; }
    .wrapper-inline [type="radio"]          { line-height:16px; margin:0 2px 15px 10px; float:left; }
    .wrapper-inline [type="checkbox"]       { line-height:16px; margin:0 2px 15px 10px; float:left; }
    .wrapper-inline textarea                { padding:4px 2px; border:solid 1px #bbbbbb; width:140px; margin:2px 0 15px 10px; font:12px "Century Gothic", "Trebuchet MS", Helvetica, sans-serif; float:left; }

    a.btn-form, input.btn-form              { background: #ffae51; padding: 10px 50px; color: #fff; margin: 20px 0 0 150px; border:none;}

    .wrapper-block p                        { padding: 10px 0 20px 150px; }

    .small-label                            { display:block; font-size:10px; font-weight:normal; color:#666; text-align:right; width:140px; }



/***** Tables  *****/

    table                                   { margin:0 0 20px 0; width:100%; }
    table th                                { padding:7px 5px 7px 5px; background-color:#e2e2e2; color: #6b6b6b; font-size: 13px; font-weight:bold; border:1px solid #999; }
    table td                                { padding:7px 5px 7px 5px; background-color:#e2e2e2; color: #6b6b6b; font-size: 13px; border:1px solid #999; }
    table tr.even td                        { background-color:#fff; }
    table tr.odd td                         { background-color:#f3f3f3; }
    table td.highlight                      { color:#FFF; font-weight:bold; }
    table tr td.highlight                   { background-color:#333;  }


/***** Global Classes *****/

    .img-left                               { float:left; margin:0 10px 10px 0; border:none; }
    .img-right                              { float:right; margin:0 0 10px 10px; border:none; }

    .clear                                  { clear: both; height: 1px; line-height: 1px; font-size: 1px; }
    .float-left                             { float:left; }
    .float-right                            { float:right; }

    body                                    { background-color: #000; width: 100%; font-family: 'Roboto', sans-serif; font-weight: 100; }




/* ==========================================================================
   Estilos de la Hoz
   ========================================================================== */
/* ============== NUEVOS ============== */
header {
    /*width: 100%;*/
    border: none;
    background: #000;
    padding: 6px;
    position: relative;
    z-index: 99999999999999999999;
}
#header.int {
    border-bottom: solid 1px #333;
    position: fixed;
    z-index: 9999999999999999999999;
    width: 100%;
}
.logo {
    position: absolute;
}

.logo a {
    font-size: 21px;
    font-weight: 100;
    color: #fff;
    text-decoration: none;
}
.logo:hover {
    opacity: 0.5;
}
.logo img {
    max-width: 185px;
    padding: 8px 0 0 13px;
}
.menu-head {
    margin: 0 auto;
    width: 500px;
}

.menu-head ul {
}
.menu-head ul li {
    float: left;
    list-style: none;
}

.menu-head ul li a {
    display: block;
    margin: 3px auto;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    text-align: center;
    font-weight: 100;
}

.menu-head ul li a:hover, .menu-head ul li a.on {
    color: #ff554b;
}

.menu-head ul li ul {
  background: rgba(0,0,0,0.77);
  width: 100px;
  height: auto;
  left: -999em;
  padding: 0;
  position: absolute;
  margin-top: -1px;
  z-index: 100;
  padding: 5px 0 10px;
}

.menu-head li:hover ul {
    left: auto;
}

.menu-head ul li ul li {
    margin: 0;
    padding: 0;
}

.menu-head ul li ul li a {
    color: #d4d4d4;
    display: block;
    font-size: 12px;
    padding: 0 13px;
    height: auto;
    text-align: left;
    text-transform: none;
    margin: 0;
    line-height: 22px;
}

.menu-head ul li ul li:last-child {
    border: none!importnst;
}

.menu-head ul li ul li a:hover {
    color: #ff554b;
}
.nav-right {
   float: right;
}
.social {
    float: left;
    padding: 5px 46px 0 0;
    display:inline;
}
.social a i {
    font-size: 17px;
    padding: 0 0 0 7px;
    color: #575755;
}
i.fa-linkedin {
    padding: 0;
}
.social i:hover {
    color: #ff554b;
}
.social a img {
    width: 20px;
    float: left;
    padding-left: 7px;
    opacity: 0.3;
}
.social .twitter {
    width: 17px;
    padding-top: 1px;
}
.social .facebook {
    width: 13px;
}
.social .youtube {
    width: 21px;
}
.social a:hover {
    opacity: 0.7;
}



.legal-header{
    margin-left:30px;
    display: inline-block;
}
.legal-header a{
    text-decoration: none;    
    color:#575755;    
}
.legal-header a:hover{
    color: #FFFFFF
}





.lang {
    float: left;
    color: #fff;
    padding: 5px 39px 0 0;
}
.lang a {
    font-size: 14px;
    color: #fff;
    padding: 0 10px;
    text-decoration: none;
}
.lang a:hover {
    color: #ff554b;
}
.search {
    padding: 7px 3px 0 0 !important;
    float: right;
}
.search i {
    font-size: 18px;
    color: #fff;
}
.search i:hover {
    color: #ff554b;
}
.searchForm {
    float: right;
}
.searchForm input {
background: #dbdbdb;
display: block;
border: solid 1px #fff;
position: relative;
z-index: 999999999999999999;
border-radius: 4px;
padding: 6px;
color: #000;
}
/**menu mobile**/
.mobilenav {
    min-width: 85px;
}
.mobilenav h3{
    float: right;
}
.mobilenav h3 a{
    text-decoration: none;
    font-size: 20px;
    padding: 0 6px 0 0;
}
.mobilenav .menu-mobile {
    width: 100%;
}
.mobilenav .menu-mobile ul {
    text-align: center;
    border-top: solid 1px #575755;
    padding: 12px 0;
}
.mobilenav .menu-mobile ul li {
padding: 10px 9px;
display: inline;
}
.mobilenav .menu-mobile ul li a {
font-size: 14px;
text-decoration: none;
}
.mobilenav .menu-mobile ul li a i {
    padding: 0 0 0 10px;
}

.mobilenav .menu-mobile ul li a:hover {
}

/*----submenu---*/
.mobilenav .menu-mobile ul li ul {
background: rgba(0,0,0,0.77);
height: auto;
left: -999em;
padding: 0;
position: absolute;
margin-top: 6px;
z-index: 100;
width: 100%;
}

.mobilenav .menu-mobile li:hover ul {
    left: 0;
}

.mobilenav .menu-mobile ul li ul li {
border: none;
font-size: 15px;
text-align: center;
}
.mobilenav .menu-mobile ul li ul li a {
    color: #ccc;
padding: 10px;
line-height: 47px
}
.mobilenav .menu-mobile ul li ul li:hover, .mobilenav .menu-mobile ul li ul li a:hover {
    background-color: #ff554b;
    color: #fff;
}
.logo-mobile {
    text-align: center;
}
.logo-mobile img {
width: 229px;
padding: 27px 15px;
margin: 0 auto;
}
/*===================END HEADER==*/
.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
    background: #000!important;
}
.rsCaption {
max-width: 80%;
text-shadow: 2px 2px #000;
}
#FullSlider1 {
      width: 100%;
      color: #fff;
      position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
    display: block;
}
#FullSlider2 {
      width: 100%;
      color: #fff;
      position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    width: auto;
}
#slide_menu{
    background-color: rgba(0,0,0,0.67);
    background-repeat: no-repeat;
    background-position: left top;
    color: #CCC;
    text-align: left;
    display: block;
    cursor: pointer;
    width: 319px;
    padding: 1px 8px 0 44px;
    position: fixed;
    top: 8px;
    height: 100%;
    left: -316px;
    transition: left 0.4s ease-in-out;
    -o-transition: left 0.4s ease-in-out;
    -ms-transition: left 0.4s ease-in-out;
    -moz-transition: left 0.4s ease-in-out;
    -webkit-transition: left 0.4s ease-in-out;
    z-index: 35;    
}
#slide_menu:hover{   
    left: -20px;    
    z-index: 35; /* para que se superponga el contenedor */
}
#slide_menu h2 {
font-size: 18px;
color: #fff;
font-weight: 500;
text-transform: uppercase;
}
#slide_menu h2 small {
text-transform: none;
color: #fff;
font-weight: 500;
font-size: 15px;   
}
#slide_menu p {
    text-align: justify;
    color: #fff;
}
#slide_menu p span {
    color: #ff554b;
}
#slide_trigger{
    position:relative;
    top:120px;
    left:275px;
    width: 51px;
    height: 50px;       
    background:url(../img/arrowMOV.jpg);
    background-repeat: no-repeat; 
    z-index: 4;
}
.descrp {
    max-height: 79%;
    max-width: 267px;
    padding: 15px 14px 0 0;
    overflow: hidden;
    position: absolute;
}
.descrp h4 {
    color: #ff554b;
}
.descrp h3 {
    color: #ff554b;
    text-transform: uppercase;   
}
.descrp ul {
    padding: 0 0 20px;
}
.descrp ul li {
    line-height: 12px;
    font-size: 11px;
    color: #ff554b; 
}
.caract {
    font-size: 14px;
    line-height: 14px;
    color: #ff554b !important;
    background: url(../img/icon_caract.png);
    background-repeat: no-repeat;
    background-position: left 23px;
    padding: 26px 0 0 28px;
    text-decoration: none !important;
    float: left;
    width: 250px;

}
::-webkit-scrollbar {
      width: 5px;
      display: none;
}
::-webkit-scrollbar-thumb {
      background-color: #ff554b;
}
.tipolog-back {
    font-size: 15px;
    line-height: 14px;
    color: #ff554b !important;
    background: url(../img/icon_tipolog_back.png);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding: 5px 0 20px 28px;
    text-decoration: none !important;
    font-weight: 300;
}
#slide_menu .tipolog-back {
    float: left;
    width: 250px;
    position: absolute;
    bottom: 4%;
}
.ant {
    font-size: 14px;
    color: #ff554b !important;
    float: left;
}
.sig {
    font-size: 14px;
    color: #ff554b !important;
    float: right;
}
/* ============== HEADER ============== */


.telefono-cabecera{
    background: #81969a;
    height: 40px;
    box-shadow:0px 2px rgba(0,0,0,.6);
}

.tel {
    width: auto;
    margin: 0;
    padding: 9px 0;
    float: left;
}

.tel p {
    font-family: 'Oswald', sans-serif;
    text-shadow: .5px .5px .5px #777;
    font-size: 25px!important;
    color: #EEE;
    margin: 0;
    padding: 0;
}

.redes-sociales {
    width: auto;
    margin: 0;
    padding: 38px 0;
    float: left;
}

.redes-sociales a {
    float: left;
    margin-right: 7px;
}

.img-cabecera {
    width: auto;
    height: auto;
    margin: -30px 0 0 0;
    position: inherit;
    top: inherit;
    float: right;
}

.badges {
    float: right;
}

.badges img {
    display: block;
}




.logopie {
    margin-top: 30px;
}



.programacion a{
    padding-top: 21px !important;
    padding-bottom: 17px !important;
    width: 165px;
}
.marco {
    position: relative;
    left: 50%;
    z-index:-1;
}
.webSlider-wrapper {
    width: 100%;
    min-width: 1020px;
    background: url("../img/bg-slider.jpg") repeat-x top center;
    margin: 0;
    padding: 0;
    position: inherit;
    z-index: inherit;
}

.webSlider {
    width: 960px;
    height: auto;
    min-height: 580px;
    padding: 0;
    margin: 0 auto;
}

.slider-wrapper {
    width: 599px;
    float: left;
}

.contact-form {
    width: 262px;
    height: 356px;
    padding: 20px;
    margin: -569px 0 0 0;
    float: right;
    background-color: rgba(254, 187, 109, 0.9);
    position: relative;
    z-index: 999999999999999999999;
}

.contact-form h2 {
    color: #fff !important;
    font-size: 22px;
    margin-bottom: 3px;

}

.contact-form p {
    color: #81969a;
    font-size: 13px;
    padding: 0 0 10px 0;
    margin: 0;
}

.contact-form input, .contact-form textarea {
    border: 0;
    font-size: 13px;
    color: #c3c3c3;
    padding: 7px;
    width: 247px;
    margin-bottom: 7px
}

.contact-form textarea {
    min-height: 50px;
}

.checkbox  {
    margin-bottom: 0!important;
}


.checkbox input {
    width: auto!important;
    height: auto!important;
    margin-bottom: 0!important;
    margin-right: 5px;
    float: left;
}

.contact-form span {
    font-size: 13px;
    color: #81969a;
    margin-top: -2px;
    float: left;
}

.contact-form span a {
    font-size: 13px;
    color: #81969a;
}

.enviar {
    color: #fff!important;
    background: #81969a;
    font-size: 14px!important;
    padding: 11px 0!important;
    margin: 0!important;
    text-align: center;
    width: 93px!important;
    display: block;
    float:right;
}

.enviar:hover {
    background: #81969a;
}

.row-1resultados {
    margin-bottom: 50px;
}

/* ============== GENERAL ============== */

.containerop {
    margin-bottom:30px;
    padding-top: 30px;
}

.container h1{
    color:#81969a;
    font-size: 40px;
}

.container h2{
    margin:0 0 10px 0;
    color:#febb6d;
    font-size: 28px;
}
.container p {
    font-size: 15px
}

.row-1 {
    width: 100%;
    min-width: 1020px;
    padding: 50px 0;
    margin: 0;
}

.btn-mas {
    background: #fff;
    width: 50px;
    height: 20px;
    padding: 5px 15px;
    font-size: 14px;
    color:#FFF!important;
    text-decoration: none!important;
}

.btn-mas:hover {
    background: #3fcafe;
    text-decoration: none;
}

.bt_leermas {
    background: #ffae51;
    padding: 10px 30px;
}

.feature-home a {
    color: #FFF;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
}

/* ============== HOME ============== */
.row-home {
    width: 100%;
    min-width: 1020px;
    border-bottom: none;
    padding-top: 30px;
}

.feature-home {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0 59px 0 0;
}

.feature-home figure {
    margin-bottom: 7px;
}

.feature-home h2 {
    padding: 0 0 5px 0;
    margin: 0;
}

.feature-home figure img{
    margin: 0;
    padding: 0;
}

.claim {
    background: #81969a;
    padding: 48px 0 0;
    font-weight: bold;
    margin: 100px 0 0 0;
    height: 205px;
}

.claimcentro {
    width: 960px;
    margin: 0 auto;
}

.claim h3{
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: bold;
}

.claim h2{
    text-align: center;
    color: #fff;
    font-size: 56px;
    text-align: center;
    font-weight: bold;
}

.claim h4{
    text-align: center;
    color: #fff;
    font-size: 30px;
}

.claim img {
    float: right;
    margin-top: -198px;
}

.about-home {
    float: left;
    width: 600px;
    padding: 0;
    margin: 0;
}

.about-home p {
    margin: 0;
    padding: 0 0 3px 0;
}

.about-home small {
    font-style: italic;
    font-family: arial;
}

.latest-news {
    float: right;
    width: 289px;

    /*border-left: 1px solid #ddd;*/
}

.latest-news ul {
    list-style: none;
    padding: 0;
    margin: 0;
}



/*.latest-news ul li {
    background: url("../img/icon-news.jpg") no-repeat scroll left 5px;
    padding: 0 0 0 50px;
    margin: 0;
}*/

.latest-news ul li a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.latest-news ul li a h3 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.latest-news ul li p {
    line-height: inherit;
}

.features {
    padding: 50px 0;
}

.features2 {
    padding-top: 30px;
    padding-bottom: 130px;
}

.feature {
    float: left;
    display: block;
    width: 300px;
    margin-right: 30px;
    text-align: center;
    background: #4b4b4b;
    color: #ddd!important;
    text-decoration: none!important;
    text-transform: uppercase;
}

.feature span {
    line-height: 35px;
}

.feature:hover {
    background: #ff554b;
}

.text-footer {
    padding: 0;
}

.text-footer p {
    margin: 0;
    padding: 0;
    color: #7e7e7e;
}


.img-in {
    margin-bottom: 20px;
}
.img-in-dcha {
    float: right;
    margin-left: 25px;
    width: 369px;
}
.img-in-izq {
    float: left;
    margin-right: 25px;
}
.list-1 {

    list-style: none outside none;
    margin: 0;
    padding: 0 0 15px 5px;
}

.list-1 li {
    background: url("../img/bullet_al.jpg") no-repeat scroll left 4px transparent;
    color: #6B6B6B;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 5px 0;
    min-height: 20px;
    padding: 0 0 0 15px;
}

.list-2 {
    list-style: none outside none;
    margin: 20px auto 40px;
    padding: 0 0 15px 0;
    background: none;
}

.list-2 li {
    background: #F1F1F1;
    color: #6B6B6B;
    line-height: normal;
    margin: 0 0 1px 0;
    padding: 11px 11px 11px 25px;
    font-size: 13px;
}

#esp-1 li {
    margin: 0 0 10px 0;
}

#esp-1 li strong {
    color: #3979A5;
}

.list-3 {
    list-style: none outside none;
    margin: 0;
    padding: 0 0 10px 0;
    float: left;
}

.list-3 li {
    background: url("../img/bullet_al.jpg") no-repeat scroll left 4px transparent;
    color: #6B6B6B;
    font-size: 13px;
    margin: 0 0 7px;
    padding: 0 0 0 15px;
    float: left;
    width: 177px;
}

.container-gallery {
    margin-left: -15px;
}

.container-gallery a {
    width: 310px;
    height: 174px;
    float: left;
    margin: 0 0 15px 15px;
    overflow: hidden;
}

.container-gallery img {
    width: 310px;
    position: relative;
}

ul span {
    float: right;
}

.cartatitulo {
    text-align: center;
    margin-top: 40px;
}

.lititular {
    text-align: center;
}

.dests {
    margin-top: -163px;
}

.dests ul li {
    display: inline;
}

.dests a {
    font-size: 14px;
}
.salud {
    margin-bottom: 20px;
}
.salud h2 {
    margin: 30px 0 0 0;
    width: 554px;
}
/* ============== FOOTER ============== */

.links-footer {
    width: 100%;
    min-width: 1020px;
    padding: 0 0 50px;
    background: #48585b;
}

.group-links {
    float: left;
    width: 210px;
    padding-right: 30px;
}

.group-links h2 {
    color: #b6b6b6;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 16px;
    font-weight: bold;
}

.group-links ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.group-links ul li {
    margin: 0;
    padding: 0;
}

.group-links ul li a {
    color: #a1a1a1;
    text-decoration: none;
}

.credits-footer {
    width: 100%;
    min-width: 1020px;
    padding: 20px 0;
    background: #2f3d40;
}

.credits-footer p {
    color: #a1a1a1;
    margin: 0;
    padding: 0;
    text-align: center;
}

.credits-footer p a {
    color: #a1a1a1;
}


.datos-contacto {
    float: left;
    width: 380px;
}

.contacto-form {
    float: right;
    width: 550px;
}





/* ============== NIVOSLIDER ============== */
.nivoSlider {
    position:relative;
    background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:0px;

    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;*/
}
.nivoSlider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
.nivoSlider a {
    border:0;
    display:block;
}

.nivo-controlNav {
    text-align: center;
    padding: 20px 0;
}
.nivo-controlNav a {
    display:inline-block;
    width:22px;
    height:22px;
    background:url(bullets.png) no-repeat;
    text-indent:-9999px;
    border:0;
    margin: 0 2px;
}
.nivo-controlNav a.active {
    background-position:0 -22px;
}

.nivo-directionNav a {
    display:block;
    width:30px;
    height:30px;
    background:url(arrows.png) no-repeat;
    text-indent:-9999px;
    border:0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
.nivoSlider:hover .nivo-directionNav a { opacity: 1; }
a.nivo-nextNav {
    background-position:-30px 0;
    right:15px;
}
a.nivo-prevNav {
    left:15px;
}

.nivo-controlNav.nivo-thumbs-enabled {
    width: 100%;
}
.nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px;
}
.nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto;
}

.nivo-caption {
    bottom: 60px!important;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7)!important;
    padding: 15px 20px 20px 20px!important;
}

.nivo-caption h1 {
    color: #FFF;
    margin: 0;
    padding: 0 0 5px 0;
    font-size: 38px;
    font-weight: lighter;
    border: none;
}

.nivo-caption p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    padding: 0!important;
    margin: 0 0 10px 0!important;
}

.nivo-caption h2 {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-size: 26px;
    font-weight: lighter;
    border: none;
}


/* ============== REDES ============== */
.redes {display: block;
    height: 107px;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 44%;
    width: 45px;
    z-index: 10000;}

.redes a.botonfacebook {height:35px; float: left;}
.redes a.botonfacebook:hover {
    width:245px;
    height:35px;
    float:left;
    background: url(../img/facebook2.png) 1012px;

}

.redes a.botontuenti {height:35px; float: left;}
.redes a.botontuenti:hover {
    width:245px;
    height:35px;
    float:left;
    background: url(../img/tuenti2.png) 1012px;

}

.redes a.botontwitter {height:35px; float: left;}
.redes a.botontwitter:hover {
    width:245px;
    height:35px;
    float:left;
    background: url(../img/twitter2.png) 1012px;

}

.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 {

padding-left: 0; 
padding-right: 0; 
}
.date {
color: #fff;
}
strong {
    font-weight: 500!important;
}
.mt20 {
    margin-top: 2em;
}
.mt50 {
    margin-top: 5em;
}
.mt70 {
    margin-top: 7em;
}
p {
color: #fff;
}
.pl20 {
    padding-left: 2em;
}
.pr20 {
    padding-right: 2em;
}
.linkFont {
    font-size: inherit;
}
.white {
    color: #fff!important;
}
.red {
    color: #ff554b!important;
}
.red:hover {
    color: #fff!important;
}
.linkFont:hover {
    color: #fff!important;
}
.full {
    width: 100%;
}
.right {
    float: right;
}
.new-plus p {
    text-align: justify!important;
}
.rsCaption p {
    padding-top: 10px;
    font-family: inherit;
}
.rsDefault.aboutTxt .rsBullets {
  background: url(../img/about/bg_Pie-About.png)!important;
  height: 279px;
}
.rsDefault .rsBullets {
   background: none!important;
}
.aboutTxt .rsCaption p {
   font-size: 0.7em;
   line-height: 1em;
}

/*______________buscador sin idiomas ______*/
header .social {
  width: 280px!important;
  text-align: right!important;
}
.sb-search-input {
  right: 45px!important;
}
.nav-right {
  width: 299px!important;
}
footer .social {
    width: auto!important;
}
footer .nav-right {
    width: auto!important;
}
footer .sb-search.sb-search-open, .no-js .sb-search {
  width: 159px;
}
footer .sb-search-submit {
  width: 0;
}

/** CONTACTO **/
.correos{
    max-height:24px;
}

.correos:hover{
    -webkit-filter: brightness(500%);
    -moz-filter: brightness(500%);
    -ms-filter: brightness(500%);
    -o-filter: brightness(500%);
}


/*Banner cookies*/

.cc_dialog.headline{
  bottom: 0 !important;
  position: fixed !important;
  top: auto !important;
}

@media only screen and (max-width: 991px) {
        .cc_dialog.headline p {
          
          font-size: 13px !important; } 

          .cc_dialog.headline h1 {
          
          font-size: 24px !important; }
      }

.cc_cp_f_powered_by a{
  display: none !important;
}
.cc_cp_f_powered_by{
  color:#212121 !important;
}