/* reseteo universal*/
*{
	border: 0;
	margin: 0;
	padding: 0;
}

/*estilos del sitio*/
body{
	background-color: #fff;
	background-repeat: no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, Verdana;
    width: 100%;
    height: 100%;
}

/*********COMIENZO CONTENEDOR***********/
header, footer{
    background: #000
}

#contenido{
    background-color: #fff;
    margin: 0 auto;
    text-align: left;
    width: 100%;
}

li#archivadores a{
    text-decoration: underline;
}

li#archivadores, li#archivadores a{
    color: red;
}

/*********FINAL CONTENEDOR***********/

@media(max-width:1200px){
    
}


@media(max-width:959px){
    
}

@media(max-width:800px){

}

@media(max-width:600px){
      
}

@media(max-width:500px){
    
}

@media(max-width:400px){

}