@charset "utf-8";
/* CSS Document */
body {background-color: #FFF;}
a:link {color: #2B7097;text-decoration: none;}
a:visited {text-decoration: none;color: #2B7097;}
a:hover {text-decoration: underline;color: #DB2D2F;}
a:active {text-decoration: none;color: #DB2D2F;text-align: center;}
#logo {
	height: auto;
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 600px;
}
#idiomas {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 12px;
	color: #2B7097;
	margin: auto;
	width: 600px;
}

