body {
	background-color: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #4a4a4a;
    font-family: "verdana", "tahoma", "arial", "times new roman"; 
    font-size:7pt;
}

a, a:link, a:visited, a:hover
{
        color:#16276f;
		font-family: "verdana", "tahoma", "arial", "times new roman"; 
        font-size:8pt;
        text-decoration: underline;
        font-weight: bold;

}

input, select, textarea 
{
	color:#4a4a4a;
	font-family:verdana;
	font-size:8pt;
	border: 1px solid #16276f;
	background-color: #f5f3f6;
	padding: 2px;
}

.gallerycontainer{
position: relative;
height: 471px;
}

#contenedor {
	
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
	background: url(bg.jpg) repeat;
	z-index: 1;
}

.top {
	background-image: url(bg.jpg) repeat;
	list-style: none;
	padding: 0;
	width: 800px;
	height: 100px;
	margin: 0;
	top: 0;
}

.menu {
	background-image: url(bg.jpg) repeat;
	list-style: none;
	padding: 0;
	width: 800px;
	height: 32px;
	margin: 0;
}

.main { 
	float:left;
	font: 12px Arial, Helvetica, sans-serif;
	background: #fff url(bg.jpg) repeat;
	width: 800px;
}

#scroll{
	height: 100%;
	overflow: auto;
	z-index: 9999;
}

.btm { 
	float:left;
	height:29px;
	width: 800px;
	text-align: left;
	color: #fff;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.gallerycontainer{
position: relative;
}

.thumbnail img{
margin: 0;
}

.thumbnail:hover{
background-color: transparent;
}

.thumbnail:hover img{
border: 0px;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: white;
padding: 1px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 1px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
	visibility: visible;
	top: 165px;
	left: -5px; /*position where enlarged image should offset horizontally */
	z-index: 50;
}

