
html {
		margin:0;
		padding:0;
		border:0;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
		margin: 0;
		padding: 0;
		border: 0;
		font-weight: inherit;
		font-style: inherit;
		font-size: 100%;
		font-family: inherit;
		vertical-align: baseline;
}

/* para comportamiento de elementos de HTML5 como DIVs in navegadores viejos */ 
article, aside, dialog, figure, footer, header, hgroup, nav, section { display:block; }

/* Line-height no debe tener medida! */


body {
		font-family:Arial, helvetica, sans-serif;
		line-height:1.5;
		font-size:12px;
		background: #fff;
		padding:5px;
		color:#06001A;
		word-wrap: break-word;
		-webkit-text-size-adjust: none;
}

/* tablas aún necesitan 'cellspacing="0"'. */
table {
		border-collapse: separate;
		border-spacing: 0;
}

/* float:none previene a clases de romper table-cell display */
caption, th, td {
		text-align: left;
		font-weight: normal;
		float:none !important;
}

table, th, td { vertical-align: top; }

/* Remover quote marks posibles (") de <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

blockquote, q { quotes: "" ""; }

/* Remover border en imágenes linkeadas. */
a img { border: none; }

/* Recordar de definir los estilos de focus propios! */
:focus { outline: 0; }

/* Base */





html { font-size:100.01%; }

body {
		font: 12px/18px arial, Helvetica, sans-serif;
		color:#06001A;
}

/* Encabezados */

h1, h2, h3, h4, h5, h6 {
		color:#005980;
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		line-height: 1.2;
		margin-top: 0em;
		margin-bottom: 5px;
		font-size: 16px;
}

h1 { font-size:15px; }

h2 { font-size:14px; }

h3 { font-size:13px; }

h4 { font-size:12px; }

h5 { font-size:11px; }

h6 { font-size:11px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }

/* Texto */

p {
		margin-top:0;
		margin-bottom:6px;
}

p img.left {
		float:left;
		margin:3px 3px 3px 0;
		padding:0;
}

p img.right {
		float:right;
		margin:3px 0 3px 3px;
		padding:0;
}

a, .lnkspan {
		color:#A00B00;
		text-decoration:none;
}

a:hover, .lnkspan:focus, .lnkspan:hover {
		color:#06001A;
		text-decoration:underline;
}

.bullet {
		background:url(/global/img/bullet01.gif) no-repeat left 4px;
		padding-left: 7px;
}

/* familias */

.georgia { font-family:Georgia, "Times New Roman", Times, serif; }

.arial { font-family:Arial, Helvetica, sans-serif; }

.trebuchet { font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; }

.tahoma { font-family:Tahoma, Arial, Helvetica, sans-serif; }

.verdana { font-family: Verdana, Geneva, sans-serif; }

/* Tamańos */

.t8 { font-size:8px; }

.t9 { font-size:9px; }

.t10 { font-size:10px; }

.t11 { font-size:11px; }

.t12 { font-size:12px; }

.t13 { font-size:13px; }

.t14 { font-size:14px; }

.t15 { font-size:15px; }

.t16 { font-size:16px; }

.t17 { font-size:17px; }

.t18 { font-size:18px; }

.t19 { font-size:19px; }

.t20 { font-size:20px; }

.t21 { font-size:21px; }

.t22 { font-size:22px; }

.t23 { font-size:23px; }

.t24 { font-size:24px; }

.t25 { font-size:25px; }

.t26 { font-size:26px; }

.t27 { font-size:27px; }

.t28 { font-size:28px; }

.t29 { font-size:29px; }

.t30 { font-size:30px; }

.t31 { font-size:31px; }

.t32 { font-size:32px; }

.t33 { font-size:33px; }

.t34 { font-size:34px; }

.t35 { font-size:35px; }

.t36 { font-size:36px; }

.t37 { font-size:37px; }

.t38 { font-size:38px; }

.t39 { font-size:39px; }

.t40 { font-size:40px; }

