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:#800000;
    padding-left:20px;    
    cursor : hand;
    text-decoration:underline;	
    font-weight:bold;
    height : 20px;
}

.MenuItem
{
    color:#800000;
    padding-left:20px;
    text-decoration:none;
    font-weight:bold;    
    height : 20px;
}

.SubMenus
{
    width : 160px;
    background-color:White;    
    BORDER-RIGHT: 1px solid #CC6633; 
    BORDER-TOP: 1px solid #CC6633 ; 
    BORDER-LEFT: 1px solid #CC6633 ; 
    BORDER-BOTTOM: 1px solid #CC6633;
}
/******************************Menu Top****************************/

.TopMenuSeleccionado
{
    color:#FFFFFF;
    cursor : hand;
    text-decoration:underline;	
    font-weight:bold;    
}

.TopMenuItem
{
    color:#FFFFFF;
    text-decoration:none;
    font-weight:bold;    
}

/******************************Tabla Pricipal****************************/

.FondoTabla
{
	background:#3D5639;
	width :800px;
	height:100%;
	border-top: solid 1px #CC6633;		
	border-left: solid 1px #CC6633; 
	border-right: solid 1px #CC6633;	
	border-bottom: solid 1px #CC6633;		
}

.FondoExplorer
{
	background:#DFDFCE;
}

.Menu
{
	BORDER-right: #CC6633 1px solid; 	
	background-color:#69A041
}

.ContentArea
{
	background:#FFFFFF;
	border-left: solid 0px #CC6633; 
	border-right: solid 0px #CC6633;	
}

.BannerArea
{
	background-color:#69A041;
	BORDER-left: #CC6633 1px solid; 	
}

.Top
{
    BORDER-bottom: #CC6633 1px solid; 
	background: transparent url(../Images/Style/top.gif) top left no-repeat;
	background-color:#FFFFFF
}


.Footer
{
    border-top: #CC6633 1px solid; 
	background-color:#3D5639
}

/******************************Etiquetas****************************/

.TituloGrandeBarra
{
	font-weight: bold;
	vertical-align:bottom;
	color:black;	
}

.TituloGrandeBarraColor
{
	font-weight: bold;
	vertical-align:bottom;
	color:#CC6633;	
}

.EtiquetaPequena
{
	font: 0.6em Arial;	
	color:#FFFFFF;	
}

.EtiquetaNormal
{
	color:#000000;	
}

.EtiquetaNormalGrande
{
	color:#800000;	
	font-weight: bold;		
}

.EtiquetaFuerteGrande
{
	font-weight: bold;
	color: #800000;
}

.EtiquetaFuerte
{
	font-weight: bold;
	color:#800000;
}

/******************************Links****************************/

.LinkGrande
{
	font: 0.9em Arial;
	color:#CC6633;
	font-weight: bold;		
}

.Link
{
	font: 0.8em Arial;
	color:#000000;
	font-weight: bold;
}

.btn
{
	COLOR:white; 
	BACKGROUND-COLOR:#CC6633;
	height:18px; 
	text-align: center; 
	border: #A1A1A1;
	padding: 0px 1px 0px 2px
}



