/* comunes */

iframe, blockquote { margin: auto !important; }


/* datos */

.datos { float:right; width:calc(100% - 600px); font-size: 1.3em; padding-left:20px; line-height: 1.8; text-align: center; color: #0e2c5c; }
.datos img { width: 90%; max-width:440px; padding-bottom: 30px; }
.datos b { font-size:130%; }
.datos a { text-decoration: none; color: #0e2c5c; }

@media screen and (max-width:1160px) {
	.datos { font-size: 1.2em; }
	iframe { width: 50%; }
	.datos { width: 50%; }
}

@media screen and (max-width:768px) {
	.datos { font-size: 1.1em; }
	iframe { width: 100%; }
	.datos { width: 100%; float:none; padding-bottom: 50px;  }
	.datos img { padding-top: 30px;}
}

@media screen and (max-width:500px) {
	.datos { font-size: 1em; }
}


