body{
    margin: 0;
    background: url(../images/fondo_web.jpg) no-repeat center fixed;
}
.content{
    position: relative;
    width: 900px;
    height: auto;
    background: #fff;
    border: 4px double #aaa;
    left: 50%;
    margin-left: -460px;
    padding: 10px;
    border-radius: 3px;
    margin-top: 10px;
    box-shadow: 0px 0px 10px #444;
}
.content:nth-child(6){
    margin-bottom: 20px;
}
.push{
    height: 20px;
}
.paises{
    position: absolute;
    top: 0;
    right: 0;
    font-family: sans-serif;
    color: #777;
    font-weight: Bold;
}
.paises img{
    width: 38px;
    height: 19px;
}
.header a{
    position: absolute;
    text-align: center;
    width: 200px;
    height: 42px;
    color: #777;
    padding-top: 25px;
    left: 70%;
    top: 37px;
    font-family: sans-serif;
    text-decoration: none;
    font-size: 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background: linear-gradient(#ccc,#fff,#ccc);
    background: -webkit-linear-gradient(#ccc,#fff,#ccc);
    transition: background 1s, color 1s;
    -webkit-transition: background 1s, color 0.5s;
}
.header a:hover{
    background: linear-gradient(#fff,#ccc,#fff);
    background: -webkit-linear-gradient(#fff,#ccc,#fff);
    color: #fff;
}
.move{
    perspective: 1000px;
    width: 360px;
    text-align: center;
    margin-left: 50px;
}
.move img{
    position: absolute;
    left: -45px;
    top: -5px;
    opacity: 0.8;
}
.move a{
    position: absolute;
    background: none;
    border: none;
    top: -75px;
    left: -50px;
    
}
.move a:hover{
    background: none;
    border: none;
    color: #00569f;
}
h1{
    font-family: hind;
    color: #00569f;
    -webkit-animation: name 5s ease-in-out infinite;
    -moz-animation: name 5s ease-in-out infinite;
    -ms-animation: name 5s ease-in-out infinite;
    -o-animation: name 5s ease-in-out infinite;
    animation: name 5s ease-in-out infinite;
}
@-webkit-keyframes name{
    0%, 100%{-webkit-transform: rotateY(-30deg); text-shadow: 3px 0px 0px #0a4a7a;}
    50%{-webkit-transform: rotateY(30deg);text-shadow: -3px 0px 0px #0a4a7a;}
}
@-moz-keyframes name{
    0%, 100%{-moz-transform: rotateY(-30deg); text-shadow: 3px 0px 0px #0a4a7a;}
    50%{-moz-transform: rotateY(30deg);text-shadow: -3px 0px 0px #0a4a7a;}
}
@-ms-keyframes name{
    0%, 100%{-ms-transform: rotateY(-30deg); text-shadow: 3px 0px 0px #0a4a7a;}
    50%{-ms-transform: rotateY(30deg);text-shadow: -3px 0px 0px #0a4a7a;}
}
@-o-keyframes name{
    0%, 100%{-o-transform: rotateY(-30deg); text-shadow: 3px 0px 0px #0a4a7a;}
    50%{-o-transform: rotateY(30deg);text-shadow: -3px 0px 0px #0a4a7a;}
}
@keyframes name{
    0%, 100%{transform: rotateY(-30deg); text-shadow: 3px 0px 0px #0a4a7a;}
    50%{transform: rotateY(30deg);text-shadow: -3px 0px 0px #0a4a7a;}
}
h2{
    font-family: hind;
    font-weight: 100;
    color: #aaa;
    font-size: 16px;
    text-align: center;
    margin-top: -10px;
}
.tipos,.media{
    text-align: center;
}
.tipos img{
    display: inline-block;
    width: 200px;
}
.marcas img{
    display: inline-block;
    width: 200px;
    border: 1px solid #eee;
    border-radius: 2px;
}

/*ANIMACIÓN MARCAS*/

.marcas img:nth-child(1),.marcas img:nth-child(8){
    -webkit-animation: uno 4s ease-in-out infinite;
    -moz-animation: uno 4s ease-in-out infinite;
    -ms-animation: uno 4s ease-in-out infinite;
    -o-animation: uno 4s ease-in-out infinite;
    animation: uno 4s ease-in-out infinite;
}
@-webkit-keyframes uno{
    85%, 25%{box-shadow: 1px 1px 10px #ddd}
    0%, 10%, 95%, 100%{box-shadow: 1px 1px 20px #bbb; width: 205px}
}
@-moz-keyframes uno{
    85%, 25%{box-shadow: 1px 1px 10px #ddd}
    0%, 10%, 95%, 100%{box-shadow: 1px 1px 20px #bbb; width: 205px}
}
@-ms-keyframes uno{
    85%, 25%{box-shadow: 1px 1px 10px #ddd}
    0%, 10%, 95%, 100%{box-shadow: 1px 1px 20px #bbb; width: 205px}
}
@-o-keyframes uno{
    85%, 25%{box-shadow: 1px 1px 10px #ddd}
    0%, 10%, 95%, 100%{box-shadow: 1px 1px 20px #bbb; width: 205px}
}
@keyframes uno{
    85%, 25%{box-shadow: 1px 1px 10px #ddd}
    0%, 10%, 95%, 100%{box-shadow: 1px 1px 20px #bbb; width: 205px}
}
.marcas img:nth-child(2),.marcas img:nth-child(9){
    -webkit-animation: dos 4s ease-in-out infinite;
    -moz-animation: dos 4s ease-in-out infinite;
    -ms-animation: dos 4s ease-in-out infinite;
    -o-animation: dos 4s ease-in-out infinite;
    animation: dos 4s ease-in-out infinite;
}
@-webkit-keyframes dos{
    0%, 1%, 35%, 100%{box-shadow: 1px 1px 20px #ddd}
    11%, 20%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes dos{
    0%, 1%, 35%, 100%{box-shadow: 1px 1px 20px #ddd}
    11%, 20%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes dos{
    0%, 1%, 35%, 100%{box-shadow: 1px 1px 20px #ddd}
    11%, 20%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes dos{
    0%, 1%, 35%, 100%{box-shadow: 1px 1px 20px #ddd}
    11%, 20%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes dos{
    0%, 1%, 35%, 100%{box-shadow: 1px 1px 20px #ddd}
    11%, 20%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
.marcas img:nth-child(3){
    -webkit-animation: tres 4s ease-in-out infinite;
    -moz-animation: tres 4s ease-in-out infinite;
    -ms-animation: tres 4s ease-in-out infinite;
    -o-animation: tres 4s ease-in-out infinite;
    animation: tres 4s ease-in-out infinite;
}
@-webkit-keyframes tres{
    0%, 11%, 45%, 100%{box-shadow: 1px 1px 20px #ddd}
    21%, 30%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes tres{
    0%, 11%, 45%, 100%{box-shadow: 1px 1px 20px #ddd}
    21%, 30%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes tres{
    0%, 11%, 45%, 100%{box-shadow: 1px 1px 20px #ddd}
    21%, 30%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes tres{
    0%, 11%, 45%, 100%{box-shadow: 1px 1px 20px #ddd}
    21%, 30%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes tres{
    0%, 11%, 45%, 100%{box-shadow: 1px 1px 20px #ddd}
    21%, 30%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
.marcas img:nth-child(4){
    -webkit-animation: cuatro 4s ease-in-out infinite;
    -moz-animation: cuatro 4s ease-in-out infinite;
    -ms-animation: cuatro 4s ease-in-out infinite;
    -o-animation: cuatro 4s ease-in-out infinite;
    animation: cuatro 4s ease-in-out infinite;
}
@-webkit-keyframes cuatro{
    0%, 21%, 55%, 100%{box-shadow: 1px 1px 20px #ddd}
    31%, 40%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes cuatro{
    0%, 21%, 55%, 100%{box-shadow: 1px 1px 20px #ddd}
    31%, 40%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes cuatro{
    0%, 21%, 55%, 100%{box-shadow: 1px 1px 20px #ddd}
    31%, 40%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes cuatro{
    0%, 21%, 55%, 100%{box-shadow: 1px 1px 20px #ddd}
    31%, 40%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes cuatro{
    0%, 21%, 55%, 100%{box-shadow: 1px 1px 20px #ddd}
    31%, 40%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
.marcas img:nth-child(5){
    -webkit-animation: cinco 4s ease-in-out infinite;
    -moz-animation: cinco 4s ease-in-out infinite;
    -ms-animation: cinco 4s ease-in-out infinite;
    -o-animation: cinco 4s ease-in-out infinite;
    animation: cinco 4s ease-in-out infinite;
}
@-webkit-keyframes cinco{
    0%, 31%, 65%, 100%{box-shadow: 1px 1px 20px #ddd}
    41%, 50%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes cinco{
    0%, 31%, 65%, 100%{box-shadow: 1px 1px 20px #ddd}
    41%, 50%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes cinco{
    0%, 31%, 65%, 100%{box-shadow: 1px 1px 20px #ddd}
    41%, 50%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes cinco{
    0%, 31%, 65%, 100%{box-shadow: 1px 1px 20px #ddd}
    41%, 50%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes cinco{
    0%, 31%, 65%, 100%{box-shadow: 1px 1px 20px #ddd}
    41%, 50%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
.marcas img:nth-child(6){
    -webkit-animation: seis 4s ease-in-out infinite;
    -moz-animation: seis 4s ease-in-out infinite;
    -ms-animation: seis 4s ease-in-out infinite;
    -o-animation: seis 4s ease-in-out infinite;
    animation: seis 4s ease-in-out infinite;
}
@-webkit-keyframes seis{
    0%, 41%, 75%, 100%{box-shadow: 1px 1px 20px #ddd}
    51%, 60%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes seis{
    0%, 41%, 75%, 100%{box-shadow: 1px 1px 20px #ddd}
    51%, 60%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes seis{
    0%, 41%, 75%, 100%{box-shadow: 1px 1px 20px #ddd}
    51%, 60%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes seis{
    0%, 41%, 75%, 100%{box-shadow: 1px 1px 20px #ddd}
    51%, 60%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes seis{
    0%, 41%, 75%, 100%{box-shadow: 1px 1px 20px #ddd}
    51%, 60%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
.marcas img:nth-child(7){
    -webkit-animation: siete 4s ease-in-out infinite;
    -moz-animation: siete 4s ease-in-out infinite;
    -ms-animation: siete 4s ease-in-out infinite;
    -o-animation: siete 4s ease-in-out infinite;
    animation: siete 4s ease-in-out infinite;
}
@-webkit-keyframes siete{
    0%, 51%, 85%, 100%{box-shadow: 1px 1px 20px #ddd}
    61%, 70%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-moz-keyframes siete{
    0%, 51%, 85%, 100%{box-shadow: 1px 1px 20px #ddd}
    61%, 70%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-ms-keyframes siete{
    0%, 51%, 85%, 100%{box-shadow: 1px 1px 20px #ddd}
    61%, 70%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@-o-keyframes siete{
    0%, 51%, 85%, 100%{box-shadow: 1px 1px 20px #ddd}
    61%, 70%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}
@keyframes siete{
    0%, 51%, 85%, 100%{box-shadow: 1px 1px 20px #ddd}
    61%, 70%{box-shadow: 1px 1px 10px #bbb; width: 205px}
}

/*FINAL DE LA ANIMACION*/

.media iframe{
    display: inline-block;
    width: 380px;
    height: 250px;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: 1px 1px 10px #bbb;
}
.footer{text-align: center}
.footer a{
    font-family: arial;
    font-size: 11px;
    text-decoration: none;
    color: #777;
}

/*MENU DESPLEGABLE*/

.menu{
    position: relative;
    z-index: 9999;
    margin: auto;
    width: 300px;
    top: -10px;
    left: 32.5%;
}
ul{
    list-style: none;
}
ul li a{
    font-family: arial;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    padding: 2px 13px;
    border: 1px solid #eee;
    background: linear-gradient(#fff, #ddd);
    display: block;
    transition: color 0.2s;
}
ul li a:hover{
    background: linear-gradient(#888,#ddd);
    color: #fff;
}
.nav > li {
    float: left;
}
.nav li ul{
    display: none;
    position: absolute;
    min-width: 70px;
    margin-left: -40px;
}
.nav li:hover > ul{
    display: block;
}
.links{
    text-align: center;
}
.links a{
    font-family: arial;
    font-size: 16px;
    text-decoration: none;
    color: #777;
    transition: all 0.5s;
}
.links a:hover {
    color: #00569f;
}