body {
	margin: 0;
	background-image: url(fondo.gif);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
}
img { 
	border: 0;
}
a {
	text-decoration: none;
	color: #4e67aa;
}
a:hover {
	text-decoration: underline;
}
strong {
	font-weight: normal;
}
h1,h2 {
	margin: 0;
}
h2 { 
	color: #212c48;
	margin: 5px 0 10px 0;
}

#contenido {
	width: 500px;
	position: absolute;
	left: 50%;
	margin-left: -250px;
	padding: 6px;
	background: url(fondo-contenido.gif) repeat-y;
}

#menu {
	width: 120px;
	float: left;
	text-align: right;
	list-style: none;
	padding: 16px 0 0 15px;
	font-size: 12px;
	color: #4e67aa;
}

#logo {
	width: 353px;
	float: right;
}

#imagen {
	clear: both;
	height: 294px;
	margin: 20px 0 0 0;
	text-align: center;
}

#texto {
	color: #3b4e81;
	margin: 0 15px 0 15px;
	padding: 12px 0 0 0;
	border-top: 1px solid #3b4e81;
	border-bottom: 1px solid #3b4e81;
}


#pie {
	font-size: 90%;
	text-align: center;
}