header div.adsignestudio {
    padding: 5em 0;  
}
header .adsignestudio img {
    margin: 2em 0;
        -moz-transition: opacity 0.5s ease-in-out 0;
        -webkit-transition: opacity 0.5s ease-in-out 0;
        -o-transition: opacity 0.5s ease-in-out 0;
        -ms-transition: opacity 0.5s ease-in-out 0;
        transition: opacity 0.5s ease-in-out 0; 
}
main h3 {
    padding-bottom: 2em;
    font-size: 1.5em;
    text-align: center;
    font-weight: lighter;
}
section.enlaces, section.video{
    width: 98% !important;
    max-width: 1200px !important; 
    margin: 0 auto !important;
    text-align: center;
}
.video img {
    width: 80%;
    max-width: 1200px;
    height: auto;
}
.video h3 {
    padding-top: 2em; 
}


/*++++++++++++++++++++++Seccion de enlaces++++++++++++++++++++++++++*/
section.enlaces article {
    text-align: center;
}
section.enlaces article p {
    font-family: Roboto, "Open sans", Arial, sans-serif;
    font-size: .9em;
    line-height: 200%;
}
section.enlaces article h2 {
    padding: 0.5em 0 0 0;
    font-weight: normal;
    font-size: 2em;
}
section.enlaces img {
    max-width: 50%;
    height: auto;
}
section.enlaces a {
    margin: 1em auto 0 auto;
    padding: 1.5em 0;
    max-width: 80%;
    height: auto;
    display: block;
    border-radius: 20em;
    border: solid 3px transparent;
        -moz-transition: border-color 0.5s ease-in-out;
        -webkit-transition: border-color 0.5s ease-in-out;
        -o-transition: border-color 0.5s ease-in-out;
        -ms-transition: border-color 0.5s ease-in-out;
        transition: border-color 0.5s ease-in-out;
}
section.enlaces article a:hover, section.enlaces article a:active {
    border: solid 3px #00303c;
}
#cajacookies {
    box-shadow: 0px 0px 5px 5px #808080;
    background-color: white;
    color: black;
    padding: 1em;
    margin-left: 3%;
    margin-right: 3%;
    margin-bottom: 0px;
    position: fixed;
    bottom: 10px;
    width: 94%;
    z-index: 100;
    text-align: center;
}

#cajacookies button {
  color: black;
}