@charset "utf-8";
/* CSS Document */

/** {
	font-family: "Segoe UI", Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin: 0px;
	color: #2A2A2A;
}*/

.encabezado {
	background:url(../img/top.jpg) repeat-x #069;
	padding: 0px 15px;
	min-width: 940px;
}

.encabezado .logo {
	color:#FFF;
	font-weight: bold;
	padding: 10px 5px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

.cuerpo {
	height: 450px;
}

.cuerpo2 {
	height: auto!important; /* para los browsers buenos */
	height: 500px; /* para IE5+ */
	min-height: 500px; /* para los browsers buenos */
}

.pie {
	border-top: 1px dotted #666;
	text-align: center;
	padding: 10px;
	color:#666
}

.menu {
	height: 30px;
	background-color:#CCC
}

.form_login {
	margin: 100px auto 50px auto;
	width: 400px;
	padding: 10px;
}

.form {
}

.form .titulo {
	color: #069;
	font-weight:bold;
	padding: 9px;
	text-align:center;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: underline;
	background: url(../img/login.png) no-repeat 80px 2px;
}

.form .titulo2 {
	color: #069;
	font-weight:bold;
	padding: 9px 10px 9px 40px;
	text-align:center;
	font-size: 14px;
	margin-bottom: 5px;
	text-decoration: underline;
	background:url(../img/buscar.png) no-repeat 80px 2px;
}

.form .item {
	padding: 4px 0px;
}

.form .label {
	float:left;
	width: 120px;
	text-align: right;
	padding-right: 5px;
	padding-top: 4px;
}

.form .campo {
	display: block;
}

.form .input {
	height: 15px;
	width: 180px;
	padding: 2px;
}

.form .error {
	border: 1px solid #FF6F6F;
	background-color: #FFF4F4;
}

.form .botones {
	text-align: center;
	padding: 5px 0px;
}

.form .botones2 {
	padding-left: 203px
}

.miboton {
	height: 25px;
	padding: 0px 10px;
	font-weight: bold;
	color: #333;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	overflow: visible;
}

.form #result_login {
	color:#06C;
	text-align: center;
	padding: 3px;
}

.form #result_login .valerror {
	color:#F00;
	font-weight: bold;
}

.form #result_login2 {
	color: #F00;
	text-align: left;
	padding: 3px;
	display: inline;
}

.ierror {
	border:1px solid #800000;
	background-color: #FFA8A8;
	color: #800000;
	padding: 2px 8px;
	margin: 0px 10px;
}

.usuario_externo {
	margin: 0px auto 50px auto;
	width: 400px;
	padding: 10px;
	border: 1px dotted #CCC;
	text-align: center;
}

.buscar_mi_exp {
	text-decoration: none;
	font-size: 14px;
	color: #069;
	font-weight:bold;
	border: 1px dotted #069;
	padding: 8px 5px 8px 35px;
	background:url(../img/buscar.png) no-repeat 1px center;
}

.buscar_mi_exp:hover {
	text-decoration: underline;
	background-color: #E6E6FF;
}

.manual_user {
	text-decoration: none;
	font-size: 14px;
	color: #069;
	font-weight:bold;
	border: 1px dotted #069;
	padding: 8px 5px 8px 35px;
	background:url(../img/down.png) no-repeat 1px center;
}

.manual_user:hover {
	text-decoration: underline;
	background-color: #E6E6FF;	
}


/*BUSQUEDA*/
.cuerpo_search {
	margin: 10px 20px;
	min-width: 900px;
}

#frmSearch .label {
	width: 200px
}

#resultSearch {
	width: 800px;
	margin: 20px auto;
}

.titulo3 {
	background:url(../img/gradiente.gif) center repeat-x;
	text-align: center;
	font-weight:bold;
	padding: 3px 0px;
	/*color:#069;*/
	color:#0B0;
	font-size: 14px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
	border-radious: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.btn_opc_detalles {
	margin-bottom: 5px;
	padding: 5px;
	text-align: right;
}

/* TABLA DE DETALLES */
.table_det {
	border-collapse:collapse;	
	margin: 0px 0px 10px 20px;
}

.table_det tr {
	border: 1px solid #CCC;
}

.table_det th {
	text-align:left;
	padding: 2px 5px;
	vertical-align:text-top;
	color:#039;
}

.table_det td {
	text-align:left;
	padding: 3px 8px;
	vertical-align:text-top;
}

/* TABLA DE MOVIMIENTOS */
.table_mov {
	border-collapse:collapse;	
	margin: 0px 0px 15px 20px;
	border: 1px solid #CCC;
}

.table_mov caption {
	font-weight:bold;
	color:#039;
}

.table_mov tr {
	border-bottom: 1px solid #CCC;
}

.table_mov th {
	border-top: 1px solid #CCC;
	text-align:center;
	padding: 2px;
	vertical-align:text-top;
	color:#039;
	background-color:#ECECFF
}

.table_mov tr .nro{
	font-weight: bold;
	color:#093;
	text-align: right;
	font-size: 14px
}

.table_mov tr .mov{
	font-weight: bold;
	color:#093;
	text-align: left;
	font-size: 12px
}

.table_mov td span {
	color:#666
}

.table_mov td {
	text-align:left;
	padding: 3px 8px;
	vertical-align:text-top;
}

.table_mov .filapar {
	background-color:#EFEFEF
}

.table_mov .obs {
	color:#666;
	padding: 3px 10px;
	max-width: 200px
}

.imgreportpdf { background:url(../img/pdf.png) no-repeat 0px 0px; padding-left: 20px; padding-top:1px }

.milink {
	color:#069;
	margin: 0px 10px;
	text-decoration: none;
}
.milink:hover {
	text-decoration: underline;
}
