BODY {
	SCROLLBAR-BASE-COLOR: #DADEF1;
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	background-image: url(../img/back_pags2.gif);
}

table {	
	border-collapse: collapse; 
}
.orillaMain {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-top-color: #000033;
	border-right-color: #000033;
	border-bottom-color: #000033;
	border-left-color: #000033;
}
.credito {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #999;
	text-decoration: none;
	background-color: #FFFFEA;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
.LnkCredito {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #999;
	text-decoration: none;
	background-color: #A4C5DF;
}
.LnkCredito:hover {
	color: #333;
	text-decoration: none;
}
.destacadoDerecho {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	border: 1px solid #000033;
}
.TitDestDer {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000033;
}
.TitDestDer:hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;

}
.titNoticia {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000033;
}
.BodyNoticia {

	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000033;
}
.BodyNoticia:hover {

	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #B1B1B1;
}
.orillafoto {
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #F4F8FB;
	border-right-color: #AEC6DB;
	border-bottom-color: #AEC6DB;
	border-left-color: #F4F8FB;
}
.tabla {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8FAFC;
	border: 1px solid #00B48F;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.boton{
border:1px solid #CCCCCC;
-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;
-moz-box-shadow: #FEFFFF 0px 1px 1px ; 
box-shadow:#666 1px 1px 1px ;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px;
border-radius: 3px;
font-size:12px;
font-family:arial, helvetica, sans-serif; 
padding: 6px 10px 6px 10px; 
text-decoration:none; 
display:inline-block;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
font-weight:bold; color: #4A4A4A;
background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
}

.boton:hover{
border:1px solid #ADADAD;
background-color: #E0E0E0; background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BDBBBC));
background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
background-image: linear-gradient(to bottom, #E0E0E0, #BDBBBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);
cursor:pointer;
}

.boton[disabled], .botonRojo[disabled], .botonVerde[disabled] {
decoration:none; display:inline-block;text-shadow: 1px 1px 0 rgba(255,255,255,1);font-weight:normal; color: #B9B9B9;
background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
cursor: not-allowed;;
border: solid 1px #CCC;
}

.botonMini{
border:1px solid #CCCCCC;
-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;-moz-box-shadow: #FEFFFF 0px 1px 1px ; box-shadow: #FEFFFF 0px 1px 1px ;
-webkit-border-radius: 3px; -moz-border-radius: 3px;
border-radius: 3px;
font-size:11px;
font-family:arial, helvetica, sans-serif; 
padding: 2px 5px 2px 5px; 
text-decoration:none; 
display:inline-block;
text-shadow: 0px 1px 0 rgba(255,255,255,1);
font-weight:normal; color: #4A4A4A;
 background-color: #F7F5F6; background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F5F6), to(#DDDDDD));
 background-image: -webkit-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -moz-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -ms-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: -o-linear-gradient(top, #F7F5F6, #DDDDDD);
 background-image: linear-gradient(to bottom, #F7F5F6, #DDDDDD);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#F7F5F6, endColorstr=#DDDDDD);
}

.botonMini:hover{
 border:1px solid #ADADAD;
 background-color: #E0E0E0; background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E0E0), to(#BDBBBC));
 background-image: -webkit-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -moz-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -ms-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: -o-linear-gradient(top, #E0E0E0, #BDBBBC);
 background-image: linear-gradient(to bottom, #E0E0E0, #BDBBBC);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#E0E0E0, endColorstr=#BDBBBC);
 cursor:pointer;
}
.botonDesabled {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: CCCCCC;
	border: 1px solid #000000;
	cursor: none;
	color: #D8D8D8;
}


.input {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	min-height:25px;
}

input[type=text]:focus,input[type=password]:focus,textarea:focus,select:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  border: 1px solid rgba(81, 203, 238, 1);
}


.inputNumero, .numerico, .decimal {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	border: 1px solid #C0C0C0;
	font-weight: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-left: 2px;
	min-height:25px;
	text-align: right;
	padding-right: 2px;

}

input[type=text],input[type=password],select {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 3px 3px 3px;
  border: 1px solid #DDDDDD;
}
select.input {
	height:30px;
	
}

.input:hover, .inputNumero:hover, select:hover, textarea:hover {
	background:#FFFFEC;
}

input[type=text], input[type=password] {
	height:17px;
}


.HeadTabla {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../img/header/fdo_head_tb.jpg);
	background-repeat: repeat-x;
	height: 32px;
	padding-left: 10px;
}
.HeadTablaSecundaria {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-left-color: #E1B609;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 0px;
}

.HeadTablaSecundariaSimple {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-right-width: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
}

.HeadTablaSecundariaSinLink {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-left-color: #E1B609;
	border-right-width: 1px;
	border-left-width: 1px;
	margin: 0px;
	padding: 2px;
	height: 18px;
}

.HeadTablaTerciaria {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #D2EDFF;
	font-weight: normal;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCC;
}

.txtMain {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #000000;

}
.asteriscoObligatorio {
	color: #FF0000;
}
.titOrdenador {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	display: block;
	margin: 0px;
	white-space: nowrap;
	font-weight: bold;
	text-decoration: none;
	height: 18px;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}

.titOrdenador:Hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 12px;
	color: #09F;
	text-decoration: none;
	background-color: #FEF7DA;
	height: 18px;
	margin: 0px;
	white-space: nowrap;
	display: hand;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
}
.BottomTabla {
	height: 29px;
	padding: 4px;
	background-color: #D2F0D2;
}
.titBlanco {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.NavBar {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	color: #063;
	text-decoration: none;
}
.NavBar:hover {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0C6;
	text-decoration: none;
}
.botonEvaluar {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	background-color: #6C764B;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #75A3D0;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #75A3D0;
	
	
	
	
}

.tachado {
	text-decoration: line-through;
}
.error {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 10px;
	color: #CCFF00;
}
.botonRojo {
	border:1px solid #CCCCCC;
	-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;
	-moz-box-shadow: #FEFFFF 0px 1px 1px ; 
	box-shadow:#666 1px 1px 1px ;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 6px 10px 6px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-weight:bold; color: #4A4A4A;
	color:#F00;

}




.botonVerde {
	border:1px solid #CCCCCC;
	-webtbkit-box-shadow: #FEFFFF 0px 1px 1px ;
	-moz-box-shadow: #FEFFFF 0px 1px 1px ; 
	box-shadow:#666 1px 1px 1px ;
	-webkit-border-radius: 3px; 
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:12px;
	font-family:arial, helvetica, sans-serif; 
	padding: 6px 10px 6px 10px; 
	text-decoration:none; 
	display:inline-block;
	text-shadow: 0px 1px 0 rgba(255,255,255,1);
	font-weight:bold; color: #4A4A4A;
	color:#090;

}






.txtAviso {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	font-weight: normal;
}
.lnkTerciario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkTerciario:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
	text-decoration: underline;
}
.lnkAgregar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #11DB16;
	text-decoration: none;
}
.lnkAgregar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0F6;
	text-decoration: none;
}
.MsgHead {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFCC;
}

