@charset "utf-8";

[class*="span"] {
    /*background: none;*/
	min-height: 30px;
}

/*varios*/

/*layout*/
body {
    background: black;
    height: 100%;
}
img {
    max-width: 100%;
}
.show-on-phones {
    text-align: center;
}
.show-on-phones img {
    max-width: 70%;
    margin-top: 50px;
}

/*header*/

/*menu*/

/*footer*/

/*secciones*/



/*
MOVILES
Phones Landscape
*/
@media (max-width: 480px) {

}

/*Phone Landscape / Tablet Portrait*/
@media (max-width: 768px) {

}

/*Tablet Portrait / Tablet Landscape / Desktop*/
@media (min-width: 768px) and (max-width: 980px) {

}

/*Pantallas anchas*/
@media (min-width: 2400px) {

}