body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #9a9a9a;
}
p {
	margin-top: 0;
	padding-top: 0;
}
a:link, a:visited, a:active {
	color : #5279A0;
	font-weight: bold;
	text-decoration : none;
}
a:link:hover, a:visited:hover {
	color : #5279A0;
	font-weight: bold;
	text-decoration : underline;
}
img {
	border: 0;
}
#contenedor {
	width: 776px;
	margin: 25px auto;
}
#cabecera {
	width: 776px;
	height: 86px;
	background-image: url(img/cabecera.gif);
}
#menu {
	width: 541px;
	height: 16px;
	padding: 3px 0 0 235px;
	background-image: url(img/menu.gif);
	color: #c5cbdc;
}
#menu a:link {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu a:active {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
}
#menu a:hover {
	color: #c5cbdc;
	font-weight: bold;
	text-decoration: none;
}
#bajomenu {
	width: 776px;
	height: 8px;
	font-size: 0px;
	background-image: url(img/bajomenu.gif);
}
#marcador {
	height: 8px;
	background-color: #b9b9b9;
}
#contenido {
	width: 716px;
	background-image: url(img/fondo.gif);
	padding: 15px 30px;
	min-height: 193px;
	font-size: 12px;
}
#imagen {
	width: 142px;
	height: 100%;
	margin-right: 60px;
	padding-top: 5px;
	float: left;
}
#texto {
	width: 510px;
	float: left;
}
#pie {
	width: 776px;
	height: 32px;
	background-image: url(img/pie.gif);
}