/*--TIPOGRAFIAS--*/
@font-face {
	font-family: 'amatic-regular';
	src: url('/resources/fonts/amatic-regular.eot?') format('eot'), 
	     url('/resources/fonts/amatic-regular.woff') format('woff'), 
	     url('/resources/fonts/amatic-regular.ttf')  format('truetype'),
	     url('/resources/fonts/amatic-regular.svg#amatic-regular') format('svg');
}

@font-face {
    font-family: 'amatic-bold';
    src: url('/resources/fonts/amatic-bold.eot?') format('eot'), 
         url('/resources/fonts/amatic-bold.woff') format('woff'), 
         url('/resources/fonts/amatic-bold.ttf')  format('truetype'),
         url('/resources/fonts/amatic-bold.svg#amatic-bold') format('svg');
}

@font-face {
    font-family: 'din-regular';
    src: url('/resources/fonts/din-regular.eot?') format('eot'), 
         url('/resources/fonts/din-regular.woff') format('woff'), 
         url('/resources/fonts/din-regular.ttf')  format('truetype'),
         url('/resources/fonts/din-regular.svg#din-regular') format('svg');
}

@font-face {
    font-family: 'din-medium';
    src: url('/resources/fonts/din-medium.eot?') format('eot'), 
         url('/resources/fonts/din-medium.woff') format('woff'), 
         url('/resources/fonts/din-medium.ttf')  format('truetype'),
         url('/resources/fonts/din-medium.svg#din-medium') format('svg');
}

@font-face {
    font-family: 'din-standard';
    src: url('/resources/fonts/din-standard.eot?') format('eot'), 
         url('/resources/fonts/din-standard.woff') format('woff'), 
         url('/resources/fonts/din-standard.ttf')  format('truetype'),
         url('/resources/fonts/din-standard.svg#din-standard') format('svg');
}

@font-face {
    font-family: 'helvetica';
    src: url('/resources/fonts/helvetica.eot?') format('eot'), 
         url('/resources/fonts/helvetica.woff') format('woff'), 
         url('/resources/fonts/helvetica.ttf')  format('truetype'),
         url('/resources/fonts/helvetica.svg#helvetica') format('svg');
}

/*------- GENERAL -------*/
body, html, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, img{ margin: 0; padding: 0; border: none;}
h1, h2, h3, h4, h5, h6, p, a{ -webkit-font-smoothing: antialiased; font-weight: normal;}
img{display: block;}
html, body{height: 100%;}
body{ background-color: #fff;}
a{ text-decoration: none; }
h1, h2, h3, h4, h5, h6, p, a, li, label, input, textarea, td{color: #808080;font-family: andadaregular_fs,Georgia,Times,"Times New Roman",serif; }
h1{ font-size: 50px; }
h2{ font-size: 44px; }
h3{ font-size: 34px; }

p{
    font-size: 20px;
    line-height: 20px;
}

input, textarea{
    border: none;
}

input:focus{
    border: none;
}

ul,ol{
    list-style: none;
}

a, input, textarea{
    transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    outline: 0;
}

/*-- Mantiene footer abajo --*/
#wrapper{
    min-height: 100%;
    position: relative;
    width: 100%;
    min-width: 1200px;
}

#inner{
    padding-bottom: 175px; /*Altura del footer*/
    padding-top: 80px;
    width: 100%;
    overflow: hidden;
}


/*------- CLEAR -------*/
/* IE6 */
* html .clearfix{ height: 1%; overflow: visible;}
/* IE7 */
*+html .clearfix{ min-height: 1%;}
/* Los otros */
.clearfix:after{clear: both; content: "."; display: block; height: 0; visibility: hidden; font-size: 0;}
.clear{ clear: both;}

/*Clases Útiles*/
.ultimo{margin-right: 0px !important; padding-right: 0px !important; border: none !important;}
.primero{margin-left: 0px !important; padding-left: 0px !important; border: none !important;}

.flota_der{float: right;}
.flota_izq{float: left;}

.col{float: left;}

