body {
	font-family: Arial, Helvetica, sans-serif;
	background-image:url(images/fnd_t.jpg);
	background:url(images/fnd_t.jpg) fixed;

	}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}.texTablas {
	margin-top: 4px;
}
.tablaUp {
	font-weight: bold;
	color: #FFFFFF;
	height: 50px;
	background-image: url(images/barra_sup.jpg);
}
.miniText {
	font-size: x-small;
	color: #999999;
}
.texBlanco {
	color: #EEEEEE;
}


.tablas {
	margin: 4px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.a{
color:#669933;
}
#popup
   {
	position: absolute;
	border: 1px solid #666666;
	background-color:#231802;
	width: 400px;
	height: 100px;
	margin-top: 50px;
	color: #967C4B;
	left: 309px;
	top: 306px;

   }
.marque {
	color: #FFFFFF;
}
#marq {
	background-color: #4C4C4C;
	height: 20px;
	width: 250px;
}

/* the overlayed element */
.kzn_overlay {

    /* must be initially hidden */
    display:none;

    /* place overlay on top of other elements */
    z-index:10000;

    /* styling */
    background-color:#333;

    /*width:100px;*/
    min-height:630px;
    border:1px solid #666;

    /* CSS3 styling for latest browsers */
    -moz-box-shadow: 0 0 90px 5px #000;
    -webkit-box-shadow: 0 0 90px #000;
    width: 745px;

}

/* close button positioned on upper right corner */
.kzn_overlay .close {
    background-image:url(fly/close.png);
    position:absolute;
    right:-15px;
    top:-12px;
    cursor:pointer;
    height:28px;
    width:28px;
}

/* single slide */
.panes div.pane {
    display:none;
    position:absolute;
    /* top:0; */
    /* left:0; */
    margin:7px;
    padding:15px 30px 15px 15px;
    /* width: 815px; */
    /* height:256px; */
    /* font-size:12px; */
}


.details {
    color: #ddd;
    padding-left: 10px;
    margin-top: -10px;
}

/* tabs (those little circles below slides) */
.slidetabs {
    clear:both;
    margin-left:330px;
}

/* single tab */
.slidetabs a {
    width:8px;
    height:8px;
    float:left;
    margin:3px;
    background:url(/tools/img/scrollable/arrow/navigator.png) 0 0 no-repeat;
    display:block;
    font-size:1px;
}

/* mouseover state */
.slidetabs a:hover {
    background-position:0 -8px;
}

/* active state (current page state) */
.slidetabs a.current {
    background-position:0 -16px;
}