.t41 { font-size:41px; }

.t42 { font-size:42px; }

.t43 { font-size:43px; }

.t44 { font-size:44px; }

.t45 { font-size:45px; }

.t46 { font-size:46px; }

.t47 { font-size:47px; }

.t48 { font-size:48px; }

/* alinear */

.align-justify { text-align:justify; }

.align-left { text-align:left; }

.align-center { text-align:center; }

.align-right { text-align:right; }

/* Decoraciones */

.tdn { text-decoration:none; }

.tdu { text-decoration:underline; }

.upc { text-transform:uppercase; }

blockquote {
		margin: 10px;
		color: #666;
		font-style: italic;
}

strong, dfn { font-weight: bold; }

em, dfn { font-style: italic; }

sup, sub { line-height: 0; }

abbr, acronym { border-bottom: 1px dotted #666; }

address {
		margin: 0 0 12px;
		font-style: italic;
}

del { color:#666; }

pre {
		margin: 12px 0;
		white-space: pre;
}

pre, code, tt {
		font: 11px 'andale mono', 'lucida console', monospace;
		line-height: 1.5;
}

/* listas */ 

li ul, li ol { margin:0; }

ul, ol { margin:0; }

ul { list-style:none; }

ol { list-style:decimal; }

dl { margin:0 0 12px 0; }

dl dt { font-weight:bold; }

dd { margin-left:12px; }

/* tablas */

/* 
	Por la necesidad de hacer padding en TH and TD, el rítmo vertical en las celdas debe ser de 27px, en vez de 18px o 36px de otros elementos
 */ 
table {
		margin-bottom: 12px;
		width:100%;
}

th { font-weight: bold; }

thead th { background: #c3d9ff; }

th, td, caption { padding: 4px 10px 4px 5px; }
/*
	Podés marcar las celdas de otro color para viejos navegadores agregando la clase "even" en las filas
 */
tbody tr:nth-child(even) td, tbody tr.even td {
 background: #E7E7E7;
}

tfoot { font-style: italic; }

caption { background: #eee; }

/* anchos */

.w10 { width:10px; }

.w20 { width:20px; }

.w30 { width:30px; }

.w40 { width:40px; }

.w50 { width:50px; }

.w60 { width:60px; }

.w70 { width:70px; }

.w80 { width:80px; }

.w90 { width:90px; }

.w100 { width:100px; }

.w110 { width:110px; }

.w120 { width:120px; }

.w130 { width:130px; }

.w140 { width:140px; }

.w145 { width:145px; }

.w150 { width:150px; }

.w160 { width:160px; }

.w170 { width:170px; }

.w180 { width:180px; }

.w190 { width:190px; }

.w200 { width:200px; }

.w210 { width:210px; }

.w220 { width:220px; }

.w230 { width:230px; }

.w240 { width:240px; }

.w250 { width:250px; }

.w260 { width:260px; }

.w270 { width:270px; }

.w280 { width:280px; }

.w290 { width:290px; }

.w300 { width:300px; }

.w310 { width:310px; }

.w320 { width:320px; }

.w330 { width:330px; }

.w340 { width:340px; }

.w350 { width:350px; }

.w360 { width:360px; }

.w370 { width:370px; }

.w380 { width:380px; }

.w390 { width:390px; }

.w400 { width:400px; }

.w410 { width:410px; }

.w420 { width:420px; }

.w430 { width:430px; }

.w440 { width:440px; }

.w450 { width:450px; }

.w460 { width:460px; }

.w470 { width:470px; }

.w475 { width:475px; }

.w480 { width:480px; }

.w490 { width:490px; }

.w500 { width:500px; }

.w570 { width:570px; }

.w2000 { width:2000px; }

/* margenes y paddings */

.reset-margin { margin:0; }

.reset-padding { padding:0; }

.reset {
		margin:0;
		padding:0;
}

.first {
		margin-left:0;
		padding-left:0;
}

.last {
		margin-right:0;
		padding-right:0;
}

.top {
		margin-top:0;
		padding-top:0;
}

.bottom {
		margin-bottom:0;
		padding-bottom:0;
}

/* Paddings */


.p1 { padding:1px; }

.pt1 { padding-top:1px; }

.pb1 { padding-bottom:1px; }

.pl1 { padding-left:1px; }

.pr1 { padding-right:1px; }

.p2 { padding:2px; }

.pt2 { padding-top:2px; }

.pb2 { padding-bottom:2px; }

.pl2 { padding-left:2px; }

.pr2 { padding-right:2px; }

.p3 { padding:3px; }

.pt3 { padding-top:3px; }

.pb3 { padding-bottom:3px; }

.pl3 { padding-left:3px; }

.pr3 { padding-right:3px; }

.p4 { padding:4px; }

.pt4 { padding-top:4px; }

.pb4 { padding-bottom:4px; }

.pl4 { padding-left:4px; }

.pr4 { padding-right:4px; }

.p5 { padding:5px; }

.pt5 { padding-top:5px; }

.pb5 { padding-bottom:5px; }

.pl5 { padding-left:5px; }

.pr5 { padding-right:5px; }

.p6 { padding:6px; }

.pt6 { padding-top:6px; }

.pb6 { padding-bottom:6px; }

.pl6 { padding-left:6px; }

.pr6 { padding-right:6px; }

.p7 { padding:7px; }

.pt7 { padding-top:7px; }

.pb7 { padding-bottom:7px; }

.pl7 { padding-left:7px; }

.pr7 { padding-right:7px; }

.p8 { padding:8px; }

.pt8 { padding-top:8px; }

.pb8 { padding-bottom:8px; }

.pl8 { padding-left:8px; }

.pr8 { padding-right:8px; }

.p10 { padding:10px; }

.pt10 { padding-top:10px; }

.pb10 { padding-bottom:10px; }

.pl10 { padding-left:10px; }

.pr10 { padding-right:10px; }

.p12 { padding:12px; }

.pt12 { padding-top:12px; }

.pb12 { padding-bottom:12px; }

.pl12 { padding-left:12px; }

.pr12 { padding-right:12px; }

.p15 { padding:15px; }

.pt15 { padding-top:15px; }

.pb15 { padding-bottom:15px; }

.pl15 { padding-left:15px; }

.pr15 { padding-right:15px; }

.p20 { padding:20px; }

.pt20 { padding-top:20px; }

.pb20 { padding-bottom:20px; }

.pl20 { padding-left:20px; }

.pr20 { padding-right:20px; }

.p25 { padding:25px; }

.pt25 { padding-top:25px; }

.pb25 { padding-bottom:25px; }

.pl25 { padding-left:25px; }

.pr25 { padding-right:25px; }

.p30 { padding:30px; }

.pt30 { padding-top:30px; }

.pb30 { padding-bottom:30px; }

.pl30 { padding-left:30px; }

.pr30 { padding-right:30px; }

.p40 { padding:40px; }

.pt40 { padding-top:40px; }

.pb40 { padding-bottom:40px; }

.pl40 { padding-left:40px; }

.pr40 { padding-right:40px; }

/* Margins */



.m1 { margin:1px; }

.mt1 { margin-top:1px; }

.mb1 { margin-bottom:1px; }

.ml1 { margin-left:1px; }

.mr1 { margin-right:1px; }

.m2 { margin:2px; }

.mt2 { margin-top:2px; }

.mb2 { margin-bottom:2px; }

.ml2 { margin-left:2px; }

.mr2 { margin-right:2px; }

.m3 { margin:3px; }

.mt3 { margin-top:3px; }

.mb3 { margin-bottom:3px; }

.ml3 { margin-left:3px; }

.mr3 { margin-right:3px; }

.m4 { margin:4px; }

.mt4 { margin-top:4px; }

.mb4 { margin-bottom:4px; }

.ml4 { margin-left:4px; }

.mr4 { margin-right:4px; }

.m5 { margin:5px; }

.mt5 { margin-top:5px; }

.mb5 { margin-bottom:5px; }

.ml5 { margin-left:5px; }

.mr5 { margin-right:5px; }

.m6 { margin:6px; }

.mt6 { margin-top:6px; }

.mb6 { margin-bottom:6px; }

.ml6 { margin-left:6px; }

.mr6 { margin-right:6px; }

.m8 { margin:8px; }

.mt8 { margin-top:8px; }

.mb8 { margin-bottom:8px; }

.ml8 { margin-left:8px; }

.mr8 { margin-right:8px; }

.m10 { margin:10px; }

.mt10 { margin-top:10px; }

.mb10 { margin-bottom:10px; }

.ml10 { margin-left:10px; }

.mr10 { margin-right:10px; }

.m12 { margin:12px; }

.mt12 { margin-top:12px; }

.mb12 { margin-bottom:12px; }

.ml12 { margin-left:12px; }

.mr12 { margin-right:12px; }

.m15 { margin:15px; }

.mt15 { margin-top:15px; }

.mb15 { margin-bottom:15px; }

.ml15 { margin-left:15px; }

.mr15 { margin-right:15px; }

.m20 { margin:20px; }

.mt20 { margin-top:20px; }

.mb20 { margin-bottom:20px; }

.ml20 { margin-left:20px; }

.mr20 { margin-right:20px; }

.m24 { margin:24px; }

.mt24 { margin-top:24px; }

.mb24 { margin-bottom:24px; }

.ml24 { margin-left:24px; }

.mr24 { margin-right:24px; }

.m25 { margin:25px; }

.mt25 { margin-top:25px; }

.mb25 { margin-bottom:25px; }

.ml25 { margin-left:25px; }

.mr25 { margin-right:25px; }

.m30 { margin:30px; }

.mt30 { margin-top:30px; }

.mb30 { margin-bottom:30px; }

.ml30 { margin-left:30px; }

.mr30 { margin-right:30px; }

.m40 { margin:40px; }

.mt40 { margin-top:40px; }

.mb40 { margin-bottom:40px; }

.ml40 { margin-left:40px; }

.mr40 { margin-right:40px; }

.m50 { margin:50px; }

.mt50 { margin-top:50px; }

.mb50 { margin-bottom:50px; }

.ml50 { margin-left:50px; }

.mr50 { margin-right:50px; }

/* formularios */


/* 
	hack incluído para IE8 a partir que no aplica los padding correctamente en fielsets
 */ 

form {
		margin:0;
		padding:0;
		width:100%;
}

label { }

fieldset {
		padding:0 12px 12px 12px;
		margin: 0 0 12px 0;
		border: 1px solid #ccc;
}

legend {
		font-weight: bold;
		font-size:12px;
		margin-top:-2px;
		margin-bottom:12px;
}

fieldset, #IE8#HACK { padding-top:12px; }

legend, #IE8#HACK {
		margin-top:0;
		margin-bottom:0;
}

/* Campos
-------------------------------------------------------------- */

/* 
  Los selectores de atributos son usados para diferenciar los distintos tipos de elementos de input, pero para soportar navegadores viejos, se tendrá que agregar clases por cada uno.
  
  ".title" simplemente crea un texto largo
 */
input[type=text], input[type=password], input.text, input.title, textarea {
		background-color:#fff;
		border:1px solid #D5D4D8;
		font-size: 11px;
		font-family: Arial, Helvetica, sans-serif;
		padding:4px;
}

input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus { border:1px solid #005980; }

select {
		background-color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		border:1px solid #D5D4D8;
}

input[type=text], input[type=password], input.text, input.title, textarea, select { font-family: Arial, Helvetica, sans-serif; }

input.text, input.title {
		width: 300px;
		padding:5px;
}

input.title { font-size:12px; }

textarea {
		height:150px;
		padding:2px;
		overflow:hidden;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
}

/* 
  Para ser usado en formularios donde una variedad de elementos están ubicados a los lados. Usar un <p> para denotar una línea.
 */
form.inline { line-height:3; }

form.inline p { margin-bottom:0; }

/* Cajas de alerta, info, y exito/error
-------------------------------------------------------------- */

.error, .alert, .notice, .success, .info {
		padding: 6px;
		margin-bottom: 12px;
		border: 2px solid #ddd;
}

.error, .alert {
		background: #fbe3e4;
		color: #8a1f11;
		border-color: #fbc2c4;
}

.notice {
		background: #fff6bf;
		color: #514721;
		border-color: #ffd324;
}

.success {
		background: #E7E7E7;
		color: #264409;
		border-color: #c6d880;
}

.info {
		background: #d5edf8;
		color: #205791;
		border-color: #92cae4;
}

.error a, .alert a { color: #8a1f11; }

.notice a { color: #514721; }

.success a { color: #264409; }

.info a { color: #205791; }

.asterisco { color:#FF0000; }

/*colores*/


.azul { Color: #005980; }

.azul-claro { Color: #3084B8; }

.rojo { Color: #A00B00; }

.texto { Color: #06001A; }

.gris333 { Color:#06001A333; }

.gris666 { Color:#666666; }

.gris999 { Color:#999999; }

.gris95 { Color: #F2F2F2; }

.gris90 { Color: #E5E5E5; }

.gris85 { Color: #D9D9D9; }

.gris75 { Color: #BFBFBF; }

.gris70 { Color: #B3B3B3; }

.gris65 { Color: #A6A6A6; }

.gris55 { Color: #8C8C8C; }

.gris50 { Color: #7F7F7F; }

.gris45 { Color: #737373; }

.gris35 { Color: #595959; }

.gris30 { Color: #4D4D4D; }

.gris25 { Color: #404040; }

.gris15 { Color: #262626; }

.gris10 { Color: #1A1A1A; }

.gris05 { Color: #0D0D0D; }

.blanco { color:white; }

.negro { color:#000; }

/* otras clases */

.absolute { position:absolute; }

.relative { position:relative; }

.overflow { overflow:hidden; }

.outline { outline:none; }

.hide { display:none; }

.inline { display:inline; }

.block { display:block; }

.none {
		border:none;
		background:none;
}

.normal { font-weight:normal; }

.bold { font-weight:bold; }

.left { float:left; }

.right { float:right; }

.last { margin-right:0; }

.vamid { vertical-align:middle; }

hr {
		background: #ddd;
		color: #ddd;
		clear: both;
		float: none;
		width: 100%;
		height: 1px;
		margin: 0 0 12px;
		border: none;
}

hr.space {
		background: #fff;
		color: #fff;
		visibility: hidden;
}

.clearfix:after, .container:after {
		content: "\0020";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		overflow:hidden;
}

.clearfix, .container { display: block; }

.clear { clear:both; }

.cursor { cursor: pointer; }

.bordeimg {
		padding:3px;
		border: solid 1px #EDEDED;
}

.lineacorte { border-bottom:solid 1px #85828F; }

.lineacortetop { border-top:solid 1px #85828F; }

.linea-vert { border-right:solid 1px #85828F; }

.linea-vert2 { border-left:solid 1px #85828F; }

.lineacorteizq { background: url(/global/img/lineacorte-vertical.png) repeat-y left top; }

.lineacorteder { background: url(/global/img/lineacorte-vertical.png) repeat-y right top; }

.lineapunto { background: url(/global/img/linea-puntos.png) repeat-x left bottom; }

.lineapuntotop { background: url(/global/img/linea-puntos.png) repeat-x left top; }

.pics {
		display:block;
		height:203px;
		overflow:hidden;
}

.paginador-bottom {
		padding:0px 15px 15px;
		margin-left:20px;
		margin-bottom:5px;
}

.paginadorBloque {
		width: 13px;
		margin:0 2px;
}

.paginadorBloque_actual {
		width:24px;
		text-align:center;
}

.pg-first a, .pg-ant a, .pg-sig a, .pg-last a {
		display: block;
		overflow:hidden;
}

.pg-first a { background: url(/global/img/sprite-pager.png) no-repeat 0 4px; }

.pg-first a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -15px; }

.pg-ant a { background: url(/global/img/sprite-pager.png) no-repeat 0 -35px; }

.pg-ant a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -53px; }

.pg-sig a { background: url(/global/img/sprite-pager.png) no-repeat 0 -71px; }

.pg-sig a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -90px; }

.pg-last a { background: url(/global/img/sprite-pager.png) no-repeat 0 -109px; }

.pg-last a:hover { background: url(/global/img/sprite-pager.png) no-repeat 0 -128px; }

/* grid.css */


.container {
		padding:5px;
		background:#FFF;
		border: solid 2px #005980;
}

.contenido {
		background: white;
		border: solid 2px #005980;
		padding:12px 12px 30px;
}

.tabla-opciones {
		width:320px;
		margin:0;
		padding:0;
}

.tabla-opciones td {
		background:#FFF;
		margin:0;
		padding:0;
}

#tbl-bl td {
		border-bottom:solid 1px #CCC;
		padding-top:8px;
		padding-bottom:5px;
}

.tipo_tarea {
		background:#5B5768;
		color:#E4E3E6;
}

.nombre_cliente { color:#5B5768; }

.secciones {
		padding:6px;
		margin-bottom:1px;
		background: none repeat scroll 0 0 #5B5768;
		color: #E4E3E6;
}

.secciones h2 {
		color: #E4E3E6;
		margin-bottom:0;
		font-size: 12px;
		font-weight:normal;
		font-family: Verdana, Geneva, sans-serif;
}

.secciones h2 a { color: #FFF; }

span.flechas_arriba {
		background: url("/global/img/flechas.png") no-repeat scroll center top transparent;
		display: block;
		height: 12px;
		line-height: 12px;
		margin-top:2px;
		margin-right: 5px;
		width: 14px;
}

span.flechas_abajo {
		background: url("/global/img/flechas.png") no-repeat scroll center bottom transparent;
		display: block;
		height: 12px;
		line-height: 12px;
		margin-top:2px;
		margin-right: 5px;
		width: 14px;
}

/*------------------------------------*/
.div_superior .div_imf { display:none; }

.div_superior:hover .div_imf { display:block; }

.mostrar_div { display:block; }

.ocultar_div { display:none; }

.tit-reg {
		background: #F3F3F3;
		color: #006B33;
		font-size: 12px;
		padding: 3px 5px;
		font-weight:bold;
}

.img-sus {
		width:104px;
		margin-left:3px;
}

.form-sus label {
		float:left;
		width:70px;
		font-size:10px;
		color:#666;
}

.fondo-fs {
		background: #F3F3F3;
		padding:6px;
}

.tabla-opciones {
		width:320px;
		margin:0;
		padding:0;
}

.tabla-opciones td {
		background:#FFF;
		margin:0;
		padding:0;
}

.lst {
		
		margin-bottom:16px;
		
}


.lst li {
		padding-bottom:3px;
		margin-bottom:6px;
		border-bottom:solid 1px #DDD;
}

.btn {
		display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
		padding: 5px;
		margin-bottom: 0;
		font-size: 10px;
		font-family:Verdana, Geneva, sans-serif;
		font-weight: bold;
		line-height: 18px;
 *line-height: 20px;
		color: #FFFFFF;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #860900;
		background-image: -moz-linear-gradient(top, #A00B00, #860900);
		background-image: -ms-linear-gradient(top, #A00B00, #860900);
		background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#A00B00), to(#860900));
		background-image: -webkit-linear-gradient(top, #A00B00, #860900);
		background-image: -o-linear-gradient(top, #A00B00, #860900);
		background-image: linear-gradient(top, #A00B00, #860900);
		background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A00B00', endColorstr='#860900', GradientType=0);
 *background-color: #860900;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
 *border: 0;
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
 *margin-left: .3em;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
		box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #860900; *background-color: #860900;
}

.btn:active, .btn.active { background-color: #860900 \9; }

.btn:first-child { *margin-left: 0;
}

.btn:hover {
		color: #FFFFFF;
		text-decoration: none;
		background-color: #860900;
 *background-color: #860900;
		/* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
		-webkit-transition: background-position 0.1s linear;
		-moz-transition: background-position 0.1s linear;
		-ms-transition: background-position 0.1s linear;
		-o-transition: background-position 0.1s linear;
		transition: background-position 0.1s linear;
}

.btn:focus {
		outline: thin dotted #860900;
		outline: 5px auto -webkit-focus-ring-color;
		outline-offset: -2px;
}

.btn.active, .btn:active {
		background-color: #860900;
		background-color: #860900 \9;
		background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
		-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
		box-shadow: inset 0 2px 4px rgba(0, 0, 0, .15), 0 1px 2px rgba(0, 0, 0, .05);
}

.btn.disabled, .btn[disabled] {
		cursor: default;
		background-color: #860900;
		background-image: none;
		opacity: 0.65;
		filter: alpha(opacity=65);
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
}

.tot-reg {
		background:#D9E6EC;
		line-height:2;
		padding:0 8px;
}
.pagnmb {
		width: 300px;
		line-height:24px;
		color:#666;
}


.paginador { width:300px; }

.paginador div { display:inline; }

.pagination {
		height: 32px;
		margin: 0 0 9px;
}

.pagination ul {
		display: inline-block;
 *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
		margin-left: 0;
		margin-bottom: 0;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
		box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination li { display: inline; }

.pagination a {
		float: left;
		padding: 0 9px;
		line-height: 24px;
		text-decoration: none;
		border: 1px solid #ddd;
		border-left-width: 0;
		font-size:11px;		
}

.pagination a:hover, .pagination .active a { background-color: #f5f5f5; }

.pagination .active a {
		color: #999999;
		cursor: default;
}

.pagination .disabled a, .pagination .disabled a:hover {
		color: #999999;
		background-color: transparent;
		cursor: default;
}

.pagination li:first-child a {
		border-left-width: 1px;
		-webkit-border-radius: 3px 0 0 3px;
		-moz-border-radius: 3px 0 0 3px;
		border-radius: 3px 0 0 3px;
}

.pagination li:last-child a {
		-webkit-border-radius: 0 3px 3px 0;
		-moz-border-radius: 0 3px 3px 0;
		border-radius: 0 3px 3px 0;
}

.pagination-centered { text-align: center; }

.pagination-right { text-align: right; }


.class-suspendido{background-color:#B94A48;color:white;font-weight:700;}
.class-no_realizado{background-color:#3A87AD;color:white;font-weight:700;}
.class-terminado{background-color:#468847;color:white;font-weight:700;}
.class-en_proceso{background-color:#F89406;color:white;font-weight:700;}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-suspendido,
.badge-suspendido {
  background-color: #b94a48;
}

.label-suspendido[href],
.badge-suspendido[href] {
  background-color: #953b39;
}

.label-en_proceso,
.badge-en_proceso {
  background-color: #f89406;
}

.label-en_proceso[href],
.badge-en_proceso[href] {
  background-color: #c67605;
}

.label-terminado,
.badge-terminado {
  background-color: #468847;
}

.label-terminado[href],
.badge-terminado[href] {
  background-color: #356635;
}

.label-no_realizado,
.badge-no_realizado {
  background-color: #3a87ad;
}

.label-no_realizado[href],
.badge-no_realizado[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

.tabla-tecnicos-tareas td{
border-bottom:none !important;
		padding-top:0px !important;
		padding-bottom:0px !important;
}
.w100pc{
width:100%;
}