@charset "utf-8";
/* CSS Document */

a:-webkit-any-link {
    color: #E9AB85;
       cursor: pointer;
    text-decoration: none;

}

a: {
    color: #d39067;
       cursor: pointer;
    text-decoration: none;

}


.paginaPar{
    margin: 0px;
    padding: 0px;
    height: 645px;
    width: 476px;
    background-color: #dfd7d3;
}

.imgLink{
    cursor: pointer;
}

.menuHome{
    width: 600px;
    margin: auto;
/*    border: 2px dashed #9A2BB3;*/
    
    display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: stretch;
/*	align-content: flex-start | flex-end | center | space-between | space-around | stretch;*/
}

.linksHome{
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    text-decoration: none;
/*    font-weight: bold;*/
    color: antiquewhite;
    align-self:stretch;
}

.linksHome:link{
    color: antiquewhite;
}
.linksHome:visited{
    color: antiquewhite;
}
.linksHome:active{
    color: antiquewhite;
}

.linksHome:hover{
    color: #540000;
    background-color: #3A0917;
}

.ani{
        width: 400px;
        height: 300px;
        position:absolute;
        left: 40px;
        top:200px;
}

.contenedorAgua{
    width: 345px;
    height: 260px;
    position:absolute;
    left: 64px;
    top:200px;
/*    border: 2px dashed #9A2BB3;*/
    overflow: hidden;
}

.contenedorAgua img{
    position:absolute;
    left: 0px;
    top:0px;
    z-index:100;
}

#txt_azar{
/*    position:relative;*/
        position:absolute;
    left: 0px;
    top:0px;
    
font-family: "Courier New", "monospace";
  text-transform:uppercase;
  color:#F8FCFD;
  font-size:32px;
  font-weight:bold;
  text-align:center;
/* border: 2px dashed #9A2BB3;*/
/* text-shadow:1px 1px #74809F;*/

}




.image-map-container {
	position: relative;
  display:inline-block;
}
.image-map-container img {
  display:block;  
}
.image-map-container .map-selector {
  left:0;
  top:0;
  right:0;
  bottom:0;
  color:#546E7A00;
  transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, color;
}
.image-map-container .map-selector.hover {
  color:#546E7A80;
cursor: wait;
}
.map-selector:after {
	content: '';
	position: absolute;
	background: currentColor;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	background: currentColor;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, background;
	pointer-events: none;
}









.image-map-container7 {
	position: relative;
  display:inline-block;
}
.image-map-container7 img {
  display:block;  
}
.image-map-container7 .map-selector7 {
  left:0;
  top:0;
  right:0;
  bottom:0;
  color:#546E7A00;
  transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, color;
}
.image-map-container7 .map-selector7.hover {
  color:#546E7A80;
cursor: wait;
}
.map-selector7:after {
	content: '';
	position: absolute;
	background: currentColor;
	top: inherit;
	right: inherit;
	bottom: inherit;
	left: inherit;
	background: currentColor;
	transition-duration: .3s;
	transition-timing-function: ease-out;
	transition-property: top, left, right, bottom, background;
	pointer-events: none;
}

map a:after{
    border: 0px;
    color: #C1C4B8;
    pointer-events: none;
    outline:none
}


area {
    border: 0px;
    color: #C1C4B8;
    outline:none
}

area:after {
    border: 0px;
    color: #C1C4B8;
    outline:none
}

area a:active {
    border: 0px;color: #C1C4B8;
    outline:none
}

area a:visited {
    border: 0px;
    color: #C1C4B8;
    outline:none
}

.mapa{
    border: 0px solid #eee;
    color: #C1C4B8;
    outline:none
}

map {
    border: 0px;
    color: #C1C4B8;
    outline:none
}

map a:after{
    border: 0px;
    color: #C1C4B8;
    pointer-events: none;
    outline:none
}