
/* reset */


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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  /*width: auto\9;
  height: auto;
  max-width: 100%;*/
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }

.logoprint {
    margin-bottom:40px;
    padding-bottom:12px;
    border-bottom:solid 1px #DDD;
}

.volanta-print {
    font-size: 8pt;
    color:#555;
    
}

.tit-print { font-size: 18pt; }

.copete-print {
    font-size: 12pt;
    margin-bottom:10pt;
}

.desarrollo-print {
    font-size: 9pt;
    color: #000;
    margin-bottom: 20pt;
    
}
.pie-img-print {font-size: 8pt;
    color:#555; padding:0.5pt; background-color: #eeeeee;
    }

  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

/* Base */



body {
		
		color:#1A1A1A;
		font-family: Arial, Helvetica, sans-serif;
		margin: 0;
  		font-size: 14px;
  		line-height: 1.429;
  		background-color: #ffffff;
}

.container {
		width:990px;
		margin:0 auto;
		position:relative;
		*zoom: 1;
}

.contenido {
		background: white;
		padding:0 0 24px;
		margin-bottom: 0;
}

.bloque-left {
		float:left;
		width:660px;
}

.bloque-right {
		float:right;
		width:300px;
}

.left-col {float:left; width:380px; }
.right-col { float: right; width:250px; }

.middle-col { width:300px; }
.contenidoPopUp {
		padding:24px;
		background:white;
}



/* Encabezados */

h1, h2, h3, h4, h5, h6 {
		color:#1A1A1A;
		font-weight: bold;
		margin: 0 0 10px 0;
  		line-height: 1.1;
  
}

h1 { font-size: 36px; }

h2 { font-size: 30px; }

h3 { font-size: 24px; }

h4 { font-size: 18px; }

h5 { font-size: 14px; }

