.borderTotalTabla
{border-top: 1px solid #cecece;}
.bordeTabla
{border: 1px #cecece solid;}
.borderTablaConsul
{border-left: 1px solid #cecece;border-right: 1px solid #cecece;border-bottom: 1px solid #cecece;}
.borderTotalTablaConsul
{border: 1px solid #cecece;}
.borderTablaPuesto
{border: 1px solid #545454;}
.bordeInferior{
border-bottom: 1px solid #cecece;}
.bInffGris{
border-bottom: 1px solid #cecece;
background-color: #E2E2E2}
.border-laterales{
border-left: 1px solid #cecece;border-right: 1px solid #cecece;}
.nivel3On
{font-size: 12px; font-family: Arial, Verdana; color: #649CB6; font-weight: bold; text-decoration:none;}
.nivel3Of 
{font-size: 12px; font-family: Arial, Verdana; color: #6A6A6A; font-weight: bold; text-decoration:underline;}
.cabeceraConsultas
{font-size: 12px; font-family: Arial, Verdana; color: #6A6A6A; font-weight: bold; text-decoration:none;
border-bottom: 1px solid #cecece;
background-color: #E2E2E2}
.borderTabla{
border-left: 1px solid #586671;border-right: 1px solid #586671;border-bottom: 1px solid #586671;
background: #fff}


.texto7 
{color: #FBA603;}
.texto8 
{color:#649CB6; font-weight: bold;}
.texto9, .texto9:hover 
{font-size: 11px; color:#649CB6; font-weight: bold; text-decoration:underline;}
.texto9:hover 
{text-decoration:none;}
.texto10, .texto10Cursiva, .texto10:hover
{font-size: 11px; text-decoration:underline; color:#6A6A6A;}
.texto10Cursiva
{font-weight: bold; font-style: italic;}
.texto10:hover 
{text-decoration:none;}
.mapWeb1, .mapWeb2
{font-size: 12px; color:#649CB6; 	font-weight: bold; text-decoration:none;}
.mapWeb2 
{font-weight: normal; text-decoration:underline;}
.mapWeb1Gris
{font-size: 12px; color:#6A6A6A; 	font-weight: bold; text-decoration:none;border: 1px #cecece solid;background-color: #E2E2E2;}
.txtCalendario, .txtFestivoCalendario, .txtFestivoCalendarioOcaso,.txtDiasSemanaCalendario
{font-family : Verdana, Geneva, Arial, Helvetica, sans-serif; font-size : 10 px; color : #6A6A6A; text-decoration:none; cursor: default;}
.txtFestivoCalendario
{color : #AB0202;}
.txtFestivoCalendarioOcaso
{color : #FFF;}
.txtDiasSemanaCalendario
{color : #649CB6;}
.tituloCalendario
{font-family: Arial, Verdana; font-size : 11 px; font-weight: bold; text-decoration:none; cursor: default;}
.textoUsuario 
{color:#6A6A6A; font-weight: bold;}
.fc1  
{background-color: #E2E2E2;}
.ff
{background-color : #E2E2E2;}
.fondoAzulClaro{
background-color : #D1DEE6;}
.t  
{font-size: 11px; font-family: Arial, Verdana; color: #6A6A6A; font-weight: normal;	text-decoration:none;}
.itFijo  
{font-size : 11px; font-family : Arial, Verdana; color : #6A6A6A; font-weight : normal; text-decoration : none; height : 19px; width : 166px;}
.itFijoObli  
{font-size : 11px; font-family : Arial, Verdana; color : #6A6A6A; font-weight : normal;text-decoration : none;height : 19px;width : 166px;}
.it  
{font-size : 11px;font-family : Arial, Verdana; color : #6A6A6A; font-weight : normal; text-decoration : none; height : 19px;}
.itObli  
{ font-size : 11px; font-family : Arial, Verdana;	color : #6A6A6A;	font-weight : normal;	text-decoration : none;height : 19px;}
.ep  
{ font-size : 10px;font-family : Arial, Verdana;	color : #649CB6;	font-weight : normal;	text-decoration : underline;}
.fc2
{background-color : #E2E2E2;cursor : hand;}
.et
{font-size : 11px;font-family : Arial, Verdana;color : #649CB6;font-weight : normal;	text-decoration : underline;}
.textAreaBlanco, .textAreaBlancoObli
{font-size: 11px; font-family: Arial,Verdana; font-weight: normal; text-decoration:none; background: #FFFFFF;scrollbar-3dlight-color:white;scrollbar-arrow-color:white;scrollbar-base-color:white;scrollbar-darkshadow-color:white;scrollbar-face-color:white;scrollbar-highlight-color:white;scrollbar-shadow-color:white;}


/*clases de funcionalidades basadas en CSS*/


#pestana {
	border-bottom: 1px solid #586671;
	font: 11px Arial;
	margin: 0;
	padding: 0 0 19px 0;
}

ul#pestana li {
	display: inline;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

ul#pestana a, ul#pestana a:link, ul#pestana a:visited {
	background: #FFF;
	background-image: url(../img/sombra_tabs.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	border: 1px solid #586671;
	color: #586671;
	float: left;
	margin: 0 0 0 5px;
	padding: 2px 6px 2px 6px;
	text-decoration: none
}

ul#pestana a:hover, ul#pestana a:focus {
	background: #fff; /*Fondo cuando se pone el ratón encima de pestana no seleccionada*/
	color: #586671;
}

ul#pestana a:active {
	background: #fff; /*Fondo mientras carga la pestaña seleccionada*/
	border-bottom: none;
	border-left: 1px solid #586671;
	border-right: 1px solid #586671;
	border-top: 1px solid #586671;
	color: #000000;
	padding: 2px 6px 3px 6px
}

ul#pestana li.pestanaSel a, ul#pestana li.pestanaSel a:link, ul#pestana li.pestanaSel a:visited {
	background: #FFF; /*Fondo de la Pestaña Seleccionada*/
	border-bottom: none;
	border-left: 1px solid #586671;
	border-right: 1px solid #586671;
	border-top: 1px solid #586671;
	color: #586671;
	cursor: text;
	margin: 0 0 0 5px;
	padding: 2px 6px 3px 6px
	font: 11px Arial;
	font-weight: bold;
}

ul#pestana li.fixTabsIE {
	display: none;
	visibility: hidden
}

</style>


