html, body {
	margin: 0px;
	height: 100%;
	text-align: center;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #F3F3F3;
	line-height:normal;
}

a {
	font-weight:bold;
	text-decoration:none;
	color:#1371AA;
}
a:hover {
	color:#777;
}
a:active {
	color:#BBD2E1;
}

a img {
	vertical-align:text-bottom;
}

#contenedor {
	width: 760px;
	margin: 0px auto;
	text-align: left;
}

/**/
#encabezado {
}

#encabezado #usuario {
	float:right;
	display: block;
	text-align: right;
	padding: 5px;
	margin:0px 10px 0px 0px;
	color:#1371AA;
	/*font-weight:bold;*/
}

#encabezado #btnCerrar {
	float:right;
	display: block;
	text-align: right;
	padding: 0px 0px 20px 0px;
}
#encabezado #btnCerrar a {
	display: block;
	float: right;
	width: 60px;
	height: 20px;
	padding: 5px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #777;
	text-align: center;
	text-decoration: none;
	background: url(imagenes/cerrar.gif) 0px -52px no-repeat;
}
#encabezado #btnCerrar a:hover {
	background-position: 0px -26px;
}
#encabezado #btnCerrar a:active {
	background-position: 0px 0px;
	color: #FFF;
}

#encabezado #logo {
	float:left;
	height: 35px;
	padding: 0px 0px 0px 10px;
	margin:10px 0px 0px 0px;
}

#encabezado #menu {
	clear:both;
	height: 35px;
	list-style: none;
	padding: 10px 0px 0px 198px;
	border-bottom: 3px solid #777;
}
#encabezado #menu li {
	float: left;
	margin: 0px 3px 0px 0px;
}
#encabezado #menu li a {
	display: block;
	width: 150px;
	height: 25px;
	padding: 10px 0px 0px 0px;
	background: url(imagenes/menu.gif) 0px -72px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777;
	text-align: center;
	text-decoration: none;
}
#encabezado #menu li a:hover {
	background-position: 0px -36px;
}
#encabezado #menu li a:active {
	background-position: 0px 0px;
	color: #FFF;
}
#encabezado #menu li a.selected {
	background-position: 0px 0px;
	color: #FFF;
}

/**/
#cuerpo {
	clear: both;
	min-height:400px;
	padding: 20px 10px;
	background-color: #FFF;
	border: 1px solid #DEDEDE;
}

#cuerpo #submenu {
	float: left;
	margin: 0px 8px 0px 0px;
	width: 180px;
}

#cuerpo #submenu ul {
	list-style: none;
}
#cuerpo #submenu ul li {
	/*height:25px;*/
	margin:0px 0px 3px 0px;
}

#cuerpo #submenu ul li a {
	display: block;
	height: 19px;
	padding: 6px 0px 0px 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777;
	background: url(imagenes/submenu.gif) 0px 0px no-repeat;
}
#cuerpo #submenu ul li a:hover {
	background-position: 0px -25px;
}
#cuerpo #submenu ul li a:active {
	background-position: 0px -50px;
	color:#FFF;
}
#cuerpo #submenu ul li a.selected {
	background-position: 0px -50px;
	color:#FFF;
}

#login {
	float: left;
	width: 300px;
}

#cuerpo #contenido {
	float: left;
	width: 550px;
}

#cuerpo #contenido p {
	padding: 5px;
	margin: 0px 5px;
}

#cuerpo #contenido p img{
	vertical-align:text-bottom;
}

h1 {
	height: 21px;
	margin:0px 0px 10px 0px;
	background: url(imagenes/encabezados.gif) 0px 0px no-repeat;
	padding: 4px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #777;
}

h2 {
	height: 19px;
	margin:10px 0px 10px 0px;
	background: url(imagenes/encabezados.gif) 0px -25px no-repeat;
	padding: 6px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #777;
}

h3 {
	height: 21px;
	margin:0px 0px 10px 0px;
	background-color: #E0EBF1;
	padding: 4px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #777;
}

h4 {
	height: 19px;
	margin:10px 0px 10px 0px;
	padding: 6px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #777;
}

/*tabla*/
.tabla {
	margin:10px 0px 0px 0px;
}
.tabla thead tr {
	background-color:#BBD2E1;
}
.tabla thead th {
	height: 25px;
	padding: 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #1371AA;
	vertical-align: middle;
}
.tabla tbody tr td {
	height: 40px;
	padding: 0px 0px 0px 10px;
	vertical-align: middle;
}
.tabla tbody tr:hover {
	background: #E0EBF1;
}
.tabla tbody tr td img {
	margin: 0px 5px 0px 0px;
	vertical-align: text-bottom;
}
.tabla tbody tr .debito {
	color:#C00;
}
.tabla tbody tr .credito {
	color:#060;
}


/*formularios*/
.formulario fieldset {
	margin: 10px 0px;
	border: 2px solid #F0F0F0;
}

.formulario fieldset legend {
	margin: 0px 0px 0px 5px;
	padding: 10px 5px;
	font-weight: bold;
}

.formulario label, .formulario input {
	display: block;
	/*height: 25px;*/
	float: left;
	margin-bottom: 10px;
}

.formulario input {
	width: 280px;
	padding: 5px 15px;
	vertical-align: middle;
	background-color: #E0EBF1;
	border: none;
}
.formulario .inputCorta {
	width: 80px;
	padding: 5px 15px;
	vertical-align: middle;
	background-color: #E0EBF1;
	border: none;
}

.formulario span {
	display:block;
	float:left;
	width: 280px;
	height: 15px;
	margin-bottom: 10px;
	padding: 5px 15px;
	vertical-align: middle;
	background-color: #E0EBF1;
	border: none;
}
.formulario .conector {
	display:block;
	float:left;
	width:25px;
	height: 15px;
	margin-bottom: 10px;
	padding: 5px 10px;
	vertical-align: middle;
	background-color:#FFF;
	border: none;
	text-align:center;
}