h6 { font-size: 12px; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img { margin:0; }
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { font-weight: normal; line-height: 1; }

/* Texto */

p {
		margin: 0 0 10px;
}

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

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

a {
		color:#E5322D;
		text-decoration:none;
}

a:focus, a:hover { color:#1A1A1A; text-decoration: underline; }



/* 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; }

small {
  font-size: 85%; color: #999;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover {
  color: #356635;
}

/* listas */ 

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* tablas */

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child {
  -webkit-border-bottom-left-radius: 2px;
          border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child {
  -webkit-border-bottom-right-radius: 2px;
          border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 2px;
          border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 2px;
          border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}


.table tbody tr.success td {
  background-color: #dff0d8;
}

.table tbody tr.error td {
  background-color: #f2dede;
}

.table tbody tr.warning td {
  background-color: #fcf8e3;
}

.table tbody tr.info td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}

/* 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; }

.w540 { width:540px; }
.w560 { width:560px; }

.w570 { width:570px; }
.w600 { width:600px; }

.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 */



/* 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; }

.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; }

.p9 { padding:9px; }

.pt9 { padding-top:9px; }

.pb9 { padding-bottom:9px; }

.pl9 { padding-left:9px; }

.pr9 { padding-right:9px; }

.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; }

.p16 { padding:16px; }

.pt16 { padding-top:16px; }

.pb16 { padding-bottom:16px; }

.pl16 { padding-left:16px; }

.pr16 { padding-right:16px; }

.p18 { padding:18px; }

.pt18 { padding-top:18px; }

.pb18 { padding-bottom:18px; }

.pl18 { padding-left:18px; }

.pr18 { padding-right:18px; }

.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; }

.m8 { margin:8px; }

.mt8 { margin-top:8px; }

.mb8 { margin-bottom:8px; }

.ml8 { margin-left:8px; }

.mr8 { margin-right:8px; }

.m9 { margin:9px; }

.mt9 { margin-top:9px; }

.mb9 { margin-bottom:9px; }

.ml9 { margin-left:9px; }

.mr9 { margin-right:9px; }

.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; }

.m16 { margin:16px; }

.mt16 { margin-top:16px; }

.mb16 { margin-bottom:16px; }

.ml16 { margin-left:16px; }

.mr16 { margin-right:16px; }

.m18 { margin:18px; }

.mt18 { margin-top:18px; }

.mb18 { margin-bottom:18px; }

.ml18 { margin-left:18px; }

.mr18 { margin-right:18px; }

.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 */


form {
  margin: 0 0 20px;
}

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

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
  color: #666;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(41, 86, 143, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}


input,
textarea,
.uneditable-input {
  margin-left: 0;
}



.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  margin-bottom: 5px;
  font-size: 0;
  white-space: nowrap;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 4px;
  padding-right: 4px \9;
  padding-left: 4px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 2px 2px 0;
     -moz-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 2px 0 0 2px;
     -moz-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}


.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 16px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

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

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

.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

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

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

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

.btn-large {
  padding: 11px 25px;
  font-size: 17.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 14px;
  font-size: 11.9px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 9px;
  font-size: 10.5px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn {
  border-color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.15) rgba(0, 0, 0, 0.25);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #DD211B;
  *background-color: #DD211B;
  background-image: -moz-linear-gradient(top, #E5322D, #DD211B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5322D), to(#DD211B));
  background-image: -webkit-linear-gradient(top, #E5322D, #DD211B);
  background-image: -o-linear-gradient(top, #E5322D, #DD211B);
  background-image: linear-gradient(to bottom, #E5322D, #DD211B);
  background-repeat: repeat-x;
  border-color: #DD211B #DD211B #AF1B15;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE5322D', endColorstr='#ffDD211B', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

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

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

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover {
  color: #333333;
  text-decoration: none;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("../img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: url("../img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  background-color: #E8A22A;
  border: 1px solid #B27D20;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.alert,
.alert h4 {
  color: #FFF;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #FFF;
  background-color: #468847;
  border-color: #346635;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #FFF;
  background-color: #BF211F;
  border-color: #991B18;
}

.alert-danger h4,
.alert-error h4 {
  color: #FFF;
}

.alert-info {
  color: #FFF;
  background-color: #3A87AD;
  border-color: #2B6380;
}

.alert-info h4 {
  color: #FFF;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

/*colores*/
.asterisco { color:#FF0000; }
.texto { Color: #1a1a1a; }

.azul { Color: #29568F; }

.rojo { color:#E5322D; }

.gris333 { Color:#333333; }

.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; }

.grisccc { color: #CCC; }

.negro { color:#000; }

.blanco { color:#FFF; }

/* 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; }

.vatop { vertical-align:top; }

.vabot { vertical-align:bottom; }

.cursor { cursor: pointer; }



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

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

.lineacorteizq { border-left:solid 1px #D6D6D6; }

.lineacorteder { border-right:solid 1px #D6D6D6; }

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

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

.addthis_toolbox { height:21px !important; }

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.paginador {padding-bottom: 4px; margin-bottom: 24px;}

.nota-num {width:400px; margin-bottom: 0; font-size: 12px; color: #666;}
.paginador-bottom {
		
}

.paginadorBloque {
		width: 13px;
		margin:0 0.25em;
}

.paginadorBloque_actual { text-align:center; }

.paginadorBloque_actual a {
		margin:0 0.1em;
		width:1.5em;
		border: solid 1px #D6D6D6;
}

.paginadorBloque_actual a:hover { border: solid 1px #E5322D; }

.paginadorBloque_actual span {
		background:#E5322D;
		width:1.5em;
		color: white;
		margin:0 0.1em;
		border: solid 1px #E5322D;
}

.pg-first a, .pg-ant a, .pg-sig a, .pg-last a, .paginadorBloque_actual span, .paginadorBloque_actual 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 -34px; }

.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; }



.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav > li > a {
  display: block;
}

.nav > li > a:hover {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  height: 30px;
  padding-right: 0;
  padding-left: 0;
  background-color: #DD211B;
  background-image: -moz-linear-gradient(top, #E5322D, #DD211B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5322D), to(#DD211B));
  background-image: -webkit-linear-gradient(top, #E5322D, #DD211B);
  background-image: -o-linear-gradient(top, #E5322D, #DD211B);
  background-image: linear-gradient(to bottom, #E5322D, #DD211B);
  background-repeat: repeat-x;
  
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE5322D', endColorstr='#ffDD211B', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}



.navbar .divider-vertical {
  height: 32px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}


.navbar .nav {
  position: relative;
  left: 0;
  top:-6px;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 6px 10px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 #000;
  border-top:solid 4px transparent ;
  text-transform: uppercase;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover,
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #1a1a1a;
  border-top:solid 4px #1a1a1a ;

}

 
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown.open a.dropdown-toggle {background-color:#1a1a1a;}
.dropdown.open a.dropdown-toggle .caret {background-color:#1a1a1a;border-top: 4px solid #FFF;}

.navbar .nav > li > a:focus .caret,
.navbar .nav > li > a:hover .caret,
.navbar .nav > .active > a .caret,
.navbar .nav > .active > a:hover .caret,
.navbar .nav > .active > a:focus .caret {
    border-top: 4px solid #FFF;
  }
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}


.navbar .nav > li > a.caret:focus,
.navbar .nav > li > a.caret:hover,
.navbar .nav > .active > a.caret,
.navbar .nav > .active > a.caret:hover,
.navbar .nav > .active > a.caret:focus {
    border-top: 4px solid #000000;
  }


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px;
  margin: -4px 0 0;
  list-style: none;
  background-color: #1a1a1a;
  
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}
.dropdown-menu li a {
  display: block;
  padding: 3px 5px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #fff;
  white-space: nowrap;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-submenu:hover a {
  text-decoration: none;
  color: #ffffff;
  background-color: #DD211B;
  background-image: -moz-linear-gradient(top, #E5322D, #DD211B);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E5322D), to(#DD211B));
  background-image: -webkit-linear-gradient(top, #E5322D, #DD211B);
  background-image: -o-linear-gradient(top, #E5322D, #DD211B);
  background-image: linear-gradient(to bottom, #E5322D, #DD211B);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE5322D', endColorstr='#ffDD211B', GradientType=0);
}
.dropdown-menu .active a,
.dropdown-menu .active a:hover {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.li-hijo {width:325px;}
.hijo {float:left; width:150px; border-right: solid 1px transparent; margin-right: 0px;}
.border-rojo {border-right: solid 1px #DD211B;margin-right: 20px;}

.dropdown-menu .disabled > a,
.dropdown-menu .disabled > a:hover {
  color: #999999;
}
.dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}


.open {
  *z-index: 1000;
}
.open  > .dropdown-menu {
  display: block;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media .pull-left {
  margin-right: 10px;
}

.media .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.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: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}

.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.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

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

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

.label-info[href],
.badge-info[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;
}


.label-obl,
.badge-obl {
  background-color: #eee;
  color: #666;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}



.login {
		border-right: solid 1px #D6D6D6;
		height:107px;
}

.bt-login {
		width:74px;
		height: 23px;
		background:url(/global/img/bt-login.png) no-repeat 0 0;
}

.bt-login:hover { background:url(/global/img/bt-login.png) no-repeat 0 -24px; }

.error_usuario {
		position:absolute;
		z-index:10;
}

.header { padding: 14px 0; }

.footer {
		padding: 16px 30px;
		background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}

.box-redesLogo {border-right: solid 1px #ddd; float:left; width:460px; margin-right: 15px; }
.box-bannerHeader {float:left; width:250px;border-right: solid 1px #ddd;}
.box-extrasHeader {float: right; width:250px;}

.box-redesLogo, .box-bannerHeader, .box-extrasHeader {height:136px; overflow:hidden;}

.clima {
		width: 125px; float:right;
		
}

.clima p {
		margin-bottom:0;
		Color: #555;
		font-size:12px;
		text-align: right;
}

.redes { float:left; width:150px; margin-bottom:14px;}

.redes a {
		margin: 0 2px;
		opacity: .80; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=80); /* IE lt 8 */
		-ms-filter: "alpha(opacity=80)"; /* IE 8 */
		-khtml-opacity: .80; /* Safari 1.x */
		-moz-opacity: .80; /* FF lt 1.5, Netscape */
		width:19px;
		height:19px;
		display: block;
		float: left;
}

.redes a:hover {
		opacity: 1; /* Standard: FF gt 1.5, Opera, Safari */
		filter: alpha(opacity=100); /* IE lt 8 */
		-ms-filter: "alpha(opacity=100)"; /* IE 8 */
		-khtml-opacity: 1; /* Safari 1.x */
		-moz-opacity: 1; /* FF lt 1.5, Netscape */
}

.redes a.fb { background: url(/global/img/sprite-icosm.png) no-repeat left top; }

.redes a.tw { background: url(/global/img/sprite-icosm.png) no-repeat left -20px; }

.redes a.yt { background: url(/global/img/sprite-icosm.png) no-repeat left -41px; }

.redes a.rss { background: url(/global/img/sprite-icosm.png) no-repeat left -62px; }

.links-top {
		color: #737373;
		font-size:12px;
		text-align:right;
		float:right;
		width:250px;
		margin-bottom: 0;
		padding-right: 16px;
}



.links-top a { Color: #1a1a1a; }

.links-top a:hover { Color: #E5322D; }


.bsq-field { width:180px; }

.bt-bsq {
		background: transparent url(/global/img/bt-buscar.png) no-repeat 0 0;
		width:32px !important;
		height: 32px;
		overflow: hidden;
		padding:0 !important;
		border:none !important;
		text-indent: -9999px;
		display: block; 

}

.bt-bsq:hover { background: transparent url(/global/img/bt-buscar.png) no-repeat 0 -41px !important;;
}



.linea-azul {
		border-top:solid 3px #29568F;
		padding-top:8px;
}

.linea-roja {
		border-top: solid 3px #E5322D;
		padding-top:8px;
}

.linea-naranja-bot { border-bottom: solid 5px #CE3623; }
.linea-naranja2 {
		border-top: solid 1px #CE3623;
		padding-top:0.75em;
}
.linea-naranja2-bot { border-bottom: solid 1px #CE3623; }

.news, .news-big {
    margin-bottom:20px;
    
}
.news-rojo {
    margin-bottom:3px; background:#E5322D;
    
}
.news-rojo-inner {
    padding: 0 8px 20px;
    
}
.img-news {
    display: block;
    margin-bottom:8px;
}

.img-news-small {
    float:left; margin-bottom: 14px; width: 132px;
}

.news h1 {
    font-size:28px;
    
}

.news h1 a, .news h2 a {
    color:#1a1a1a;
    
}

.news h1 a:hover, .news h2 a:hover {
    color:#E5322D;
    
}

.news h2 {
    font-size:24px;
    
}

.news-rojo h2 {
    font-size:24px;
    
}

.news-rojo h2 a {
    color: white;
    
}

.news h4 {
    font-size:1.667em;
    margin-bottom:0.5em;
}
.volanta {
		font-size: 12px;
		color:#777;
		text-transform:uppercase;
		margin-bottom:5px;
}

.volanta2 {
    
    color:#E5322D;
    
}

.volanta-ficha {
    color:#777;
    text-transform:uppercase;
    margin-bottom:5px;
}

.autor-ficha {
    color:#E5322D;
    text-transform:uppercase;
    margin-bottom:18px;
}

.volanta a, .volanta-ficha a, .fya a { color:#29568F; font-weight: bold; }

.volanta2 a { color:#E5322D;  }



.volanta a:hover, .volanta-ficha a:hover, .fya a:hover { color:#1A1A1A; }
.volanta-ficha a { color:#E5322D; font-weight: bold; }

.tit-big-portada {fon-size:26px;}
.fya {
		font-size: 12px;
		color:#E5322D;
		text-transform:uppercase;
		
		
}

.fya a {
		
		color:#E5322D;
		
		
		
}

.fya a:hover {
		
		color:#1a1a1a;
		
		
		
}

.fya a, fya2 a, fya3 a {font-weight: bold;}
.fya2 a { color:#E5322D; }
.fya3,.fya3 a,.fya3 a:hover { color:#FFF; }


.titulo-ficha {
    margin-bottom:15px;
   
   
  
}


.titulo-ficha2 {
    margin-bottom:30px;
    padding-bottom:0;
    border-bottom: none;
  
}



.copete {
		margin-bottom:14px;
		
		
}

.copete2 {
   color:#FFF;
    
}

.copete-ficha {
    
    line-height:1.2;
    margin-bottom:15px;
    padding-top:18px;
		 border-top: solid 1px #E5322D;
    
   
    
}
.commP {
    padding-left: 18px;
    line-height:14px;
    background: url(/global/img/ico-comentarios.png) no-repeat left top;
    
    font-size:12px;
    margin-bottom: 10px;
}

.commP2 {
    
    background: url(/global/img/ico-comentarios2.png) no-repeat left top;
    
   
}

.commP a { color:#E5322D;  }

.commP a:hover {color:#1A1A1A; }

.commP2 a, .commP2 a:hover { color:#FFF; }

.commPlst {
    padding-left: 21px;
    padding-top: 3px;
    line-height:14px;
    background: url(/global/img/ico-comentarios.png) no-repeat left 3px;
    width:150px;
}


.box-extras-home, .box-extras  {background-color: #F0F0F0; padding: 8px 6px; margin-bottom: 6px;}
.tit-extra {background: url('/global/img/iconos-extras.png') 0 0 no-repeat; padding-left: 20px; font-size: 12px; line-height: 1.2;}

.audRelHome {background-position: 0 -55px;}

.audio-box {
   margin:0 20px;
}
.audio-box p {
   margin-bottom:5px; font-size: 12px;
}
.archRelHome {background-position: 0 -26px;}

.archivos {
    padding-left: 35px;
    line-height:20px;
    height:20px;
    display:block;
    margin:0 20px 5px;
    font-size: 12px;
}

.pdf { background: url(/global/img/archivos.png) no-repeat 0 0px; }

.doc { background: url(/global/img/archivos.png) no-repeat 0 -48px; }

.txt { background: url(/global/img/archivos.png) no-repeat 0 -96px; }

.ppt { background: url(/global/img/archivos.png) no-repeat 0 -144px; }


.ntrel {list-style: none; margin:0 20px;}
.ntrel li {background: url('/global/img/iconos-extras.png') 0 -81px no-repeat; padding-left: 16px; margin-bottom: 5px; font-size: 12px;}
.ntrel li a {color: #1A1A1A;}
.ntrel li a:hover {color: #29568F;}







.tit-galPortada {background:#29568F url('/global/img/bullet2.png') no-repeat 5px 7px; padding:6px 0 6px 26px; text-transform: uppercase; font-size: 18px; font-weight: bold; color: white; line-height: 1; margin-bottom: 10px;}


.gal-fotosPortada li {width:200px; margin-left: 26px;}

.gal-fotosPortada .thumbnail {padding: 0; border: none; box-shadow: none;}

.gal-fotosPortada h3 {margin-bottom: 0; font-size: 12px;}
.gal-fotosPortada h3 a {color: #1A1A1A;}
.gal-fotosPortada h3 a:hover {color: #E5322D;}








.boxVideoHome, .newlt, .ranking {
background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
border: solid 1px #E0E0E0; 
padding:2px;
margin-bottom: 20px;
}

.boxVideoHome h5 {font-size: 16px;}
.boxVideoHome h5 a {color:#E5322D;}
.boxVideoHome h5 a:hover {color: #1A1A1A;}


.tit-ranking, .tit-columnistas {background:#29568F; padding:6px 0 6px 8px; font-size: 24px; font-weight: bold; color: white; line-height: 1; margin-bottom: 10px;}


.top-ranking a {float:left; padding: 5px 14px; margin-left:2px; color: white; font-size: 15px; -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius:  2px 2px 0 0;
          border-radius:  2px 2px 0 0;  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);font-family:Georgia, "Times New Roman", Times, serif;}

.top-ranking a.ultimo, .top-ranking a.leido, .top-ranking a.comentado {background: #1a1a1a; /* Old browsers */}

.top-ranking a:hover.ultimo, .top-ranking a:hover.leido, .top-ranking a:hover.comentado, .top-ranking .ultimo.active, .top-ranking .leido.active, .top-ranking .comentado.active {
background: #DD211B; /* Old browsers */
background: -moz-linear-gradient(top,  #E5322D 0%, #DD211B 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5322D), color-stop(100%,#DD211B)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #E5322D 0%,#DD211B 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #E5322D 0%,#DD211B 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #E5322D 0%,#DD211B 100%); /* IE10+ */
background: linear-gradient(to bottom,  #E5322D 0%,#DD211B 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5322D', endColorstr='#DD211B',GradientType=0 ); /* IE6-9 */}


.box-ranking {margin: 12px 8px;}

.box-ranking li a {font-size:12px;font-family:Georgia, "Times New Roman", Times, serif;}

.box-ranking a {color: #1A1A1A;}
.box-ranking a:hover {color:#E5322D;}

.columnistas {margin-bottom:20px;}
.box-columnistas {padding:0 12px; margin-bottom: 15px;}

.columnistaPortada {font-size:12px;font-family:Georgia, "Times New Roman", Times, serif; margin-bottom: 3px;}
.columnistaPortada a {color: #1A1A1A;}
.columnistaPortada a:hover {color:#E5322D;}

.box-columnistas h4 {font-size:16px; margin-bottom:0;}
.box-columnistas h4 a {color: #29568F;}
.box-columnistas h4 a:hover {color:#1a1a1a;}

.encuesta {background-color: #E5322D; padding-bottom: 12px; margin-bottom: 20px;}

.tit-encuesta {padding:6px 0 6px 22px; font-size: 24px; font-weight: bold; color: white; line-height: 1; margin-bottom: 0;}

.box-encuesta {margin:0 12px; padding: 10px; background-color:#FFF;}

.preguntaEncuesta {font-size:16px; font-weight: bold; color:#E5322D;}








































.boxNewsMini {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.boxNewsMini-inner {
 
  padding: 10px 0;
  background-color: #F5F5F5;
  background-image: -moz-linear-gradient(top, #E6E6E6, #F5F5F5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#E6E6E6), to(#F5F5F5));
  background-image: -webkit-linear-gradient(top, #E6E6E6, #F5F5F5);
  background-image: -o-linear-gradient(top, #E6E6E6, #F5F5F5);
  background-image: linear-gradient(to bottom, #E6E6E6, #F5F5F5);
  background-repeat: repeat-x;
  border: 1px solid #E5322D;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffE6E6E6', endColorstr='#ffF5F5F5', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.boxNewsMini-tit {color:#E5322D;
    font-size: 20px;
    font-family:Georgia, "Times New Roman", Times, serif;
    text-transform: uppercase;
    padding-bottom: 4px;
    margin:0 10px 10px;
      line-height: 1.1;
      border-bottom: solid 1px #E5322D;}
.col {float: left; width:149px; margin-left:10px;}

.boxNewsMini .lnkimg {height:100px; display: block; overflow: hidden; margin-bottom:5px;}

.col h3 {font-size:12px; font-weight: bold; margin-bottom:0;}
.col h3 a {color:#E5322D;}
.col h3 a:hover {color: #1A1A1A;}

.bloqUltimas24 {margin-bottom:20px; background:#E5322D; padding:10px 0;}
.bloqUltimas24-tit {
    color:white;
    margin-bottom:10px; 
    font-size: 24px;
    font-family:Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    padding-bottom: 4px;
    margin:0 20px 10px;
      line-height: 1.1;
      border-bottom: solid 1px white;}
.bloqUltimas24 article {float:left; width: 300px; margin-left:20px;}  
.bloqUltimas24 article h4 {font-size:12px; margin-bottom:5px; font-family:arial, helvetica, sans-serif;}    
.bloqUltimas24 article h4 span {font-family:Georgia, "Times New Roman", Times, serif; font-weight: bold;}    
.bloqUltimas24 article a {color:white;}        




.tit-newlt {
   font-family:Georgia, "Times New Roman", Times, serif; font-size:24px;color:#E5322D; line-height: 1; margin-bottom: 6px;}


.newlt > .sobre { float: left; width:48px; padding-top: 4px;}

.newlt p { line-height: 1.2; margin-bottom: 0;}

.newlt a { color:#E5322D; font-weight: bold; }

.newlt a:hover { color:#1A1A1A; }

.tit-leidas {
    padding-left:45px;
    line-height: 32px;
    background:url(/global/img/icoLeidas.png) no-repeat left center;
    font-family:Georgia, "Times New Roman", Times, serif; 
    font-size:24px;
    color:#E5322D;
    
}


.ranking li {
    margin-bottom: 8px;

}

.ranking li .numLeida {
    color: #E5322D;
    font-size: 28px;
    line-height: 1;
    float:left;
    width: 30px;
    font-family:Georgia, "Times New Roman", Times, serif; 
}

.ranking li .imgLeida {
  float:left;
  width: 72px;
  line-height: 1;
  
}

.ranking li a.titLeida {
    font-size: 13px;
    line-height: 1.2;
    display:block;
    color:#E5322D;
}

.ranking li a.titLeida:hover { color:#1A1A1A; }





.cuadro-mainpic, .cuadro-vidaud {
    
    background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.cuadro-mainpic { margin-bottom:18px; }
.pie-main-pic {
    margin:0;
    float:left;
    width:580px;
    line-height:1.2;
    padding:5px;
    font-size:12px;
    
}

a.lupa {
    background:  url(/global/img/lupa.png) no-repeat 0 0;
    width:40px;
    height:40px;
    display:block;
    float:right;
}

a.lupa:hover { background:  url(/global/img/lupa.png) no-repeat 0 -42px; }


.iconos-ficha {
    border-top: solid 1px #E5322D;
    border-bottom: solid 1px #E5322D;
    padding:5px 0 5px 10px;
    margin-bottom:15px;
}

.iconos-ficha ul.icoF2 { width:100px;  margin: 0;}

.iconos-ficha ul.icoF2 li { display: inline; }

.iconos-ficha ul.icoF2 li a, .iconos-ficha ul.icoF2 li span {
    float:left;
    padding:2px 3px 0;
    height:13px;
}

.iconos-ficha ul.icoF2 li { display: inline; }

a.print { background: url(/global/img/sprite-icoficha.png) no-repeat left -73px; }

a.print:hover { background: url(/global/img/sprite-icoficha.png) no-repeat left -93px; }

a.nrec { background: url(/global/img/sprite-icoficha.png) no-repeat left -108px; }

a.nrec:hover { background: url(/global/img/sprite-icoficha.png) no-repeat left -124px; }

.aumtxt { background: url(/global/img/sprite-icoficha.png) no-repeat left 1px; }

.aumtxt2 { background: url(/global/img/sprite-icoficha.png) no-repeat left -18px; }

.dimtxt { background: url(/global/img/sprite-icoficha.png) no-repeat left -36px; }

.dimtxt2 { background: url(/global/img/sprite-icoficha.png) no-repeat left -55px; }


.cantcomm {
    line-height: 14px;
    background: url(/global/img/ico-comentarios.png) no-repeat left 3px;
    padding-left: 20px;
    padding-top:2px;
    font-size: 12px;
}

.cantcomm a, .cantcomm span { color:#E5322D; }

.cantcomm a:hover { color:#1A1A1A; }

.desarrollo-nota {margin-bottom: 24px;}
.desarrollo-nota ul, .desarrollo-nota ol {
    
    color:#555;
}



.desarrollo-nota ul li {
    margin-bottom: 6px;
    list-style: none;
    background: url(/global/img/bullet.png) no-repeat 0px 6px;
    padding-left: 12px;
    
}


.tit-comentarios {background: url(/global/img/ico-comentarios.png) no-repeat left 3px; padding-left: 20px;font-size: 24px;}


.comentarios {
    background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
padding: 15px;
margin-bottom: 24px;
}

.comm-lec {padding-bottom: 4px; border-bottom: solid 1px #29568F;}

.comm-lec span {font-weight: bold; color:#E5322D; }

.answercom {
    background:#F2F2F2;
    padding: 24px;
}

.tit-seccion {
    font-weight: bold;
    text-transform: uppercase;
    font-size:18px;
    color:#E5322D;
    padding: 4px 2px; border-top: solid 2px #E5322D;border-bottom: solid 2px #E5322D; margin-bottom: 24px;}


.listado {
    padding-bottom:12px;
    margin-bottom:12px;
    border-bottom: solid 1px #E5322D;
}

.img-lst {
    height:80px;
    overflow: hidden;
    display:block;
}
.listado h1 {
    font-size:22px;
}

.listado h1 a {
    font-size:22px; color:#1a1a1a;
}

.listado h1 a:hover {
    font-size:22px; color:#E5322D;
}

.box-cnt {
		 background: #f7f7f7; /* Old browsers */
background: -moz-linear-gradient(top,  #f7f7f7 0%, #ebebeb 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f7f7f7 0%,#ebebeb 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f7f7f7 0%,#ebebeb 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
padding: 15px;
		margin-bottom: 4px;		
}




.menu-footer {
		
		margin-bottom:32px;
}

.menu-footer ul { margin:0; list-style: none; }

.menu-footer ul li { display:inline; }

.menu-footer ul li a {
		text-align:center;
		color: #1A1A1A;
		padding-right: 12px;
		padding-left: 12px;
		border-left:solid 1px #666;
		font-size: 12px;
    text-transform: uppercase;
}

.menu-footer ul li a:hover { color: #29568F; }

.links-footer { width:250px; }


.logoprint {
    margin-bottom:40px;
    padding-bottom:12px;
    border-bottom:solid 1px #DDD;
}

.volanta-print {
    font-size: 8pt;
    color:#555;
    
}

.tit-print { font-size: 18pt; }

.copete-print {
    font-size: 12pt;
    margin-bottom:10pt;
}

.desarrollo-print {
    font-size: 9pt;
    color: #000;
    margin-bottom: 20pt;
    
}
.pie-img-print {font-size: 8pt;
    color:#555; padding:0.5pt; background-color: #eeeeee;
    }

.nom-columnista {font-size: 24px; font-weight: bold; color:#E5322D;}

