﻿body
{
    background-position: center center;
    background-attachment: scroll;
    background-image: url(images/dark_background.gif);
    background-repeat: repeat-y;
    margin-bottom: 0px;
    margin-top:0px;
}


.ftn_verde
{
    font-size: 13px;
    color: #99ff66;
    font-family: Arial;
    font-weight: bold;
}

.ftn_verde_8px
{
    font-size: 8px;
    color: #99ff66;
    font-family: Arial;
    font-weight: bold;
}

.ftn_std
{
    font-size: 12px;
    color: #dcdcdc;
    font-family: Arial;
}


.foto
{
    clear: none;
    float: left;
}

.foto2
{
    clear: none;
    float: left;
}

.a_tipo1:active,
.a_tipo1:visited,
.a_tipo1:link	    			{ color: #99ff66; text-decoration: none; }
.a_tipo1:hover					{ color: #99ff66; text-decoration: underline; }

.box
{
    font-family: Arial, Helvetica, sans-serif;
    color: #dcdcdc;
    border: 1px solid #FF9900;
    overflow: auto;
    width: 100px;
    height: 16px;
    position: inherit;
    float: left;
    padding-top: 1px;
    text-align: center;
}
.box:hover
{
    font-family: Arial, Helvetica, sans-serif;
    color: #dcdcdc;
    border: 1px inset #FF9900;
    overflow: auto;
    width: 100px;
    height: 16px;
    position: inherit;
    float: left;
    padding-top: 1px;
    text-align: center;
    text-decoration: underline;
}

.ep_box
{
    width: auto;
    position: inherit;
    float: right;
    margin-left: 5px;
}

.tooltip
{
    /*display:none;
	width:inherit;
	overflow:auto;
	position: relative;
    float: left;*/ /*width:317px;
	padding-top:11px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:11px;*/
    z-index: 10000;
    width: 250px;
    background-color: #292929;
    border: 1px solid #000000;
    text-align: center;
}

.tooltip td.tooltip_title {
	padding:2px;
}

.tooltip td.tooltip_desc {
	padding: 4px;
}

.tooltip td.tooltip_info {
	padding:2px;
}

.tlp_img
{
     height:50%;
    width:50%;
}    
    
