/* CSS Mandato, basado en bitacora */
/* A.links */
a:link {
	color: #3C3E92;
	text-decoration: underline;
}
.alinkNone { /*como era?*/
	color: #3C3E92;
	text-decoration: none;
}
a:visited {
	color: #6B6F97;
	text-decoration: underline;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
a:active {
	color: #003366;
	text-decoration: underline;
}
/* B. Textos generales con imgenes de fondo */
.txtTitulo {
	font-family: "Trebuchet MS";
	font-size: 19px;
	color: #666666;
	background-image: url(img/0_fdo_titulo.jpg);
	height: 51px;
	padding-left: 0px;
	padding-top: 0px;
	font-weight: bold;

	/*font-variant: small-caps;*/
}
.txtRuta {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 13px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.txtBottom {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	height: 24px;
	text-align: center;
	background-color: #FF9900;
	border: 1px solid #666666;
}
.txtFondoColm {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-image: url(img/fdo_col1.gif);
	bgcolor:#000000;
	text:#000000;
	link:#000000;
	vlink:#000000;
	alink:#000000;
}
.txtUsuario {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #4564B6;
	text-align: right;
	background-image: url(img/0_fdo_usuario.gif);
	background-color: #FFFFFF;
	padding-right: 22px;
	padding-top: 14px;
	background-repeat: no-repeat;
	background-position: right;

}
/* C. Textos generales */
.txtAtencion {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
}
.txtCentro {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-left: 10px;
	padding-top: 10px;
	font-style: normal;
}
.txtArial09 {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-right: 10px;
	text-align: right;
}
.txtArial09gris {
	font-family: Arial, "Trebuchet MS", Verdana, Tahoma, sans-serif;
	font-size: 10px;
	color: #999999;
}
.txtDestacado {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}

/* D. Tablas generales */
.tbBorde {
	border: 1px solid #B4BACE;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #666666;

}

.txtMes {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-image: url(img/0_fdo_tr1.gif);
	text-align: center;
	border: 1px solid #E5E5E5;
	height: 25px;
}
.txtDia {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #006699;
	background-color: #FFCC66;
	text-align: center;
	border-top: 1px solid #84a2d6;

	border-right: 1px solid #; /* naranja */
	border-bottom: 1px solid #84a2d6;
	border-left: 1px solid #84a2d6;
	height: 25px;
	border-right: 1px solid #84a2d6;
}
.txtDiaActual {
	font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #333333;
	background-color: #FF9900; /* naranja */
	text-align: left;
	border-top: 1px solid #FFFFFF; /* blanco ...antes era #E7E7E7 gris clarito */ 
	border-right: 1px solid #FFFFFF; /* blanco ...antes era #F3B400 amarillio */
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 23px;
}
.txtDiaActualazul {
	font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #008FBA; /* naranja */
	text-align: left;
	border-top: 1px solid #FFFFFF; /* blanco ...antes era #E7E7E7 gris clarito */ 
	border-right: 1px solid #FFFFFF; /* blanco ...antes era #F3B400 amarillio */
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 23px;
}
.txtDiaD {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #EBEBEB;
	text-align: center;
	height: 25px;
	border: 1px solid #6699FF;

}
.txtDiaF {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	color: #999999;
	background-color: #E0E0E0;
	text-align: left;
	height: 25px;
	border: 1px solid #666666;

}
.tbBottom {
	background-image: url(img/fdo_bt.gif);
	height: 9px;
}
.tbDer {
	background-image: url(img/fdo_dt.gif);
	width: 9px;
}
/* E. las tablas con fondo -- naranjaygris*/
.tbTizq {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	line-height: 12px;	
	background-image: url(img/tb_01cb.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 6px;
	border-right: 2px solid #E6E7E7; /*----el naranja #B4BACE grisaceo */
}
.tbTizq0 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	line-height: 12px;	
	background-image: url(img/tb_01cb.gif);
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 6px;
}
.tbTcen {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	padding-left: 5px;
	padding-top: 6px;
	border-right: 2px solid #E6E7E7;
	background-color: #E2E2E2;
}
.tbTcen0 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	background-image: url(img/tb_02cb.gif);
	padding-left: 5px;
	padding-top: 6px;
}
.tbTder {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #555555;
	background-image: url(img/tb_03cb.gif);
	background-position: right top;
	padding-left: 5px;
	padding-top: 6px;
}
.tbT2izq {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	line-height: 12px;	
	background-image: url(img/tb_centro.gif);
	padding-left: 5px;
	padding-top: 6px;
	border-left: 2px solid #E6E7E7;/*gris central*/
	border-top: 1px solid #E6E7E7;/*gris central*/
	border-right: 2px solid #E6E7E7;/*naranja*/
	border-bottom: 1px solid #E6E7E7;/*naranja*/
}
.tbT2sans {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	line-height: 12px;	
	background-image: url(img/tb_centro.gif);
	padding-left: 5px;
	padding-top: 6px;
	border-left: 2px solid #E6E7E7;/*gris central*/
	border-top: 1px solid #E6E7E7;/*gris central*/
	border-right: 0px solid #E6E7E7;/*naranja*/
	border-bottom: 1px solid #E6E7E7;/*naranja*/
}
.tbT2cen {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #555555;
	background-image: url(img/tb_centro.gif);
	padding-left: 5px;
	padding-top: 6px;
	border-left: 0px solid #E6E7E7;/*gris central*/
	border-top: 0px solid #E6E7E7;/*gris central*/
	border-right: 2px solid #E6E7E7;/*naranja*/
	border-bottom: 1px solid #E6E7E7;/*naranja*/
}
.tbT2der {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	color: #555555;
	background-image: url(img/tb_centro.gif);
	background-position: right top;
	padding-left: 5px;
	padding-top: 6px;
	border-left: 0px solid #E6E7E7;/*gris central*/
	border-top: 1px solid #E6E7E7;/*gris central*/
	border-right: 2px solid #E6E7E7;/*gris central*/
	border-bottom: 1px solid #E6E7E7;/*naranja*/
}
.tbCizq {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right: 2px solid #E6E7E7; /*----el naranja*/
	border-bottom: 1px solid #E6E7E7;
	border-left: 2px solid #E6E7E7;/*gris central*/
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
}
.tbCcen {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right: 2px solid #e7e3e7;
	border-bottom: 1px solid #e7e3e7;
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
	border-right-color: #E7E3E7;
	border-left-color: #E7E3E7;
}
.tbC2cen {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right: 2px solid #E6E7E7;/*gris central*/
	border-bottom: 1px solid #E6E7E7;
	border-top: 2px solid #E6E7E7;/*gris central*/
	padding-left: 5px;
	padding-right: 5px;	
	height: 25px;
}
.tbCcen2 {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #EFEBEF;
	border-top-color: #EFEBEF;
	border-right-color: #EFEBEF;
	border-left-color: #EFEBEF;
}
.tbCder {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	border-right: 2px solid #E6E7E7;/*gris central*/
	border-bottom: 1px solid #E6E7E7; /*----el naranja*/
	padding-left: 5px;
	padding-right: 5px;
	height: 25px;
}
.tbBizq {
	background-image: url(img/tb_06cb.gif);
	background-repeat: no-repeat;
	height: 17px;
}
.tbBcen {
	background-image: url(img/tb_04cb.gif);
	height: 17px;
}
.tbBder {
	background-image: url(img/tb_05cb.gif);
	background-position: right top;
	background-repeat: no-repeat;
	height: 17px;	
}

/*
*/
.destacado {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	background-color: #E8E8E8;
	background: #E8E8E8;
}
.marco {
	border: 1px solid #666666;

}
.marco_verde{
	border: 1px solid #99CC00;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.soporte {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #993399;
}
.marcosoporte {
	border: 1px solid #993399;
}
.marcoclientes {
	border: 1px solid #2972BC;
}
.txtDiaActualamorado {
	font: bold 12px "Trebuchet MS", Tahoma, Arial, sans-serif;
	color: #FFFFFF;
	background-color: #993399; /* naranja */
	text-align: left;
	border-top: 1px solid #FFFFFF; /* blanco ...antes era #E7E7E7 gris clarito */ 
	border-right: 1px solid #FFFFFF; /* blanco ...antes era #F3B400 amarillio */
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	height: 23px;
}
.txtBottomazul {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #2972BC;
	border: 1px solid #666666;
	width: 90px;

}
.marco-azul {
	border: 1px solid #0099FF;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.marco-rojo {
	border: 1px solid #CC0000;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.marco-morado {
	border: 1px solid #003399;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.marco-naranjo {
	border: 1px solid #FF6600;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.marco-calipso {
	border: 1px solid #66CCFF;
	background-color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
}
.txtBottomcalipso {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #66CCFF;
	border: 1px solid #666666;
	width: 90px;
}
.titulos {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #000000;
	bgcolor:#000000;
	text:#000000;
	link:#000000;
	vlink:#000000;
	alink:#000000;
	border: 1px none #99CC00;
	font-weight: normal;


}
.sub-titulos {
	font-family: "Trebuchet MS";
	font-size: 15px;
	color: #000000;
	bgcolor:#000000;
	text:#000000;
	link:#000000;
	vlink:#000000;
	alink:#000000;
	border: 1px none #99CC00;
	font-weight: bold;
	font-style: normal;

}
.txtBottomnaranjo {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 17px;
	text-align: center;
	background-color: #FF6600;
	border: 1px solid #666666;
	width: 90px;
}
.webverde {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #FFFFFF;
	background-color: #99CC00;
	font-weight: bold;

}
.txtBottomfact {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #0099FF;
	border: 1px solid #666666;
	width: 90px;
}
.txtBottompss {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #336699;
	border: 1px solid #666666;
	width: 90px;
}
.txtBottomconfirming {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #339933;
	border: 1px solid #666666;
	width: 90px;
}
.txtBottomcorreo {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #FFCC00;
	border: 1px solid #666666;
	width: 90px;
}
.txtBottomcontabilidad {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #CC0000;
	border: 1px solid #666666;
	width: 90px;
}
.txtBottomlight {
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	height: 20px;
	text-align: center;
	background-color: #99CC00;
	border: 1px solid #666666;
	width: 90px;
}

