@import url('https://fonts.googleapis.com/css?family=Merriweather:400,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');

header
{
    position: fixed;
    width: 100%;
    height: 70px;
    background-color: rgba(0, 0, 50, 0.5);
    transition: background-color 0.5s;
}
header nav
{
    display: table;
    height: 40px;
    margin: 0px auto;
}
header nav ul
{
    display: block;
    float: left;
    list-style: none;
    margin-top: 10px;
}
header nav ul li
{
    float: left;
    margin: 10px;
    padding: 2px;
}

header nav ul li > a
{
    text-decoration: none;
    color: white;
    transition: background-color 0.5s, color 0.5s;
    padding: 10px;
    border-radius: 50px;
}
header nav ul li > a:hover
{
    color: black;
    background-color: white;
}



#cuadrod
{
    background-color: white;
    width: 75%;
    border-radius: 50px;

    
    margin: 0 auto;
    ;
    padding-top: 100;

    align-items: center;
    align-content: center;
    

}

#cuadrod h1
{
    color: black;
    font-weight: bold;
    font-size: 30;
    margin: 50 auto;
    text-align: center;

}
#cuadrod p
{
    color: black;
    font-weight:normal;
    font-size: 30;
    margin: 0 auto;
    text-align: center;
}

#cuadrod a
{
    color: black;
    margin: 10% 45%;
    margin-top: 20%;
    
}
#cuadrod embed
{
    text-align: center;
    align-content: center;
    margin: 0 22%;
}



#logo
{
    background-image: url(../img/LogoTiraque.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left;
    margin-top: -30;
    margin-left: 35%;
    height: 120%;
    width: 25%;
    transition: width 0.5s, heigth 0.5s, margin-top 0.5s, margin-left 0.5s;
}








#mostrar-mega-menu:hover > #mega-menu
{
    visibility: visible;
    opacity: 1;
}
#mega-menu
{
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    left: 0px;
    width: 100%;
    margin: 0px auto;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}
#mega-menu h1
{
    color: rgb(200, 0, 0);
    font-size: 25px;
    font-family: 'Open Sans Condensed', sans-serif;
    border-bottom: 3px;
    border-bottom-style: dotted;
    border-bottom-color: red;
}
#mega-menu h2
{
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-left: 20px;
    margin-top: 10px;
    font-family: 'Open Sans Condensed', sans-serif;
}
#mega-menu a
{
    text-decoration: none;
    color: black;
    font-size: 25px;
    padding-left: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    display: block;
    transition: background-color 0.5s;
}
#mega-menu a:hover
{
    background-color: white;
}


#submenu
{
    padding: 10px;
}

#menuitem-izquierda
{
    margin-left: -50;
    transition: margin-left 0.5s;
}
#menuitem-derecha
{
    margin-left: 200;
    transition: margin-left 0.5s;
}