@charset "ISO-8859-1";
#principal {
	background-color: #999999;
	height: 100%;
	margin: 0px;
	padding: 0px;
	line-height: 1.5em;	
}
#uno {
	background-color: #0078C7;
	background-image: url(imagenes/logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
	padding-left: 230px;
	height: 40px;
}
#dos {
	background-color: #0078C7;
	height: auto;
}
#tres {
	background-color: #0078C7;
	height: auto;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0078C7;
}
.frase {
	font-size: 1.2em;
	color: rgb(0,90,165);
}
.idioma  {
	font-size: 0.9em;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: 400;
}
.idioma a {
	
	color: #FFFFFF;
	text-decoration: none;
}
.slogan {
	font-size: 0.8em;
	color: #FFFFFF;
}
.direccion {
	font-size: 0.7em;
	color: rgb(153,201,233);
}