﻿BODY {
    font-family:Arial;
    font-size:8pt;
}

TD {
    font-family:Arial;
    font-size:8pt;
}

A 
{
	color:#4B7045;
    cursor:pointer;
    text-decoration:none;
}

A:hover
{
	color:#4B7045;
    cursor:pointer;
    text-decoration:underline;
}

.MenuBar 
{
	color:White;
	font-family:Arial;
	font-size:13pt;
	letter-spacing:3px;
	background-color:#4B7045;
}

.Menu 
{
	color:#4B7045;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:2px;
    cursor:pointer;
}

.Menu:hover {
	color:#4B7045;
	font-family:Arial;
	font-size:9pt;
	font-weight:bold;
	letter-spacing:2px;
    cursor:pointer;
    text-decoration:underline;
}

.TextBox {
    border-style:solid;
    border-width:1px;
    border-color:#dddddd;
    background-color:#f8f8f8;
    font-size:8pt;
}

.Scrollable 
{
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:gray;
	scrollbar-base-color:#dddddd;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:#dddddd;
	scrollbar-highlight-color:gray;
	scrollbar-shadow-color:gray;
	scrollbar-track-color:#f0f0f0;
}

.Boton 
{
	cursor:pointer;
	height:20px;
	border-width:0px;
	background-color:#4B7045;
	font-size:8pt;
	color:White;
	font-weight:bold;
}

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopupInternoNubes
{
	background-image:url('img/fondo_popup.jpg');
	background-repeat:no-repeat;
	background-position:right bottom;
	background-color:white;
}

.modalPopupInterno
{
	background-color:white;
	text-align:center;
}

.modalPopupExterno 
{
    background-color:transparent;  
}

