*{
    margin:0;
    padding:0;
}
header{
    width: 100%;
    background:rgba(3,32,176,.9);
    height: 70px;
    position: fixed;
    z-index: 10;
}
.ancho{
    width: 90%;
    height: 70px;
    margin: auto;
}
.logo{
    width: 60%;
    height: 70px;
    float: left;
    padding-top: 15px;
    box-sizing: border-box;
}
.logo p a{
    color: whitesmoke;
    font-size: 30px;
    text-decoration: none;
    font-weight: bold;
    font-family: patu;
    
}
nav{
    width: 40%;
    height: 70px;
    float: left;
    padding-top: 24px;
    box-sizing: border-box;
    padding-left: 65px;
}
nav ul{
    list-style: none;
}
.submenu li a{
    background: rgba(3,32,176,.9);
    padding-top: 15px;
}
.menu li a{
    color: whitesmoke;
    font-size: 18px;
    text-decoration: none;
    padding-left:10px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: patu;
    display: block;
}
.menu > li{
    float: left;
}
.menu li ul{
    display: none;
    position: absolute;
    min-width: 120px;
}
.menu li:hover .submenu{
    display: block;
}
.menu li a:hover{
    color: goldenrod;
}
.logo p a:hover{
    color: goldenrod; 
}
@font-face{
    font-family: patu;
    src:url(Fuentes/PatuaOne-Regular.ttf);
}
@font-face{
    font-family: titae;
    src: url(Fuentes/TitilliumWeb-ExtraLight.ttf)
}
#particles-js{
    background:url(Imagenes/Logo_g3.png);
    background-position: center;
    background-attachment: contain;
    background-size: 1400px 750px;
    background-repeat: no-repeat;
    padding-top: 30px;  
}
.ancho-letras{
    top: 250px;
    position: absolute;
    width: 100%;
    /*background: rgba(3, 32,173,.9);*/
    text-align: center;
    z-index: 1;
}
.letras-slider{
    width: 80%;
    margin: auto;
}
.letras-slider h1{
    color:rgba(3,32,176);
    font-family: patu;
    font-size: 75px;
}
.letras-slider p{
    color: rgba(3,32,176);
    font-size: 20px;
    font-family: patu; 
    padding-top: 70px;
    text-align: center;
    letter-spacing: 1px; 
}
.wap{
    width: 90%;
    margin: auto;
}
.site{
    width: 100%;
    margin: auto;
}
.site h2{
    color: goldenrod;
    padding-top: 30px;
    text-align: center;
    font-family: patu;
    font-size: 25px;
    letter-spacing: 2px;
}
.site p{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    font-family: titae;
    font-size: 20px;
    padding-top: 40px;
    line-height: 35px;
}
.site img{
    float: left;
    width: 400px;
    height: 390px;
    padding-top: 20px;
    margin-right: 20px;
}
.site2{
    width: 100%;
    margin: auto;
}
.site2 p{
    color: white;
    text-align: justify;
    letter-spacing: 1px;
    font-family: titae;
    font-size: 20px;
    padding-top: 40px;
    line-height: 35px;
}
.site2 img{
    float:right;
    width: 400px;
    height: 350px;
    padding-left: 20px;
}

footer{
	clear: both;
	margin-top: 50px;
	background: rgba(3,32,176);
	color:white;
	text-align: center;
    padding: 30px;
    font-family: patu;
    font-size: 20px;
}
body{
    background: black;
}
@media only screen and (max-width: 480px){
    .logo p a{
        font-size: 15px;
    }
    .menu li a{
        font-size: 9px;
    }
    #particles-js{
        background-size: 480px 200px;
        padding-top: 100px;
    }
    .letras-slider h1{
        font-size: 20px;
        color: goldenrod;
        letter-spacing: 2px;
        font-weight: normal;
    }
    nav{
        width: 40px;
        padding-top: 15px;
    }
    .logo{
        width: 200px;
        text-align: center;
    }
    .site{
        width: 100%;
    }
    .site h2{
        width: 100%;
        font-size: 15px;
        font-weight: normal;
    }
    .site img{
        width: 100%;
    }
    .site p{
        width: 100%;
        font-size: 17px;
    }
    .site2{
        width: 100%;
    }
    .site2 h2{
        width: 100%;
        font-size: 15px;
        font-weight: normal;
    }
    .site2 img{
        width: 100%;
    }
    .site2 p{
        width: 100%;
        font-size: 17px;
    }
}
@media only screen and (min-width: 481px) and (max-width: 768px){
    .letras-slider h1{
        font-size: 35px;
        color:rgba(3,32,176);
    }
    .logo p a{
        font-size: 23px;
    }
    .menu li a{
        font-size: 15px;
    }
    #particles-js{
        background-size: 768px 400px;
    }
    .logo{
        text-align: center;
    }
}