@charset "utf-8";

img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body {
	
}






/* Diseño escritorio: de 481 px hasta un máximo de 1232 px.  Hereda estilos de: Diseño móvil y Diseño tableta. */

@media only screen and (min-width: 481px) {
#gridContainer {
	width: 90%;
	max-width: 960px;
	margin: auto;
}


.portada {
	margin-top: 10%;
	height: auto;
	width: auto;
	display: flex;
    justify-content: center;
}
