@charset "utf-8";
/* CSS Document */
body {
	background-color:#FFF;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#669;
}
.contenedor {
	margin:0px auto;
	width:780px;
}
.logo {
	float:left;
	width:455px;
	height:100px;
}
.menu {
	float:right;
	/*width:280px;*/
	height:24px;
	padding-top:76px;
	text-align:right;
	font-size:0.7em;
}
.contenido {
	width:750px;
	border:#669 10px solid;
	padding:5px;
	clear:left;
}
.pie {
	clear:both;
	width:780px;
	padding-top:30px;
	font-size:0.6em;
	text-align:right
}
a:link, a:visited, a:active {
	color:#669;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	color:#636;
}
	

