body
{
	font-family:Arial;
	font-size:12px;	
}

TD
{
	font-family:Arial;
	font-size:12px;	
}

/******************************Errores****************************/

.Error
{	
	font: 0.7em Arial;	
	color : Red; 
}

/******************************Menu Left****************************/

.MenuItemSeleccionado
{
    color:#458A4A;
	padding-left:20px;    
	cursor : hand;
    text-decoration:underline;	
    font-weight:bold;
}

.MenuItem
{
    color:#458A4A;
    padding-left:20px;
    text-decoration:none;
    font-weight:bold;    
}

.SubMenus
{
    width : 160px;
    height : 20px;
    BORDER-RIGHT: 1px solid #2995E0; 
	BORDER-TOP: 1px solid #2995E0 ; 
	BORDER-LEFT: 1px solid #2995E0 ; 
	BORDER-BOTTOM: 1px solid #2995E0;
}
/******************************Menu Top****************************/

.TopMenuSeleccionado
{
    color:#458A4A;
	cursor : hand;
    text-decoration:underline;	
    font-weight:bold;    
}

.TopMenuItem
{
    color:#458A4A;
    text-decoration:none;
    font-weight:bold;    
}

/******************************Tabla Pricipal****************************/

.FondoTabla
{
	background:#F5F5F5;
	width :800px;
	height:100%;
	border-top: solid 1px #458A4A;		
	border-left: solid 1px #458A4A; 
	border-right: solid 1px #458A4A;	
	border-bottom: solid 1px #458A4A;		
}

.FondoExplorer
{
	background:#3D9436;
}

.ContentArea
{
	background:white;
	border-left: solid 0px #458A4A; 
	border-right: solid 0px #458A4A;	
}

.BannerArea
{
	background-color:#FFFFFF;
	border-left: solid 0px #458A4A; 
	border-right: solid 0px #458A4A;	
}

.Top
{
    BORDER-bottom: #458A4A 1px solid; 
	background: transparent url(../Images/Style/top.gif) top left no-repeat;
	background-color:#458A4A
}

.Menu
{
	background-color:#FFFFFF
}

.Footer
{
	background: transparent url(../Images/Style/Footer.gif) top left repeat;
	background-color:#458A4A
}

/******************************Etiquetas****************************/

.TituloGrandeBarra
{
	font-weight: bold;
	vertical-align:bottom;
	color:black;	
}

.TituloGrandeBarraColor
{
	font-weight: bold;
	vertical-align:bottom;
	color:#458A4A;	
}

.EtiquetaPequena
{
	font: 0.6em Arial;	
	color:#FFFFFF;	
}

.EtiquetaNormal
{
	color:#458A4A;	
}

.EtiquetaNormalGrande
{
	color:#458A4A;	
	font-weight: bold;		
}

.EtiquetaFuerteGrande
{
	font-weight: bold;
	color: #458A4A;
}

.EtiquetaFuerte
{
	font-weight: bold;
	color: black;
}

/******************************Links****************************/

.LinkGrande
{
	font: 0.9em Arial;
	color:#2995E0;
	font-weight: bold;		
}

.Link
{
	font: 0.8em Arial;
	color:#2995E0;
	font-weight: bold;
}

.btn
{
	COLOR:white; 
	BACKGROUND-COLOR:#458A4A;
	height:18px; 
	text-align: center; 
	border: #A1A1A1;
	padding: 0px 1px 0px 2px
}



