﻿html, body {
	font-family: Arial;
	font-size: 12px;
	background-color: #fff;
	text-transform: uppercase;
	height: 100%;
	margin: 0 auto;
}
form {
	padding: 8px;
}
table, tr, td {
	border-collapse: collapse;
	padding: 1px;
	margin: 0px auto;
}
table tr td {
	font-family: Arial;
	font-size: 12px;
	padding: 1px 1px 1px 20px;
}
iframe { background: none; }
img { border: none; }
.displaynone {
	display: none !important;
}
.pager
{
	text-align: center;
	padding: 8px 0px;
}
.pagerbuttons
{
	margin: 0px 3px;
	text-decoration: none;
	border-bottom: none !important;
}
.pagerbuttons:hover
{
	text-decoration: underline;
}
.texto
{
	font-family: Arial;
	font-size: 13px;
	color: #090909;
}
.lupa
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/lupa.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.lupa:hover{ background-position: bottom !important; }
.lupa:disabled{ background-position: bottom !important; }
.tacho
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/tacho.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.tacho:hover{ background-position: bottom !important; }
.tacho:disabled{ background-position: bottom !important; }
.signomas
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/signomas.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.signomas:hover{ background-position: bottom !important; }
.signomas:disabled{ background-position: bottom !important; }
.disco
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/disco.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.disco:hover{ background-position: bottom !important; }
.disco:disabled{ background-position: bottom !important; }
.cruz
{
	height: 32px !important;
	width: 32px !important;
	background: url('../imagenes/cruz.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
	float: right;
}
.cruz:hover{ background-position: bottom !important; }
.cruz:disabled{ background-position: bottom !important; }
.tilde
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/tilde.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.tilde:hover{ background-position: bottom !important; }
.tilde:disabled{ background-position: bottom !important; }
.flecha
{
	height: 24px !important;
	width: 24px !important;
	background: url('../imagenes/flecha.png') no-repeat 50% top !important;
	min-width: 0px !important;
	padding: 0px !important;
}
.flecha:hover{ background-position: bottom !important; }
.flecha:disabled{ background-position: bottom !important; }
table.checkList {
	min-width: 680px;
	margin: 0;
	background-color: #eee;
}
table.checkList tbody tr td{
	width: 170px;
	text-align: left;
	padding: 0;
	margin: 0;
}
table.checkList tbody tr td input{
	padding: 2px;
	top: 3px;
}
span.checkList input{
	padding: 2px;
	top: 3px;
}
table.radioList tbody tr td{
	padding: 4px;
	text-align: left;
}
table.radioList tbody tr td input{
	top: 3px;
}
span.radioList input{
	padding: 2px;
	top: 3px;
}
input.txtBoxMuyChico { width: 40px !important; }
input.txtBoxChico { width: 80px !important; }
input.txtBoxLargo { width: 200px !important; }
input.txtBoxNumero { text-align: right !important; }
td.left{ text-align: left !important; }
td.center{ text-align: center !important; }
td.right{ text-align: right !important; }
td.bold{ font-weight: bold !important; }
td.pTop8{ padding-top: 8px; }
td.pTop16{ padding-top: 12px; padding-bottom: 4px; }

.fLeft{ float: left !important; }
.fRight{ float: right !important; }
.btnGuardar {}
.btnBorrar {}
table.tblRpt tr td { border: solid 1px #000;}
.lblError { color: #f00; }
div#divApolon.tranparent { position: absolute; z-index: 2; background-color: #fff; filter: alpha(opacity=20); opacity: 0.2; }
span.titulo{ font-size: 16px; font-weight: bold; padding: 4px; border: solid 1px #6699FF; border-radius: 5px 5px 5px 5px; margin: 4px; }
span.subtitulo{ font-size: 13px; font-weight: bold; padding: 2px; border: solid 1px #ccc; border-radius: 5px 5px 5px 5px; }
iframe.buscadorPopup {
	position: absolute;
	width: 640px;
	height: 480px;
	border: solid 1px #000;
	background-color: #fff;
	top: 25%;
	left: 20%;
	z-index: 5;
}
div#divContenido{
	padding: 46px 0px 0px 0px;
	background-color: #fff;
	min-width: 1004px;
	margin: 0 auto;
	display: table;
}
div#divContenido > div {
	padding: 12px;
	margin: 0 auto;
	border: solid 2px #6699ff;
	border-radius: 5px;
	min-width: 980px;
	display: table;
}
div#divContenido > div > table:first-child > tbody:first-child > tr:first-child > td:first-child {
	padding: 0 0 8px 0;
}
div#divMenu{ position: absolute; z-index: 3; }
div#frameCont.cienPorciento {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
}
div#frameCont.cienPorciento div#fondo {
	background-color: #000;
	opacity: 0.25;
}
div.divRedondo{
	padding: 4px;
	margin: 6px;
	border: solid 1px #ccc;
	border-radius: 5px 5px 5px 5px;
}
div.divHoras{
	position: absolute;
	display: none;
	height: 16px;
	text-align: center;
	/*width: 150px;*/
	font-weight: bold;
	margin: 2px 0px 2px 142px;
	border: 2px solid #6699FF;
	border-radius: 5px 5px 5px 5px;
	padding: 1px 3px 0 3px;
}
/** DTGs **/
table.dtgTable tr td{ padding: 2px 4px !important; border: solid 1px #000; }
tr.dtgHeader td{ text-align: center; font-weight: bold !important; font-size: 11px !important; }
/** Fin DTGs **/

/** pestañas **/
div.pestDiv{
	min-width: 800px;
	max-width: 1000px;
	text-align: left;
	font-size: 0;
}
div.pestInactiva{
	-webkit-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-moz-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-ms-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-o-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	border: solid 1px #ccc;
	border-radius: 5px 5px 0px 0px;
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0));
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	min-width: 100px;
	max-width: 300px;
	background-color: #fff;
	padding: 6px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
}
div.pestActiva{
	-webkit-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-moz-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-ms-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	-o-transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	transition: background-color 0.1s, color 0.1s, border-color 0.2s;
	border: solid 1px #ccc;
	border-radius: 5px 5px 0px 0px;
	background-image: -moz-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0));
	background-image: -webkit-linear-gradient(top,rgba(255,255,255,0.6),rgba(255,255,255,0));
	font-weight: bold;
	text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.4);
	min-width: 100px;
	max-width: 300px;
	background-color: #ddd;
	padding: 6px;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
}
div.pestCont{
	clear: left;
	border: solid 1px #ccc;
	padding: 6px;
	border-radius: 0px 5px 5px 5px;
	text-align: center;
	font-size: 1rem;
	margin-bottom: 16px;
}
div.pestInactiva:hover:not(:disabled), div.pestActiva:hover:not(:disabled){
	color: #111;
	border: solid 1px #888;
}
div.pestInactiva:active:not(:disabled), div.pestActiva:active:not(:disabled){
	box-shadow: inset 0 0 0 1px #6699ff;
	behavior: url(/PIE.htc);
}
div.pestInactiva:active:hover:not(:disabled), div.pestActiva:active:hover:not(:disabled){
	background-color: #ddd;
}
.bordeRojo{
    border-color: #ff6644 !important;
}
/** fin pestañas **/
@media print
{
    .printNone { display: none !important; }
    input[type="button"], input[type="submit"] { display: none !important; }
}