@charset "utf-8";
.ancho-70 {
	width: 70%;
}
.ancho-30 {
	width: 30%;
	float: right;
}
.ancho-63 {
    width: 63% !important;
}

.telefono {
	font-size: 32px;
	text-align: right;
}
.destaca   {
	font-weight: 300;
}

@media screen and (max-width:750px){
.ancho-63 {
    width: 100% !important;
}
.imagen-responsiva {
    width: 100%;
    height: auto;
}



}
