*{
    margin: 0;
    padding: 0;
}
html {
	height: 100%;
}
body{
    background: #fff;
    font: 14px 'Open Sans', sans-serif;
    min-width: 240px;
    height: 100%;
}
header, nav{
    display: block;
}

#tituloarriba {
    background: #000;
    color: #000;
    float: left; 
    width: 99%;
    height: auto;
    text-align: right;
    overflow: auto;
    padding-right: 1%;
    opacity: 0.70;
    overflow:hidden;
}
#tituloarriba p {
	font-size: 0.9em;
	font-weight: 600;
	color: #fff;
	display: inline;
}
#tituloabajo {
    color: #000;
    float: right; 
    width: 98%;
    height: auto;
    margin-left: 1%;
    margin-right: 1%;
    text-align: right;
    overflow: hidden;
}

/* Definimos un ancho 100% y una altura fija para nuestro menu */
header{
    background: #000;
    height:60px;
    position: relative;
    width: 100%;
    z-index: 10;
    opacity: 0.9;
}

/* El logo sera flotado a la izquierda */
#logo{
    background: url(https://www.bilbao-airport-transfer.com/img/logopeq.png) no-repeat 0 0;
    display: block;
    float: left;
    margin: 6px 20px 0;
    width: 172px;
    height: 46px;
    text-indent: -9999px;
}

/* Nuestro nav con id #menu lo flotaremos a la derecha*/
#menu{float: right;}   

    /* Quitamos estilos por defecto de el tag UL */
    #menu ul{
        list-style: none;
        font-size: 16px;
    }
        
        /* Centramos y ponemos los textos en mayuscula */
        #menu li{
           display: block;
           float: left;
           text-transform: uppercase;
           text-align: center;
        }
            
            /* Damos estilo a nuestros enlaces */
            #menu li a{
                display: block;
                color: #fff;
                text-decoration: none;
                height: 60px;
                line-height: 60px;
                padding: 0 26px;
            }
            #menu li a:hover{
                background: #151a1e;
                color: #e7fd34;
            }
    
    /* Estilos #nav-mobile y lo ocultamos */
    #nav-mobile{
        display: none;
        background: url(http://www.bilbao-airport-transfer.com/img/nav.png) no-repeat center center;
        float: right;
        width: 60px;
        height: 60px;
        position: absolute;
        right: 0;
        top:0;
        opacity: .6;

    }   
        /* Agregaremos esta clase a #nav-mobile, cuando el menu mobile haya sido desplegado */
        #nav-mobile.nav-active{
            opacity: 1;
    }

/*    MEDIA QUERY   */

@media only screen and (max-width: 820px) {
    /* mostramos #nav-mobile */
    #nav-mobile{ display: block; }

    /* Fijamos nuestro nav en 100% ancho y dejamos de flotarlo  */
    #menu{
        width: 100%;
        float: none;
        padding-top: 60px;
    }
        /* Convertimos nuestra lista de enlaces en un menu horizontal */
        #menu ul{
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.5);
            box-shadow: 0 1px 2px rgba(0,0,0,.5);
            max-height: 0;
            overflow: hidden;
        }
            /* estilos para los LI del menu */
            #menu li{
                background: #000;
                border-bottom: 1px solid #282b30;
                float: none;
            }

            /* Quitamos el borde del ultimo item del menu */
            #menu li:last-child{ border-bottom: 0;}
                #menu li a{
                    padding: 15px 0;
                    height: auto;
                    line-height: normal;
                }
                #menu li a:hover{background:#151a1e}

        /* Agregamos una animacion al despligue del menu */
        #menu ul.open-menu{
            max-height: 400px;
            -webkit-transition: max-height .4s;
            -moz-transition: max-height .4s;
            -ms-transition: max-height .4s;
            -o-transition: max-height .4s;
            transition: max-height .4s;
        }
}

h1{
    font-size: 2em;
    font-weight: 500;
    color: #000;
}
h2{
    font-size: 1.1em;
    font-weight: 500;
}
h3{
    font-size: 1.7em;
    font-weight: 500;
    color: #003399;
}
h4{
    font-size: 0.9em;
    font-weight: 600;
    color: #fff;
    display: inline;
}
p {text-align: justify; line-height:1.3em; font-size: 1.1em; font-weight: 400;}
a:link, a:visited, a:active
{ background: inherit; text-decoration: none; color: #fff;font-weight: 400;}
a:hover
{ background: inherit; text-decoration: none; color:#e8fd37;font-weight: 400;}
button.submit {
	background: #003399;
	border: none;
	color: #fff;
	width: 100%;
	height: 50px;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 15px;
	font-size: 1.2em;
	border-radius: 2px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-bottom: 18px;
}
button.submit:hover {
	background: #0155fc;
}

#cuerpo {
	height: auto;
	width: 95%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 1260px;
	clear: both;
	overflow: auto;
	position: relative;
}

#cuerpocuadro {
	height: auto;
	width: 95%;
	margin: 0 auto;
	margin-top: -10px;
	margin-bottom: 20px;
	padding-top: 30px;
	max-width: 1260px;
	clear: both;
	overflow: auto;
	position: relative;
	border: 2px solid #000;
	z-index: 1;
}

.columnaentera {
	position: relative;
	width: 95%;
	padding: 0 2.5%;
	clear: both;
	height: auto;
	margin-bottom: 20px;
}

.columnamitad {
	position: relative;
	width: 45%;
	padding: 0 2.5%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

.columnatercio {
	position: relative;
	width: 31.33%;
	padding: 0 1%;
	float: left;
	height: auto;
	margin-bottom: 20px;
}

.migas {
	background-color: #e1e1e1;
	width: 98%;
	padding: 10px 0;
	padding-left: 2%;
	font-weight: 400;
	font-size: 1.2em;
	z-index: 2;
}
.migas a:link, .migas a:visited, .migas a:active { 
	background: inherit; text-decoration: none; color: #555555;font-weight: 400;
}
.migas a:hover { 
	background: inherit; text-decoration: none; color:#e8fd37;font-weight: 400;
}

.separador {
	background-color: #000;
	width: 100%;
	height: 20px;
	position: relative;
}

.separador2 {
	background-color: inherit;
	width: 100%;
	height: 20px;
	position: relative;
	z-index: 2;
}

footer {
	background-color: #000;
	width: 80%;
	margin: 0 auto;
	padding: 20px 10%;
	padding-bottom: 15px;
	text-align: center;
	position: absolute:
	bottom: 0;
}
footer hr {
	width: 90%; 
	margin-top: 8px;
	margin-bottom: 8px;
	margin-left: auto; 
	margin-right: auto; 
	color: #fff;
	background-color: #fff;
	border: 0 none;
	height: 1px;
}
footer p {
	margin-top: 10px;
	color: #bfbfbf;
	text-align: center;
	font-size: 0.9em;
}