/* -----------------------------------------------------------------------


 Blueprint CSS Framework 1.0.1
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* print.css */
body {line-height:1.5;font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;font-size:10pt;}
.container {background:none;}
hr {background:#ccc;color:#ccc;width:100%;height:2px;margin:2em 0;padding:0;border:none;}
hr.space {background:#fff;color:#fff;visibility:hidden;}
h1, h2, h3, h4, h5, h6 {font-family:"Helvetica Neue", Arial, "Lucida Grande", sans-serif;}
code {font:.9em "Courier New", Monaco, Courier, monospace;}
a img {border:none;}
p img.top {margin-top:0;}
blockquote {margin:1.5em;padding:1em;font-style:italic;font-size:.9em;}
.small {font-size:.9em;}
.large {font-size:1.1em;}
.quiet {color:#999;}
.hide {display:none;}
a:link, a:visited {background:transparent;font-weight:700;text-decoration:none;color:black;}
/*a:link:after, a:visited:after {content:" (" attr(href) ")";font-size:90%;}*/
/*div#header{display: none;}*/
/*#tablaPagos*/
/*{*/
/*    table-layout: fixed;*/
/*    border-spacing: 3px 10px;*/
/*    border-collapse: separate;*/
/*}*/
/**/
/**/
/*#tablaPagos td, th*/
/*{*/
/*	padding: 5px 2px 5px 2px;*/
/*	border-right: 1px solid #000;*/
/*}*/

.filters
{
   display: none;
   
}
.summary
{
   display: none;
   
}
.items thead{
    background: red;
    border: 1px solid black;
    border-collapse: collapse;
}
.items{
    /*border-right: 1px solid black;*/
    border-collapse: collapse;
    min-width: 950px !important;
}
.verde
{
	background-color: #009b4e;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	color: white;
}
.rojo
{
	background-color: #ff0000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	color: white;
}
.naranja
{
	background-color: #ff8000;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	color: white;
}
.ambar
{
	background-color: #fcca03;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
}
.azul
{
	background-color: #2E2EFE;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	color: white;
}
.azulBajo
{
	background-color: #5882FA;
	border-bottom: 1px solid #000;
	text-align: center;
	font-weight: bold;
	color: black;
}
.verde2
{
	background-color: #009b4e;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
	color: white;
}
.rojo2
{
	background-color: #ff0000;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
	color: white;
}
.naranja2
{
	background-color: #ff8000;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
	color: white;
}
.ambar2
{
	background-color: #fcca03;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
}
.azul2
{
	background-color: #2E2EFE;
	border-bottom: 1px solid #000;
	text-align: left;
	font-weight: bold;
	color: white;
}


.items th{
padding: 5px;
font-size: 11px;
background-color: red;
/*background-image: url(fondo_th.png);*/
/*background-repeat: repeat-x;*/
color: #fff !important;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: solid;
border-bottom-style: solid;
border-right-color: #000;
border-bottom-color: #000;
font-family: "Trebuchet MS", Arial;
text-transform: uppercase;
}
.items a{
font-size: 11px;
color: #fff !important;
font-family: "Trebuchet MS", Arial;
text-transform: uppercase;
}


.items td {
/*padding: 5px;*/
font-size: 10px !important;
/*background-color: #000;*/
/*background-image: url(fondo_th.png);*/
/*background-repeat: repeat-x;*/
color: #000;
border-bottom: 1px solid black;
/*border-right-width: 1px;*/
/*border-bottom-width: 1px;*/
/*border-right-style: solid;*/
/*border-bottom-style: solid;*/
/*border-right-color: #000;*/
/*border-bottom-color: #000;*/
font-family: "Trebuchet MS", Arial;
text-transform: uppercase;
}

