﻿* {
    font-family: sans-serif;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Helvetica, Arial, sans-serif;
    color: #666;
    background: #f2f2f2;
    font-size: 1em;
    line-height: 1.5em;
    overflow: auto;
}


h1 {
    font-size: 2.3em;
    line-height: 1.3em;
    margin: 15px 0;
    text-align: center;
    font-weight: 300;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    max-width: 100%;
    height: auto;
}

#main-header {
    background: #333;
    color: white;
    height: 100px;
}

    #main-header a {
        color: white;
    }

/*
 * Logo
 */
#logo-header {
    float: left;
    padding: 15px 0 0 20px;
    text-decoration: none;
    max-width: 400px;
}

    #logo-header:hover {
        color: #0b76a6;
    }

    #logo-header .site-name {
        display: block;
        font-weight: 700;
        font-size: 1.2em;
    }

    #logo-header .site-desc {
        display: block;
        font-weight: 300;
        font-size: 0.8em;
        color: #999;
    }


/*
 * Navegación
 */

.nav > li {
    float: left;
}
.nav > li:nth-child(1){
    margin-left:22px;
}
    
.nav li a {
    /*background: #0c9ba0;*/
    background: #00465E;
    color: #FFF;
    display: block;
    border: 1px solid;
    padding: 10px 12px;
    line-height: 1em;
    min-width: 100px;
}

    .nav li a:hover {
        background: #00465E;
    }

.nav li ul {
    display: none;
    position: absolute;
    min-width: 120px;
}

.nav li:hover > ul {
    display: block;
}

.nav li ul li {
    position: relative;
}
/*
    .nav li ul li ul {
        right: -225px;
        top: 0;
    }
*/
.nav li .flecha {
    font-size: 9px;
    padding-left: 6px;
    display: none;
    line-height: 1em;
}

.nav li a:not(:last-child) .flecha {
    display: inline;
}

#main-content {
    background: white;
    width: 90%;
    max-width: 2000px;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

    #main-content header,
    #main-content .content {
        padding: 0px;
    }

#main-footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    margin-top: 40px;
}

    #main-footer p {
        margin: 0;
    }

    #main-footer a {
        color: white;
    }

#main-header {
    background: red;
    color: white;
    height: 125px;
    width: 100%; /* hacemos que la cabecera ocupe el ancho completo de la página  #ffa78a;*/
    left: 0; /* Posicionamos la cabecera al lado izquierdo */
    top: 0; /* Posicionamos la cabecera pegada arriba */
    /*position: fixed;  Hacemos que la cabecera tenga una posición fija */
}

.container {
    text-align: center;
    height: 118px;
}

.left {
    float: left;
    background: blue
}

.right {
    float: right;
    background: red
}

.center {
    color: white;
    display: inline-block;
    margin-top: 50px;
    margin-left: -187px;
    font-size: x-large;
    height: 77px;
}
