@charset "utf-8";
/* CSS Document */
body{
	font-family:Arial;
	font-size: 1.3em;
}

.redtop{
	height:200px;
	background-color:#F6232E;
	text-align: center;
}

.logo{
	height:120px;
	margin:auto;
	text-align:center;
}

.img{
	padding:25px; 
}

.bases{
	width: 70%;
	margin: auto;
	color:#231f20;
	padding:20px;
	text-align: justify;
}

.bases h2{
	color:#F6232E;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
}

.rojo{
	height:60px;
	background-color:#F6232E;
	width:100%;
	text-align: center;
}

.footer{
	height:56px;
}

.footer img{
	float:right;
}


@media screen and (max-width: 425px) {
	body{
	font-family:Arial;
	font-size: 1em;
	}
    .redtop{
		height: auto;
		margin:auto;
    }
    .redtop img {
		width:100%;
		height: auto;
		margin:auto;
	}
    .footer img {
		width:120%;
		height: auto;
    }
    .bases {
		width:90%;
		margin:auto;
    }
}
