﻿BODY
{   
    SCROLLBAR-FACE-COLOR: #669966;
    SCROLLBAR-HIGHLIGHT-COLOR: #339933;
    SCROLLBAR-SHADOW-COLOR: #000000;
    SCROLLBAR-3DLIGHT-COLOR: #000000;
    SCROLLBAR-ARROW-COLOR: white;
    SCROLLBAR-TRACK-COLOR: #FFFFFC;
    SCROLLBAR-DARKSHADOW-COLOR: #336633;
    BACKGROUND-COLOR: #ffffff;
    FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;	
    FONT-SIZE: 11px; 
    COLOR: #333333;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
}
    
TD.solapaActiva 
{
	FONT-FAMILY: Verdana;	
    FONT-SIZE: 10px; 
	text-align: center;
	BORDER-TOP: #999999 thin solid;
	BORDER-LEFT: #999999 thin solid;
	BORDER-RIGHT: #999999 thin solid;
	font-weight: bold;
	vertical-align:middle;
}

TD.solapaInactiva 
{
	text-align: center;
	BACKGROUND-COLOR: #EAEAE8;
	BORDER-TOP: #999999 thin solid;
	BORDER-LEFT: #999999 thin solid;
	BORDER-RIGHT: #999999 thin solid;
	font-weight: bold;
	vertical-align: middle;
}

TD.renglonImpar
{
	background-color: #E5E5E5;
	BORDER-BOTTOM: white thin inset;
	text-align: center;
	border-right: white thin inset;
	vertical-align: middle;
}

TD.renglonPar
{
	background-color: #fff;
	BORDER-BOTTOM: white thin inset;
	text-align: center;
	border-right: white thin inset;	
	vertical-align: middle;
} 


/* -------------------------- ATCI ------------------ */
#menu_atci {margin:0;
			padding:0 0 10px 0;
			position:relative;}
			
#menu_atci td {	background:url(../../atci/bg_menu.gif) 0 0 repeat-x;
				border-right:1px solid #fff;
				height:41px;
				width:14%;}
				
#menu_atci td.graf {background:url(../../atci/bg_menu2.gif) 0 0 repeat-x;
				border-right:1px solid #fff;
				height:41px;}
				
#menu_atci a, #menu_atci a:link, #menu_atci a:visited {
	font:bold 11px arial, verdana;
	color:#fff;
	text-decoration:none;
	display:block;
	text-align:center;
	height:29px;
	padding:12px 0 0 0;}

#menu_atci a:hover {color:#275139;}

#menu_atci td.graf a:hover {color:#B1DD00;}

#submenu_atci {
			VISIBILITY: hidden;
			WIDTH:205px;
			POSITION: absolute;
			TOP:41px;
			left:703px;
			padding:5px;
			background-color:#294634;
			z-index:5;}
			
#submenu_atci a, #submenu_atci a:link, #submenu_atci a:visited {
	font:13px arial, verdana;
	color:#fff;
	text-decoration:none;
	display:block;
	padding:7px 0 0 5px;
	text-align:left;
	height:23px;}

#submenu_atci a:hover {	background-color:#8FA446;}