.btn{
    text-align: center;
    padding: 10px 30px;
    color: #808080;
    font-size: 16px;
    border: none;
    border-radius: 2px;
    display: inline-block;
    margin-top: 44px;
    cursor: pointer;
    background-color: #eee;
}

    .btn.gris{
        color: #656565;
        border: 1px solid #656565;
    }

.btn:hover{
    color: #fff;
    border: none;
    background-color: #a08b71;
}

    .btn.gris:hover{
        color: #000;
        border: 1px solid #000;
    }

a.descarga{
    display: block;
    margin: 40px 0px;
    padding-left: 40px;
    font-size: 20px;
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

a.descarga:hover{
    color: #8a6e4b !important;
}

    a.descarga.pdf{
        background-image: url(/resources/images/general/ico_pdf.png);
    }

    .noticia_detalle a.descarga.pdf{
        background-image: url(/resources/images/general/ico_pdf_gris.png);
    }

    a.descarga.pdf_gris{
        background-image: url(/resources/images/general/ico_pdf_gris.png);
    }

    a.descarga.ppt,
    a.descarga.ptx{
        background-image: url(/resources/images/general/ico_ppt.png);
    }

    a.descarga.doc,
    a.descarga.ocx{
        background-image: url(/resources/images/general/ico_doc.png);
    }

    a.descarga.xls,
    a.descarga.lsx{
        background-image: url(/resources/images/general/ico_xls.png);
    }

/*CABECERA*/
header{
    width: 100%;
    height: 169px;
    /*background-color: #fff;*/
    background:url("/resources/images/general/header-bg-right.png") no-repeat scroll right top, url("/resources/images/general/header-bg-left.png") no-repeat scroll left top, url("/resources/images/general/header-bg.png") repeat-x scroll left top rgba(0, 0, 0, 0);
   
    position: fixed;
    top: 0;
    z-index: 4;
}

    header.sombra{
        border-bottom: 1px solid #ccc
    }

header .wrap{
width:100%;
/*    width: 1100px;*/
    margin: 0 auto;
}

header h1{
   /* float: left;
    height: 80px;*/
	height: 90px;
}

header h1 a{
    display: block;
    margin-top: 50px;
    margin-left: 80px;
}

header nav{
    background-color: #1f3c50;
    width: 100%;	
    height: 28px;
    padding-left: 20px;
    /*float: right;
    height: 60px;
    border-left: 1px solid #cacaca;
    margin-top: 11px;
    margin-left: 20px;
    padding-left: 20px;*/
}
.logoprin{
    display: block;
    position: absolute;
    top: 50px;
    width: 120px;
}
.wrap.clearfix span {
    margin-left: 130px;
}

header nav ul{
    /* margin-top: 25px; */
	 margin-left: 267px;
}

header nav ul li{
    float: left;
    display: inline;
    margin-right: 25px;
}

header nav ul li:last-child{
    margin-right: 0px;
}

header nav ul li a{
    font-size: 14px;
    font-family: andadaregular_fs,Georgia,Times,"Times New Roman",serif;
    vertical-align: sub;
    color: #fefefe;
    text-transform: uppercase;
}

header nav ul li a.selec,
header nav ul li a.selec:hover{
    color: #a08b71;
    border-bottom: 1px solid #a08b71;
}

header nav ul li a:hover{
    color: #A5B1B8;
    border-bottom: 1px solid #a08b71;
}

/*FOOTER*/
footer{
    position: absolute;
    width: 100%;
    height: 175px;
    bottom: 0px;
    left: 0px;
    z-index: 99;
    background-color: #8a6e4b;
}

footer .wrap{
    width: 90%;
    margin: 0 auto;
    position: relative;
}


footer a:hover{
    opacity: 0.7;
}

footer #certificaciones{
    position: absolute;
    top: 13px;
    right: -30px;
    width: 190px;
    margin: 20px auto;
    padding-left: 20px;
}

footer #certificaciones img{
    float: left;
    height: 35px;
}

footer #certificaciones img:first-child{
    margin-right: 20px;
}

/*Menu Footer*/
footer ul{
    display: block;
    width: 80%;
    margin: 0 auto;
    padding: 40px 0px 20px 0px;
}

footer ul li{
    float: left;
    display: inline;
    margin-right: 60px;
}

