CSS selector {
  font-family: 'Sans PT ', sans-serif ;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #214B75;
	
}

#fondo {
	background-color: #cccccc;
	width: 910px;
	height: 605px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
#azul {
	background-color: #336699;
	height: 227px;
	width: 910px;
}
.texto {
	height: 29px;
	background-color: #1F76C2;
	color: #FFFFFF;
	text-decoration: none;
	margin-top: 100px;
}

.idioma {
	font-size: 12px;
	list-style-type: none;
	list-style-image: none;
	color: #FF0000;
}
.logo {
	margin-top: -100px;

}

#menu {
	height: 38px;
	width: 910px;
	padding-top: 80px;

}
.webmail {
	font-size: 7px;
	float: right;
	margin-top: -80px;
	margin-right: 20px;
}


li {
	float: right;
	padding-right: 20px;
	list-style-image: none;
	list-style-type: none;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
}
a:hover {
	font-weight: normal;
	color: #ED3237;
	text-decoration: none;
}
a:visited {
	font-weight: normal;
	color: #FF0000;
	text-decoration: none;
	font-size: 14px;
}
