@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/ubuntu.ttf),
    url(../fonts/EuropeUnderground_light.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url(../fonts/ubuntu_bold.ttf),
    url(../fonts/ubuntu_bold.woff);
    font-weight: bold;
    font-style: normal;
}

body, html{
    background-color: #fdfdfb;
    font-family: 'Ubuntu';
}

h1, h2, h3, h4, h5, h6{
    font-family: 'Ubuntu';
}

.moduletable h3 {
    color: #fff;
    background-color: #58585a;
    line-height: 40px;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
}

.uppercase{
    text-transform: uppercase;
}

.valign:before{
    height: 100%;
    display: inline-block;
    content: ' ';
    vertical-align: middle;
}

.img_fullwidth{
    width: 100%;
}

#header-top{
    margin-top: 10px;    
}

#header-top > .row:first-child{
    border-bottom: 3px solid #bd2a28;
}

#header-top .logo{
    height: 100%;
}

#header-top ul{   
    list-style: none;
    margin-bottom: 0;
}

#header-top ul li{
    display: inline-block;
    margin-left: 10px;
    border-bottom: 3px solid transparent;
    padding: 7px;
    box-sizing: border-box;
}

#header-top ul li:hover{
    border-bottom: 3px solid #bd2a28;
}

#header-top ul li a{
    color: #000;
    transition: all .3s ease-out;
    border-bottom: 2px solid transparent;
    font-size: 0.9rem;
    line-height: 25px;
}

#header-top ul li.link-especial,
#header-top ul li:last-child{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #bd2a28;
}

#header-top ul li.link-especial a,
#header-top ul li:last-child a{
    color: #fff;    
}

#header-top ul li a:hover{
    /*text-shadow: 1.2px 1.2px 3px #000;*/
}

input.buscar{
    border-radius: 3px;
    background: url(../img/lupa.png) 98% center no-repeat;
}

ul#slider_home{
    margin: 10px 0;
}

#top-menu-resp{
    text-align: right;
    padding-right: 15px;
}

.menu-resp{
    display: none;    
    width: 100%;    
}

.menu-resp a, .menu-resp div{
    display: inline-block;
    vertical-align: middle;
    font-size: 1.8rem;
}

.menu-resp > a{
    width: 32px;
    height: 32px;
    background: url(../img/menu_resp.png) center center no-repeat;
}

.fullWidth {
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.parallax{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -50%;
	margin-left: 50%;
	z-index: -1;
}

.franja_gris{
    background: url(../img/franja_gris.jpg);
    padding: 15px 0;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.franja_gris,
.franja_gris div,
.franja_gris p{
    color: #fff;
    font-size: 0.85rem;
}

a.link-std{
    color: #000;
    text-decoration: underline;
}

.franja_gris h1,
.franja_gris a,
.franja_gris a.link-std{
    color: #fff !important;
}

footer{
    background: url(../img/footer.png);
    padding: 10px;
    box-sizing: border-box;
}

.redes-sociales{
    width: 53px;
    height: 53px;
    display: inline-block;
    margin-left: 5px;
    background-position: center center;
    background-repeat: no-repeat;
}

.facebook{
    background-image: url(../img/facebook.png)
}

.twitter{
    background-image: url(../img/twitter.png)
}

.gplus{
    background-image: url(../img/gplus.png)
}

.separador{
    height: 2px;
    width: 100%;
    border-bottom: 1px dotted #000;
}

.lightSlider  img{
    width: 100% !important;
}

/*** Fancybox ***/
.featherlight .featherlight-content{
   background-color: #231f20; 
}

.my.fancybox-skin {	
	position: relative;
	background: rgba(0, 0, 0, .85);
	color: #fff;
	text-shadow: none;
	border: none;
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

.fancybox-opened .my.fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

/*.my .fancybox-close {
	top: 0;
	right: -70px;
    width: 50px;
    height: 50px;
	background: url(../img/icono_cerrar.png) center center no-repeat;
    opacity: 0.6;
    transition: all .4s ease-in-out;
}*/

.my .fancybox-close:hover{
    opacity: 1;
}

.my .fancybox-next span{
    background: url(../img/light_der.png) center center no-repeat;
    right: -50px;    
}

.my .fancybox-prev span{
    background: url(../img/light_izq.png) center center no-repeat;
    left: -50px;
}

.my .fancybox-nav span{
    position: absolute;
    top: 50%;
    width: 42px;
    height: 42px;  
    cursor: pointer;
    z-index: 8040;
    visibility: visible;
    padding: 0;
    margin: 0;
    margin-top: -18px;
    border: 0;
    outline: none;
    vertical-align: top;
    opacity: 0.6;
    transition: all .4s ease-in-out;
}

.my .fancybox-nav span:hover{
    opacity: 1;
}

@media all and (max-width: 760px){
    .menu-resp{
        display: block;
    }

    #header-top ul{
        display: none;        
        text-align: right;
    }
    
    #header-top ul li{
        width: 100%;
        display: block;
    }
}