footer ul li a{
    color: #fff;
    font-size: 15px;
    font-family: 'din-medium', sans-serif;
    text-transform: uppercase;
}

footer ul li:last-child{
    margin-right: 0px;
}

/*Derechos y condiciones*/
footer p{
    font-size: 12px;
    color: #343434;
    width: 90%;
    margin: 30px auto 0 auto;
    border-top: 1px solid #806646;
    padding-top: 30px;
    text-align: center;
    text-transform: uppercase;
}

footer p a{
    font-family: 'din-medium', sans-serif;
    border-left: 1px solid #806646;
    margin-left: 10px;
    padding-left: 10px;
    color: #343434;
    text-transform: uppercase;
}

footer p,
footer p a{
    letter-spacing: 5px;
}

/*Botón Subir*/
footer #subir{
    display: block;
    width: 129px;
    margin: 30px auto 0 auto;
}

footer #suscribir{
    height: 35px;
    width: 350px;
    z-index: 101;
}

footer .suscribir label.busq {
    background-image: url("/resources/images/web/productos/fnd_buscador.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 35px;
    width: 244px;
    margin-top: -10px;
    opacity: 0.8;
}
footer .suscribir label {
    display: block;
    float: left;
}


footer .suscribir label.busq input {
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    color: #676c69;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    height: 20px;
    margin-left: 10px;
    margin-top: 5px;
    width: 230px;
}
footer .btn {
    background-color: transparent !important;
    
}
footer .suscribir label.btn {
    
    background-image: url("/resources/images/web/productos/fnd_suscribe_btn.png");
    background-position: left top;
    background-repeat: no-repeat;
    height: 35px;
    width: 39px;
    margin-top: -10px;
    margin-left: -1px;
    opacity: 0.8;
}


footer .suscribir label.btn input {
    background: none repeat scroll 0 0 transparent;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    height: 35px;
    width: 39px;
}

#mapa h3{
    font-size: 25px;
}

#mapa p{
    font-size: 15px;
}

#mapa img{
    margin-top: 5px;
}

/*Videos*/
#video-bg,
#mapa{
    position: relative;
    width: 100%;
    height: 380px;
    overflow: hidden;
    margin-top: 114px;
    background-color: #000;
    z-index: 1;
}

#video-bg p{
    text-shadow: 1px 1px 0px rgba(0,0,0,1);
}

#video-bg img {
    width: 100%;
    height: 100%;
}

#video-bg.error,
.noticia_detalle #video-bg{
    background-color: #fff;
}

#video-bg.galeria_detalle{
    background-color: #666;
}

#video-bg video,
#video-bg .bg{
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 0.9;
    background-color: #000;
}

#video-bg video.o5{
    opacity: 0.7;
}

#slider_bg.cycle-slideshow{
    position: relative;
    width: 100%;
    z-index: 1;
    opacity: 0.8;
    overflow: hidden;   
}

#slider_bg.cycle-slideshow img{
    width: 100%;
}

#video-bg .texto,
.texto.mapa{
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 400px;
    top: 40%;
    left: 50%;
    margin-left: -550px;
}

#video-bg.error .texto{
    margin-left: 0px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}

#video-bg .texto *,
.texto.mapa *{
    color: #fff;
    text-align: left;
}

#video-bg .texto h2,
.texto.mapa h2{
    text-transform: uppercase;
    font-size: 55px;
}

#video-bg.error h3{
    font-size: 65px;
}

#video-bg.error h3,
#video-bg.error p{
    color: #3b3b3b;
    text-align: center;
}

#video-bg.error p{
    text-shadow: none;
}
#top-wrapper {
    background: url(/resources/images/top-bg.png) repeat-x;
    height: 25px;
}
#top-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
}
#top-wrapper .col-xs-10 {
    width: 83.33333333%;
}
.buscador label.btn input{
    opacity: 0;
}
.buscador label.busq{
    border: 1px solid #bbb;
}
.buscador  .btn{
    padding: 0px;
    border-top: 1px solid #bbb;
border-bottom: 1px solid #bbb;
border-right: 1px solid #bbb;
}