﻿body 
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	font-size:9pt;
	text-align:justify;	
}
 A:link {text-decoration: none;}A:visited {text-decoration: none;}  


.punteado{ 
  /*border-style: dotted;*/
  border-bottom:dotted;
   border-width: 1px; 
   border-color: #C5A76D;
   font-weight:bold;     
} 

.TxtMenu
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color:#C5A76D;
	font-size:12pt;
	text-align:right;
	font-weight:bold;	
}


.TxtGal
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color:#C5A76D;
	font-size:12pt;	
	font-weight:bold;	
}

.TxtFooter
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color:#C5A76D;
	font-size:7pt;
	text-align:right;
	font-weight:bold;
	
}


.TxtWhite
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color:#FFFFFF;
	font-size:9pt;
	text-align:justify;	
	text-align:justify;
	font-weight:bold;	
}

.TxtMapa
{
	font-family: Verdana, Arial, Tahoma, Times New Roman;
	color:#FFFFFF;
	font-size:7pt;
	text-align:justify;	
	text-align:justify;
	font-weight:bold;	
}



.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid white;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px solid blue;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;

top:0;
left: 600px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