.imprimir {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
}
.imprimir:hover {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFF66;
	text-decoration: none;
}
.lnk1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #006699;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	color: #000066;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #0033CC;
}

.lnkNuevoHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.lnkNuevoHead:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFF99;
	text-decoration: none;
}
.Destacado1 {
	font-size: 12px;
	font-weight: bold;
}
.inputLectura {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #F4F8FB;
	font-weight: normal;
	background-color: #F8FAFC;
}

.IcoMsg {
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 2px;
	margin-left: 4px;
	vertical-align: middle;
}
.MarcoError {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CE2900;
	border: 1px solid #F3ABAB;
	background-image: url(../img/avisos/fdo_error.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
	background-color: #FFF;
}
.MarcoWarning {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #939300;
	border: 1px solid #D7E059;
	background-image: url(../img/avisos/fdo_warning.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
	background-color: #FFF;
}
.MarcoOK {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #67A530;
	border: 1px solid #A6D877;
	background-image: url(../img/avisos/fdo_ok.png);
	background-repeat: repeat-x;
	height: 35px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 4px;
	background-color: #FFF;
}
.MarcoAyuda {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #319BEA;
	border: 1px solid #9FD1F5;
	background-image: url(../img/avisos/fdo_ayuda.png);
	background-repeat: repeat-x;
	height: 28px;
	padding: 3px;
	background-color: #FFF;
	margin: 0px;
}
.tablaPrint {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	background-color: #FFF;
	border: 1px solid #AEC6DB;
}
.txtMainTit {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}
.txtMainSubTit {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	color: #0467A2;
	font-weight: bold;
}
.FilaSubSeccion {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E1B609;
	border-right-color: #FFF8CE;
	border-right-width: 1px;
	margin: 0px;
	padding: 2px;
}
.titBlancoChico {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}
.txtMini {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.botonSinAncho {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	height: 22px;
	background-color: #00AF8E;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #75A3D0;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #75A3D0;
}

.botonSinAncho:hover {
	cursor: hand;
	color: #FF9;
	background-color: #00D9AD;
}

#tdLista
{
    margin: 0;
    padding: 3px;
    border-width: 1px 1px 0px 0px;
	border-color:#AEC6DB;
	
}
.LnkLimpiar {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}
.LnkLimpiar:hover {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
}

#tablaLista, #tdLista, .tablaLista
{
    border-color: #600;
    border-style: solid;
}

#tablaLista, .tablaLista
{
    border-width: 1px 1px 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
	border-color:#B1BECE
}

#tdLista
{
	margin: 0;
	padding: 4px;
	border-width: 1px 1px 0 0;
}
.lnkGrabar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #009BE6;
	text-decoration: none;
	font-weight: bold;
}
.lnkGrabar:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0076AE;
	text-decoration: none;
	font-weight: bold;
}
.tablaGr {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 15px;
	background-color: #F8FAFC;
	border: 1px solid #AEC6DB;
}
.HeadDivisionSecc {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FCECAB;
	font-weight: bold;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #E1B609;
	border-right-width: 0px;
	border-left-width: 0px;
	margin: 0px;
	padding: 2px;
	height: 18px;
	border-top-width: 1px;
	border-top-color: #E1B609;
	text-indent: 4px;
}

#tablaLista, .tablaLista
{
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #AEC6DB;
	border-right-color: #AEC6DB;
	border-bottom-color: #AEC6DB;
	border-left-color: #AEC6DB;
	padding: 0px;
	background-color: #F7F7F7;
	font-size: 11px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#tablaLista td, .tablaLista td
{
	margin: 0;
	padding: 4px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-color: #AEC6DB;
	border-right-color: #AEC6DB;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
}
#trMain td
{
	margin: 0;
	padding: 3px;
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FF9;
	font-weight: bold;
}
#trMain tr
{
	margin: 0;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 0;
	border-left-width: 1;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #AEC6DB;
	border-left-color: #AEC6DB;
}
div.tblCentrado 
{
text-align: center;
}
div.tblCentrado table 
{
margin: 0 auto; 
text-align: left;
}

.BottomTablaSoft {
	height: 20px;
	padding: 4px;
	background-color: #D6DFFE;
	vertical-align: middle;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #AEC6DB;
	margin: 0px;
}

.titGris {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666;
}
.ImgMid {
	vertical-align: middle;
}

/* estilos aplicados en JQuery para colores de filas y cambios de colores en eventos*/
.oddtr
{
	background-color:#EFF1F1;
}
.eventr
{
	background-color:#F8F8F8;
}
.trover
{
	background-color: #d2edff;
}
.trclick
{
	background-color: #9CCBFA;
}
/* FIN estilos aplicados en JQuery para colores de filas y cambios de colores en eventos*/

h1,h2,h3,h4,h5,h6{font:bold ubuntu,helvetica,arial,sans-serif;text-transform:uppercase}
/* Div  con estilos */
#tdiv span{
width:1px;
}
#tdiv a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0095DD;
	text-decoration: none;
}
#tdiv a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3CBFFF;
	text-decoration: none;
}
/* Estilos para la labla de listados con scroll y encabezado fijo */
#outer { 
    position:relative; 
    width:100%;
	border-bottom:#0C77C7;
    height:100%; 
	
	/*border-bottom-width:1px;
	border-bottom-color:#9BBDFB;
	border-bottom-style: solid; */
	
} 
#inner { 
    height:500px; 
    overflow:auto;
} 
#header {
	position:absolute;
	top:0;
	left:0;
	overflow:hidden;
	border-bottom-width:1px;
	border-bottom-color:#9BBDFB;
	border-bottom-style: solid;
} 
/* fin Estilos para la labla de listados con scroll y encabezado fijo */
#MascMain {
	visibility:hidden; 
	width:100%; 
	height:100%; 
	background-color:#C5D3FC; 
	z-index:2000; 
	position:absolute; 
	text-align:center; 
	font-family:'Trebuchet MS', Arial, Helvetica, sans-serif; 
	font-size:18px; 
	color:#333; 
	vertical-align:middle; 
	filter: alpha(style=1, opacity=60, finishopacity=100);
}
.lnkcreditos {
	color: #666;
	text-decoration: none;
}
.lnkcreditos:hover {
	color: #F90;
	text-decoration: underline;
}
.LogoFicha {
	padding: 0px;
	border: 1px solid #CCC;
	margin-top: 6px;
	margin-bottom: 3px;
	margin-left: 0px;
}


