Lo dicho, aquí dejo el código. Gracias!
Código CSS:
Ver original@charset "UTF-8";
/* PROPIEDADES DEL BODY */
body{
margin: 0 auto;
width: 100%;
}
a{
text-decoration: none;
}
/* OPEN SANS */
@font-face {
font-family: 'OpenSans';
src: url('fonts/OpenSans-Regular.ttf');
src: url('fonts/OpenSans-Regular.ttf') format('truetype'),
url('fonts/OpenSans-Regular.woff') format('woff'),
url('fonts/OpenSans-Regular.eot') format('embedded-opentype');
font-weight: normal;
font-style: normal;
}
/* Unificación de estilos */
/* Login */
@import url("login/loginmax.css") (min-width:500px);