body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

.oneColFixCtr #container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

.opciones {
	float: left;
	width: 100px;
}

.oneColFixCtr #mainContent {
	float: left;
	width: 540px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

.down {
	background-color: #336699;
	clear: left;
	float: left;
	width: 940px;
}

.superior {
	float: left;
	height: 150px;
	width: 940px;
	background-color: #336699;
}

.dr {
	float: left;
	width: 150px;
}

.iz {
	background-color: #eeeeee;
	float: left;
	height: 450px;
	width: 150px;
}

.style1 {
	color: #FFFFFF;
}

.style2 {
	background-color: #336699;
	clear: left;
	float: left;
	width: 940px;
	color: #FFFFFF;
}

.popup_effect1{
	background:#11455A;
     opacity: 0.2;
}

.popup_effect2{
     background:#FF0041;
     border: 3px dashed #000;
}

.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: 1px solid #dddddd;
}

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

.thumbnail:hover img{
border: 1px solid #dddddd;
}

.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: 65px; /*position where enlarged image should offset horizontally */
z-index: 50;
}