BODY,TD,TH 
{
	font-size: 11px;	
	color: #222222;
	/* font-family: Arial, Tahoma, sans-serif; */	
	margin: 0px;
	font-family:Verdana;			
}

TH {
	font-weight: bold;
}


A 
{
	font-weight: bold;
	color: #000077;
	text-decoration: none;
}

a:hover
{
	color: #0000AA;	
}

/* Clase para parrafos estandar */
P
{
	text-align: justify;
	margin: 0px;
	padding: 0px;
}

/* Estandar: Clase para Textos de Ayuda o Hints */
.ToolTipText
{
	width: 250px;
	padding: 5px;
	text-align: justify;
	opacity: 0.9;
	filter: alpha(opacity=90);
}

/* Estandar para Administrador de Contenidos */
.logOutMenu
{
	font-size: 11px;
}

H1 
{
	background-color: #A92403;
	/* background-image: url('../imagenes/h1_bg.jpg');
	background-repeat: no-repeat;
	background-position: right; */
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
	text-align: right;
	color: white;	
	/* text-transform: uppercase; */
}

H2
{
	font-size: 12px;
	font-weight: bold;
	background-color: #BCC2D6;
	color: #000066;
	padding: 3px;
}

H3
{
  color: #801D02;
  font-size: 13px;
}

legend
{
	color: #9B1619;
}

/* Headers */

#ajax_status
{
	background-image: url('../inc/images/loading1.gif');
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: white;
	position: absolute;
	top: 1px;
	left: 1px;
	padding: 5px;
	padding-left: 25px;
	border: 1px solid #AAAAAA;
	width: 65px;
	height: 15px;
	display: none;
}

/** Selectores para Tabs Windows */

.tabDefault {
	font: menu;
	color: #000000;
	font-size: 11px;
	padding: 5px;	
	/*border-top: 1px solid #999999;
	border-left: 1px solid #999999; */
	border: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.tabDefaultHover {
	cursor: pointer;
	background-color: #F7F6F1;
	border-bottom: 2px solid #E0B17D;
}

.tabDefaultSelec {
	border-bottom: none;
	/*border-left: 1px solid #444444;
	border-right: 1px solid #444444;*/
	background-color: #E6E4D8;
}

#MyGrid {
	border: 2px inset #999999;
}

/*Orientacion */
.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

A IMG {
	border: none;
}