<!-- 
    body  {
    	font: 100% Verdana, Arial, Helvetica, sans-serif;
    	background: #8c3c3c;
    	margin: 10; 
    	padding: 0; 
    	color: #000000;
    }
	a:hover{text-decoration:none;}
	
    .twoColLiqRtHdr #container { 
    	width: 800px;  
    	background: #ffe8ab;
    	margin: 0 auto; 
    	border: 1px solid #000000;
    	text-align: left; 
    } 
    .twoColLiqRtHdr #header { 
    	background: #ffe8ab; 
    	padding: 0 0px;  
    } 
	.twoColLiqRtHdr #encabezado { 
    	margin: 0 26% 0 10px; 
    } 
    .twoColLiqRtHdr #header h1 {
    	margin: 0; 
    	padding: 10px 0; 
    }
    
    .twoColLiqRtHdr #sidebar1 {
    	float: right; 
    	width: 24%;
		font:bold small;
		border: outset; border-color:#00633e;
    	background: #d8c58b; 
    	padding-top: 15px 0; 
		margin-right: 10px;
    }
	
    .twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
    	margin-left: 10px; 
    	margin-right: 10px;
    }
	
    .twoColLiqRtHdr #mainContent { 
    	margin: 0 26% 0 10px; 
		border: outset; border-color:#00633e;
		background: #d8c58b;
		width: 70%;
    } 
	
	.twoColLiqRtHdr #navegacion { 
    	margin: 0 26% 0 10px; 
		background: #ffe8ab;
		width: 70%;
    } 
    
    .twoColLiqRtHdr #footer { 
    	padding: 0 10px; 
    	border: outset; border-color:#00633e;
		margin: 0 0 0 10px;
		margin-right: 10px;
		background: #d8c58b;
		font-family:Tahoma;
		text-align:center;
		font-size:11px;
		line-height:11px;
		color:#000000; 
    } 
    .twoColLiqRtHdr #footer p {
    	margin: 0; 
    	padding: 10px 0; 
    }
    
    .fltrt {
    	float: right;
    	margin-left: 8px;
    }
    .fltlft { 
    	float: left;
    	margin-right: 8px;
    }
    .clearfloat { 
    	clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    }
    -->
	
	* {
    font-family: Verdana, Helvetica;
    font-size: 10pt;
}
.highslide {
	cursor: url(menu/images/zoomin.cur), pointer;
    outline: none;
}
.highslide img {
	border: 2px solid gray;
}
.highslide:hover img {
	border: 2px solid white;
}

.highslide-image {
	border: 5px solid #444444;
}
.highslide-image-blur {
}
.highslide-caption {
    display: none;
    
    font-family: Verdana, Helvetica;
    font-size: 10pt;
    border: 5px solid #444444;
    border-top: none;
    padding: 5px;
    background-color: gray;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
	text-transform: uppercase;
    text-decoration: none;
	padding: 3px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
    background-color: black;
    /*
    padding-left: 22px;
    background-image: url(highslide/graphics/loader.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
    */
}
a.highslide-credits,
a.highslide-credits i {
    padding: 2px;
    color: silver;
    text-decoration: none;
	font-size: 10px;
}
a.highslide-credits:hover,
a.highslide-credits:hover i {
    color: white;
    background-color: gray;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
} 