/* CSS Document */



a {text-decoration: none;}


.foto_presentacion{ float:left; margin:0px 20px 20px 0px; }


@media screen and (max-width:720px) {
	
	.foto_presentacion{ float:none; margin:0px auto 30px auto; }	
	
}

@media screen and (max-width:440px) {
	
	.foto_presentacion img{ width:100% }	
	
}



