#pagina {
	margin: 5px auto;
	border: none;
	width: 750px;
	padding: 0 5px;
	background-color: #fff;
}
#cabecera {
	width: 750px;
}
#menusuperior {
	width: 750px;
	margin-top: 3px;
	border-top: 1px solid #005680;
	border-bottom: 1px solid #005680;
	line-height: 28px;
	background-color: #F5C227;
}
#menusuperior ul {
	list-style-type: none;
	margin: 0;
}
#menusuperior ul li {
	float: left;
	margin-left: 10px;
}
.linea {
	background-color: #fff;
	width: 1px;
	height: 12px;
	margin-top: 8px;
}
#contenido {
	width: 590px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
#menulateral {
	float: left;
	width: 143px;
}
#pie {
	clear: left;
	text-align: center;
}
a.enlacecondiciones {
	color: #000;
	text-decoration: none;
}
a.enlacecondiciones:hover {
	color: #000;
	font-weight: bolder;
	text-decoration: none;
}
a.location {
	color: #666;
	text-decoration: none;
	font-weight: bolder;
}
a.location:hover {
	color: #005680;
	text-decoration: none;
	font-weight: bolder;
}
#lista_imagenes {
	margin: 0 auto;
	width: 280px;
}
#lista_imagenes img {
	float: left;
	margin-left: 20px;
}
