.almar {
  width: 150px;
  height: 150px;
  padding: 0px;
  margin: 0px;
  border: 2px dashed #9f9e9f; }

.almar:hover {
  width: 150px;
  height: 150px;
  padding: 0px;
  margin: 0px;
  cursor: pointer;
  border: 2px dashed #ef1e2f; }

.nombre_sitio {
  padding: 40px;
  margin: 0px;
  color: #e9a15a;
  font-size: 45px;
  font-weight: bold;
  text-align: center; }
  
.ancor_menu {
  text-decoration: none;
  font-size: 25px;
  font-style: italic;
  color: #ababab;
  padding: 0px;
  margin: 0px 60px 0px 60px; }

.ancor_menu2 {
  text-decoration: none;
  font-size: 25px;
  font-style: italic;
  color: #ababab;
  padding: 0px;
  margin: 0px 25px 0px 25px; }

.ancor_menu:hover {
  color: #efefef; }

.ancor_menu2:hover {
  color: #efefef; }

.bloqueCentral {
  margin: 0px;
  padding: 0px; }

.MenuDeLado {
  float: left;
  margin: 20px 0px 0px 0px; }

.ContenidoCentral {
  float: none;
  margin: 20px 0px 0px 200px; }

.bloqueBajo {
	padding: 20px 0px 0px 0px;
	margin: 20px 0px 0px 0px;
	border-top: 2px dotted #8e8e8e;
	clear: both; }

.bloqueBajo div.bloqueBajoIzquierdo {
	float: left;
	text-align: left; }

.bloqueBajo div.bloqueBajoDerecho {
	float: right;
	text-align: right; }

.bloqueBajo div.bloqueBajoDerecho a {
	text-decoration: none;
	color: #BaBc2e;
	font-weight: bold; }

.bloqueBajo div.bloqueBajoDerecho a:hover {
	cursor: pointer;
	color: #Da1e1e; }

.bloqueBajo div.bloqueBajoDerecho font {
	text-decoration: none;
	color: #BaBc2e;
	font-weight: bold; }

.bloqueMostrar {
	border: 2px dotted #4e4e4e;
	background: #FeFeFe;
	position: absolute;
	width: 60%;
	height: 60%;
	left: 20%;
	top: 20%;
	z-index: 5; }

.bloqueMostrar img {
	border: 0px;
	width: 100%;
	height: 100%; }

.bloqueNavegar {
	border: 2px dotted #4e4e4e;
	background: #FeFeFe;
	position: absolute;
	width: 60%;
	height: 50px;
	left: 20%;
	top: 81%;
	z-index: 5; }

.bloqueNavegar img.crus {
	border: 0px;
	float: right;
	width: 50px;
	height: 50px; }

.bloqueNavegar img.crus:hover {
	opacity: 0.5;
	cursor: pointer;
	border: 0px;
	width: 50px;
	height: 50px; }