#mision {
	padding: 5px;
	/*border-bottom: #e8491d 3px solid;*/

}

.Mision-text {
	
	font-family: 'Arimo', sans-serif;
	text-shadow: 2px 2px 2px black;
	min-height: 250px; /*anadida*/
	color: #fff;
	/*height: 25%;*/
	background:url("/img/img-seguridad.png") no-repeat 0 20px;
	margin: 0.5em;
	padding: 0.5em;
	text-align: center;
	
}

.destacado1 {
    font-family: 'Dharma Punk', sans-serif;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 100px;
	text-align: center; 
	font-size: 3em;
	color: #fff;
}

@media only screen and (max-width: 340px) and (min-width: 5px)  {  
	.Mision-text {
		height: 60%;
		background:url("/img/img2-seguridad.png") no-repeat 0 20px;
	}
	
	.destacado1 {
		width: 100%;
		font-size: 2.5em;
	}
	
}

@media only screen and (max-width: 500px) and (min-width: 341px) {  
	.Mision-text {
		height: 50%;
		background:url("/img/img2-seguridad.png") no-repeat 0 20px;
	}
	
	.destacado1 {
		width: 100%;
		font-size: 2.5em;
	}
	
}


#mision-txt {
	font-size: 0.9em;
}

