*¨{
    box-sizing: border-box;
}

/* FUENTE--- */
@font-face{
font-family: Kozuka Gothic Pr6N;
    src: url(C:\Windows\Fonts\Kozuka Gothic Pr6N\KozGoPr6N-Regular.otf)
        format ("otf");
font-weight: normal;
    font-style: normal;
}
/* FONDO---- */
body{
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    max-width:100%;
   background-image: url(CABECERA/back2.gif);
    background-repeat: no-repeat;
     background-attachment: fixed;
    background-size: cover;
    
}
/* CABECERA---------- */
div.cab{
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto; 
    width: 80%;
}
img.cab{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
/* MENU ---- */
a,
a{
    font-family: Kozuka Gothic Pr6N;
    font-size: 25px; text-decoration: none;
    color: white;
}  	

a:hover{
     color:black; text-decoration: none;
}
a:active{
    color: black; text-decoration: none; 
}
a:focus{
     color: white; text-decoration: none; 
}
.menu {
    width: 78%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0%;
    text-align: center;
    background-color:#ff000052;
    padding: 1%;
}
.pad2 {
    padding-right: 9%;
}
/* TEXTBIO ---- */
p,
p{
    font-family: Kozuka Gothic Pr6N;
    font-size: 25px; text-decoration: none; 
}
.textcont {
    width: 75%;
    padding: 30px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.atext{
    font-family: Kozuka Gothic Pr6N;
    font-size: 25px; text-decoration: none; 
}
.mail{
     font-family: Kozuka Gothic Pr6N;
    font-size: 25px; color: yellow;
}
/* LOGO ---- */
.log{
    width: 18%;
    margin-left: 12%;
    margin-right: auto;
    
}
/* QUERIES ----*/
@media screen and (max-width:700px ){
    p {
        font-family: Kozuka Gothic Pr6N;
        font-size: 15px; text-decoration: none;     
    }
}
@media screen and (max-width:700px ){
    .atext {
        font-family: Kozuka Gothic Pr6N;
        font-size: 15px; text-decoration: none;     
    }
}
@media screen and (max-width:700px ){
    .mail {
        font-family: Kozuka Gothic Pr6N;
        font-size: 15px; text-decoration: none;     
    }
}  
@media screen and (max-width:1870px ){
   a{
    font-family: Kozuka Gothic Pr6N;
    font-size: 25px; text-decoration: none;
    }  	 
}
@media screen and (max-width:1600px ){
   a{
    font-family: Kozuka Gothic Pr6N;
    font-size: 25px; text-decoration: none;
    }  	 
}
@media screen and (max-width:1600px ){
    .pad2{
        padding-right: 8%;
    } 	 
}    
@media screen and (max-width:1500px ){
    .pad2{
        padding-right: 7%;
    }        
}
@media screen and (max-width:1300px ){
    .pad2{
        padding-right: 6%;
    }        
}
@media screen and (max-width:1200px ){
    a{
    font-family: Kozuka Gothic Pr6N;
    font-size: 20px; text-decoration: none;
    }        
}
@media screen and (max-width:630px ){
    .pad2{
        padding-right: 3%;
    }        
}
@media screen and (max-width:900px ){
    .menu {
        margin-top: -1%;
    }        
}
@media screen and (max-width:800px ){
    a{
    font-family: Kozuka Gothic Pr6N;
    font-size: 13px; text-decoration: none;
    }        
}
@media screen and (max-width:1920px ){
    body {
     width: 50%;
        
    }
}
@media screen and (max-width:1800px ){
    body {
     width: 60%;
        
    }
}
@media screen and (max-width:1700px ){
    body {
     width: 70%;
        
    }
}
@media screen and (max-width:1200px ){
    body {
     width: 90%;
        
    }
}

@media screen and (max-width:600px ){
    body {
     width: 100%;
        
    }
}