select {
	height:21px;
	padding:1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;	
	
}
/* Estilos para jquery.tipsy.js */
.tipsy { padding: 5px; font-size: 10px; position: absolute; z-index: 100000; }
.tipsy-inner { padding: 5px 8px 4px 8px; background-color: black; color: white; max-width: 200px; text-align: center; }
.tipsy-inner { border-radius: 3px; -moz-border-radius:3px; -webkit-border-radius:3px; }
.tipsy-arrow { position: absolute; background: url('../img/tipsy.gif') no-repeat top left; width: 9px; height: 5px; }
.tipsy-n .tipsy-arrow { top: 0; left: 50%; margin-left: -4px; }
.tipsy-nw .tipsy-arrow { top: 0; left: 10px; }
.tipsy-ne .tipsy-arrow { top: 0; right: 10px; }
.tipsy-s .tipsy-arrow { bottom: 0; left: 50%; margin-left: -4px; background-position: bottom left; }
.tipsy-sw .tipsy-arrow { bottom: 0; left: 10px; background-position: bottom left; }
.tipsy-se .tipsy-arrow { bottom: 0; right: 10px; background-position: bottom left; }
.tipsy-e .tipsy-arrow { top: 50%; margin-top: -4px; right: 0; width: 5px; height: 9px; background-position: top right; }
.tipsy-w .tipsy-arrow { top: 50%; margin-top: -4px; left: 0; width: 5px; height: 9px; }
.Avatar {
	border: 1px solid #F0F8B8;
	padding:1px;
	margin: 3px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.txtDestacado {
	font-size: 14px;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

textarea {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}

select {
	height: 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;		
}

.tblToDo {
	background-color: #F9F9F9;
	border: 1px solid #CCC;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.tblToDoResp {
	background-color: #FFF;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border: 1px solid #F8F8F8;
}

.botonToDo {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 11px;
	cursor: hand;
	color: #666;
	text-align: center;
	background-color: #F9F9F9;
	border: 1px solid #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	height: 20px;
	text-decoration: none;
	font-weight: normal;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin: 2px;
}

.botonToDo:hover {
	cursor: hand;
	color: #333;
	background-color: #FFC;
}

.FechaToDo {
	font-size: 12px;
	font-weight: bold;
	color: #063;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.HoraToDo {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.titToDo {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 16px;
	color: #060;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 0px;
}

.TitSolo {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFFFFF;
	font-weight: bold;
}
.TitConFdo {
	font-family: 'trebuchet ms', verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FFFFFF;
	border: 1px solid #060;
	font-weight: bold;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	vertical-align: middle;
	height: 32px;
	background-image: url(../img/header/fdo_head_tb.jpg);
}

.BotonGraf {
	background-color: #F4F4F4;
	display: inline-block;
	border: 1px solid #CCC;
	cursor: hand;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	
}
.expand {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #000033;
	padding:2px;
	overflow: visible;
}

/* Estilos Botonera lengueta (usado Solicitud_NCR) */
.HeadTablaFilSel {
	background-color: #FEFFE6;
	font-size: 14px;
	font-weight: bold;
}

.BtnNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F7F7F7;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}
.BtnNoSel:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #E8E8E8;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #E9E9E9;
	border-right-color: #E9E9E9;
	border-left-color: #E9E9E9;
	cursor: hand;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -1px;
	margin-left: 0px;
}
.BtnSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	cursor: default;
	width: 127px;
	display: block;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	padding: 3px;
	border-bottom-style: solid;
	border-bottom-width: 0px;
	border-bottom-color: #FFC;
	background-color: #FCECAB;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	margin-bottom: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	box-shadow: 3px 0px 3px #C2D2D3;
}
.FdoNoSel {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
/* FIN Estilos Botonera lengueta (usado Solicitud_NCR) */

.tablaImpresion {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #999;
	background-color: #FFF;
}
.tablaImpresionBorde {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	border: 1px solid #666;
	background-color: #FFF;
}

.center {
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;	
	
}

#grabando {
	 style="font:'Trebuchet MS', Arial, Helvetica, sans-serif;
	 color:#FF6;
	 font-weight:bold;
}
.subtexto{
	font-size:10px;
	color:#999;
}
