
@import url(https://fonts.googleapis.com/css?family=Oswald&subset=latin,latin-ext);

*{
    padding: 0;
    margin:0;
}

body{            
    font-family: 'helvetica';    
    margin: 0 auto;
    width: 100%;  
    color:black;          
/*    background: transparent url('../imagenes/fondo.jpg') no-repeat center center fixed;    
    background-size: cover;*/
}





/* ********************************************************************************** */
/* **********************PANTALLAS DE M�?S DE 300px************************ */

@media screen and (min-width:300px){
    
    
}

/* **********PANTALLAS DE  400px******************************************* */

@media screen and (min-width:400px){
    
    
    
}

/* **********PANTALLAS DE M�?S DE 600px************** */
@media screen and (min-width:600px){
    
    
}


/* **********PANTALLAS DE M�?S DE 800px************** */
@media screen and (min-width:800px){
    
    
}

/* **********PANTALLAS DE M�?S DE 1024px************** */
@media screen and (min-width:1024px){
    
    
    
}

/* **********PANTALLAS DE M�?S DE 1200px************** */
@media screen and (min-width:1200px){
    
    
   
}