/* CSS Document */

body{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-width: 0px;
	margin-height: 0px;
	background:url(../Img/Fondo-Acapulco.jpg)	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;		
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}
a:hover {
	color: #FFFFFF;
}
a:active {
	color: #FFFFFF;
}

.tx12{ 
	font-size:12px;
}
			
.tx12-Bold{ 
	font-size:12px;
	font-weight:bold;
}			

.titulo16{ 
	font-size:16px;
	font-weight:bold;
}			
.guinda-16{ 
	font-size:16px;
	font-weight:bold;
	color:#990000;
}
.guinda-12{ 
	font-size:12px;
	font-weight:bold;
	color:#990000;
}		
.amarillo-16{ 
	font-size:16px;
	font-weight:bold;
	color:#FFFF00;
}	
.amarillo-12{ 
	font-size:12px;
	font-weight:bold;
	color:#FFFF00;
}	
.verde-12{ 
	font-size:12px;
	color: #006600;
	font-weight: bold;
}	
.verde-16{ 
	font-size:16px;
	color: #006600;
	font-weight: bold;
}	
.titulo14{ 
	font-size:14px;
	font-weight:bold;
}	





#showimage{
position:absolute;
visibility:hidden;
border: 1px solid gray;
}

#dragbar{
cursor: hand;
cursor: pointer;
background-color: #EFEFEF;
min-width: 100px; /*NS6 style to overcome bug*/
}

#dragbar #closetext{
	font-weight: bold;
	margin-right: 1px;
	color: #0033FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: underline;
}
#contador
{
	position:absolute;
	left:235px;
	top:363px;
	width:154px;
	height:46px; 
	ont-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}
	
/*  -------------------------- */		

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#000000;
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(../Acapulco/Estilos/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(../Acapulco/Estilos/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	