.formulario .load {	
	/*position:relative;
	left:10px;
	top:2px;*/
	display: block;
	float:left;
	width:16px;
	height:16px;
	margin:3px 0px 0px 0px;
}


.formulario span img {
	vertical-align: text-bottom;
}

.formulario label {
	text-align: right;
	width: 100px;
	height: 18px;
	padding: 7px 20px 0px 10px;
	font-weight: bold;
	color: #777;
	/*border-bottom: 1px dotted #777;*/
}

.formulario select {
	width: 310px;
	height: 25px;
	padding: 0px 0px 0px 12px;
	/*vertical-align: middle;*/
	background-color: #E0EBF1;
	border: none;
}

.formulario textarea {
	width: 280px;
	height: 100px;
	padding: 5px 15px;
	background-color: #E0EBF1;
	border: none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

.formulario .load {	
	position:relative;
	left:10px;
	top:4px;
}

.formulario label.noObligatorio {
	font-weight:normal;
}

.formulario .ocultos{
	display:none;
}

.formulario .error{
	background-color:#FFB0B0;
}

.formulario .datepicker{
	background:#E0EBF1 url(imagenes/iconos/calendar.png)  289px 5px no-repeat;
}

/**/
/* BUTTONS */

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:100%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons a:nth-of-type(1) {
    padding:6px 10px 7px 7px; /* Chrome */
}

.buttons button:nth-of-type(1) { /* Chrome */
	height:31px;
}

.buttons button img:nth-of-type(1) { /* Chrome */
	vertical-align:middle;
}
 .buttons a img:nth-of-type(1) { /* Chrome */
	vertical-align:text-bottom;
}


.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 4px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 4px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 7px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px 0 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */
.buttons {
	margin:20px 0px 0px 0px;
	padding:0px 0px 40px 0px;
}

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

/* DISABLE */

.buttons a.disabled, button.disabled{
    color:#AAA;
}
.buttons a.disabled:hover, button.disabled:hover{
    background:#DDD;
    border:1px solid #AAA;
    color:#AAA;
}
.buttons a.disabled:active{
    background-color:#AAA;
    border:1px solid #AAA;
    color:#AAA;
}

/**/

.porciento {
	background:#E0EBF1 url(imagenes/iconos/signo_porciento.png) top right no-repeat;
}
.pesos {
	background:#E0EBF1 url(imagenes/iconos/signo_pesos.png) top left no-repeat;
}
.cero {
	background:#E0EBF1 url(imagenes/iconos/signo_cero.png) top left no-repeat;
}
.quince {
	background:#E0EBF1 url(imagenes/iconos/signo_quince.png) top left no-repeat;
}
 
.formulario br {
	clear: left;
}

/**/
#pie {
	margin: 10px 0px;
	padding: 10px;
}
#pie b{
	/*color: #1371AA;*/
}
#pie span{
	margin: 0px 0px 0px 10px;
}


/*clases*/
.limpiar {
	clear: both;
}

.resaltar {
	font-weight:bold;
	text-decoration:none;
	color:#1371AA;
}
.txtSec {
	color:#999;
}

.paginacion {
	height: 19px;
	padding: 6px 0px 0px 10px;
	background-color: #BBD2E1;
}
.paginacion a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1371AA;
	text-decoration: none;
}
.paginacion a:hover {
	color: #555;
}
.paginacion b {
	color:#333;
	font-size: 14px;
	font-weight: bold;
}
.paginacion img {
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
}


.tips {
	float: left;
	width: 225px;
	min-height: 200px;
	max-height: 200px;
	margin: 10px 15px 20px 0px;
	padding: 2px;
	border: 1px solid #CCC;
	overflow:hidden;
}

.tips #scroll {
	overflow:auto;
}

.tips p {
	margin:0px 10px 7px 10px;
}

.tips ul {
	margin:0px 10px;
}
.tips ul li {
	/*font-weight:bold;*/
	margin:0px 0px 10px 0px;
}
.tips ul li div {
	/*display:none;*/
	margin:7px 0px 0px 0px;
}

.tips p img{
	vertical-align:baseline;
}

.tips table {
	width: 205px;
	margin:0px 10px;
	border:1px solid #FFF;
}

.tips table td {
	/*height:25px;*/
	padding:5px 0px;
	border-bottom:#999 1px dotted;
}

/**/
.tipsMin {
	float: left;
	width: 176px;
	min-height: 150px;
	max-height: 150px;
	margin: 10px 5px 20px 0px;
	padding: 1px;
	border: 1px solid #CCC;
	overflow:hidden;
}

.tipsMin #scroll {
	overflow:auto;
}

.tipsMin p {
	margin:0px 10px 7px 10px;
}

.tipsMin ul {
	margin:0px 10px;
}
.tipsMin ul li {
	/*font-weight:bold;*/
	margin:0px 0px 10px 0px;
}
.tipsMin ul li div {
	/*display:none;*/
	margin:7px 0px 0px 0px;
}

.tipsMin p img{
	vertical-align:baseline;
}

.tipsMin table {
	width: 155px;
	margin:0px 10px;
	border:1px solid #FFF;
}

.tipsMin table td {
	/*height:25px;*/
	padding:5px 0px;
	border-bottom:#999 1px dotted;
}
.tipsMin table td img{
	vertical-align:sub;
}

/**/
.activo {
	background-color:#EEE;
	color:#777;
	padding:3px;
}

/**/
#dialog {
	display:none;
}

#datosConfirm {
	font-size:14px;
}
#datosConfirm p {
	margin:5px 0px;
}
