footer{
	width: 100%;
	height: 200px;
	background: rgba(8,54,77,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(8,54,77,1)), color-stop(22%, rgba(13,42,56,1)), color-stop(69%, rgba(1,23,34,1)), color-stop(100%, rgba(1,23,34,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    background: radial-gradient(ellipse at center, rgba(8,54,77,1) 0%, rgba(13,42,56,1) 22%, rgba(1,23,34,1) 69%, rgba(1,23,34,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08364d', endColorstr='#011722', GradientType=1 );
    display: flex;
    flex-wrap: wrap;

    color: white;
    margin-bottom: -25px;

}



.infoFooter{
	width: 25%;
    height: 44%;
    margin-top: 54px;

	
}
.footerIzquierdo{
	margin-left: 15%;
}
.infoFooter p{
	
	margin: 0;
	padding: 0;
	padding-bottom: 5px;
	font-size: 11px;
	color: white;
}
.infoFooter a{
	text-decoration: none;
	color: white;
	font-size: 12px;
}
.infoFooter a:hover{
	cursor: pointer;
}

.infoCruceroCien p{
	width: 70%;
	margin: auto;
	font-size: 11px;
	color: white;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
footer{
	height: 434px;

}
.footerIzquierdo{
	margin-left: 5%;
}
.infoFooter {
    width: 27%;
    height: 125px;
    margin-left: 18px;
}

.infoCruceroCien p {
    width: 88%;
	text-align: justify;


    }

.infoCruceroCien{
	margin-top: -53px;	
}    


}



