html {
	height: 100%;
	width: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	text-align: center;	
	vertical-align: top;
/*	background-color: #414142; */
	background-color: #ffffff;
	height: 100%;
	width: 100%;
}

.b {
	font-weight: bold;
}

.Aa {
	font-size: 14px;
	color: black;
}


form {
	height: auto;
}

.PanelHead {
	width: 100%;
	height: 112px;
	position: fixed;
	z-index: 200;
	top: 0px;
	left: 0px;
	min-width:830px;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

.ContentHead {
	width: 98%;
	min-width: 830px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color:#FFFFFF;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	box-shadow:  0 0 15px #000;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.PanelMiddle {
	width: 100%;
/*	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px; 
	padding-bottom: 30px; */
	z-index: 4;
	min-width: 830px;
}

.ContentMiddle {
	width: 98%;
	min-width: 830px;
	min-height: 510px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	background-color:#FFFFFF;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	box-shadow:  0 0 15px #000;
	height: 100%;
	padding-bottom: 40px;
	padding-top: 120px;
	clear: both;
}

.PanelFooter {
	width: 100%;
	text-align: center;
	height: 25px;
	line-height: 25px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 100;
	min-width:830px;
/*	background-color: #414142; */
}

.ContentFooter {
	width: 98%;
	min-width: 830px;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
	box-shadow:  0 0 15px #000;
	height: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000000;
  background-color:  rgb(243,208,42);
}

.headTop {
	width: 100%;
	margin: 0px;
	text-align: left;
	background-color: rgb(243,208,42); /*
	background-image: url(fondo_top.jpg);
	background-repeat: repeat-x;
	*/
	height: 6px;
	z-index: 5;
	min-width: 830px;
	float:left;
}

.headLogo {
	height: 86px;
	width: 100%;
	background-image: url(logo_interno.jpg);
	background-repeat: no-repeat;
	background-position: 0px;
/*	text-align: right; */
	margin: 0px;
/*	background-color: #414142; */
	background-color: silver;
/*	border-top: 1px solid black; */
}


.tituloCVN {
	height: 40px;
    vertical-align: bottom;
    line-height: 60px;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
}
.descripcionCVN {
	height: 30px;
    line-height: 30px;
}

.headMenu {
	width: 100%;
	height: auto;
	z-index: 6;
	min-width:830px;
	float:left;
}

.headBottom {
	width: 100%;
	margin: 0px;
	text-align: left;
	background-color: black;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	height: 1px;
	z-index: 7;
	min-width:830px;
	float:left;
}


.PanelContent {
	width: 100%;
	height: 100%;
	background-color: none;
	z-index: 50;
}


.mainMenu {
	height: 25px;
	line-height: 25px;
	background-image: url(fondo_menu_horizontal.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid gray;
/*	background-color: #549475; */
	vertical-align: middle;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	width: 100%;
}

.mainMenu div.center {
	height: 25px;
	line-height: 25px;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
}

.mainMenu div.menuItem {
	height: 25px;
	line-height: 25px;
	width: auto;
	margin-left: 6px;
	margin-right: 6px;
	float: left;
}

.mainMenu div.menuItemActive {
	height: 25px;
	line-height: 25px;
	width: 144px;
	background-image: url(fondo_menu_item.png);
	background-position: bottom;
	background-repeat: no-repeat;
	margin-left: 6px;
	margin-right: 6px;
	text-align: center;
	float: left;
}

.mainMenu a:link {
	color: #ffffff;
	text-decoration: none;
}
.mainMenu a:visited {
	color: #ffffff;
	text-decoration: none;
}
.mainMenu a:hover {
	color: #666666;
	text-decoration: none;
}
.mainMenu a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.mainMenuUser {
	color: rgb(0,107,66);
	width: auto;
	margin-right: 10px;
	margin-top: 10px;
	float: right;
	clear: both;	
}

.mainMenuUser strong, .mainMenuCuenta strong {
	color: rgb(0,107,66);
}

.mainMenuCuenta{
	color: rgb(0,107,66);
	width: auto;
	margin-right: 10px;
	margin-top: 5px;
	float: right;
	clear: both;
	
}

.mainMenuLote{
	color: rgb(0,107,66);
	width: auto;
	margin-right: 10px;
	margin-top: 5px;
	float: left;
	clear: both;
	
}

/* paginacion */
.blockLeft {
	margin-top: 10px;
	border-top: 1px solid gray;
  width: 100%;
}

/*************** LOGUIN **********************/

#blockformloguin {
	width: 479px;
	height: 185px;
	background-image: url(fonod_loguin.png);
	background-repeat: no-repeat;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
/*	top: -35px;
	left: 80px;*/
	z-index: 70;
}

#leyendaloguin {
	width: 80%;
	margin-left: 10%;
	float: left;
	height: 20px;
	clear: both;
	margin-top: 40px;
	text-align: left;
}

#formloguin {
	width: 80%;
	margin-left: 10%;
	height: auto;
	float: left;
	margin-top: 10px;
}

#formloguin .row {
	width: 75%;
	text-align: left;
	height: 30px;
	float: left;
	margin-top: 4px;
}


#formloguin .label {
	width: 40%;
	text-align: right;
	height: 30px;
	float: left;
	margin-top: 4px;
}

#formloguin .input {
	width: 55%;
	text-align: left;
	height: 30px;
	float: left;
	margin-left: 5%;	
}

#formloguin .submit {
	width: 20%;
	text-align: center;
	height: 30px;
	float: left;
		margin-left: 5%;	
}

.errorMessage {
	width: 75%;
	text-align: left;
	height: 30px;
	float: left;
	margin-top: 4px;

	color: #FF4242;
}

.errorMessage2 {
	width: 100%;
	text-align: left;
	height: auto;
	float: left;
	margin-top: 8px;
	color: #FF4242;
}

#blockformrecuperar {
	width: 419px;
	height: 160px;
	background-image: url(fonod_recuperar.png);
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 40px;
	position: relative;
	top: -35px;
	left: 80px;
	z-index: 68;
}

#leyendarecuperar {
	width: 80%;
	margin-left: 10%;
	float: left;
	height: 50px;
	clear: both;
	margin-top: 45px;
	text-align: left;
}

/******************** compromisos ********************/

.compromisosCereal {
	border-top: 1px solid black;
	border-bottom: 1px solid silver;
}

.f1, .p1 {
	border-left: 1px solid silver;
}

.f2. .p2 {
	border-right: 1px solid silver;
}

.f1, .p1 {
	border-right: 1px solid #E9E9E9;
}

.f3 {
	border-left: 1px solid silver;
	border-right: 1px solid silver;
}

.f3 a {
	color: red;
}

.mes {
	background-color: gray;
	color: white;
	border-right:  1px solid #E9E9E9;
}

/******************** Stuff **************************/

.detalleTitulos {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(fondo_titulos.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid black;
	color: white;
	width: 100%;
	text-indent: 10px;
/*	padding-left: 10px;
	padding-right: 10px;
*/
	clear: both;
}

.detalleTitulos2 {
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	font-weight: bold;
	text-align: left;
	background-color: #FFFFFF;
	background-image: url(fondo_titulos_l.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid black;
	color: white;
	width: 100%;
	text-indent: 10px;
/*	padding-left: 10px;
	padding-right: 10px;
*/
}

.container {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	width: 98%;
}

.container2 {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	clear: both;
}

#tabs {
	background-image: url(tab_fondo.jpg);
	color: #ffffff;
	font-size: 11px;
	width: 100%;
	text-align: left;
}
.tabs {
	background-image: url(tab_fondo.jpg);
	color: #ffffff;
	font-size: 11px;
	width: 100%;
}

.tabSelect {
	float: left;
	background-image: url(tab_on.jpg);
	height: 16px;
	width: 95px;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border-collapse:collapse;
	cursor:pointer;
}
.tabDesSelect {
	background-image: url(tab_off.jpg);
	height: 16px;
	width: 95px;
	text-align: center;
	padding: 5px;
	cursor:pointer;
}
.tabSelect2 {
	float: left;
	background-image: url(tab_on2.jpg);
	height: 16px;
	width: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0px;
	border-collapse:collapse;
	cursor:pointer;
}
.tabDesSelect2 {
	background-image: url(tab_off2.jpg);
	height: 16px;
	width: auto;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	padding-right: 15px;

	cursor:pointer;
	border-right: 1px solid rgb(64,64,64);
}

.tabPrint {
	float: right;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 7px;
	border-collapse:collapse;
	cursor:pointer;

}

.tabExport {
	float: right;
	height: 20px;
	line-height: 20px;
	width: 20px;
	text-align: center;
	margin: 7px;
	border-collapse:collapse;
	cursor:pointer;
}

.tabVolver {
	float: right;
	height: 20px;
	line-height: 20px;
	width: 100px;
	text-align: center;
	margin: 7px;
	border-collapse:collapse;
	cursor:pointer;
	clear: both;
}

.criteria {
	background-color: silver;
	border-bottom: 1px solid black;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.criteria .space, .criteria2 .space {
	margin-right: 20px;	
}

.criteria .lspace, .criteria2 .lspace {
	margin-left: 10px;	
}

.criteriaList {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
	
}

.criteria2 {
	background-color: silver;
	border-bottom: 1px solid black;
	width: 100%;
	height: auto;
	line-height: 30px;
	text-align: left;
}

.criteria2input  {
	-moz-box-shadow:0 0 10px #EEEEEE inset;
	border:1px solid gray;
	font-size:12px;
	text-align: left;
	width:100px;
}


.criteriaSubmit{
	padding: 0px;
	margin-top: 0px;
	border-collapse:collapse;
	border: 1px solid black;
	text-align: center;
	padding-left: 7px;
	padding-right: 7px;
	
}


.header {
	background-color: #d3d8dc;
	height: 20px;
	line-height: 20px;
}

.tablesorter {
	width: 100%;
}

.tablesorter td {
	padding: 2px;
}

.sombrabottom td {
/*	-moz-box-shadow:0 0 15px #000000; */
	height: 20px;
}

.preciosTitulo {
float: left;
margin-left: 10px;
width: auto;
}
.preciosFecha {
float: right;
margin-right: 10px;
width: auto;
}

/*************** seleccionar *************************/

.formSeleccionar {
	width: auto;
	height: auto;
}

.formBuscar {
	width: 40%;
	height: auto;
	clear: both;
	float: left;
}

.selecionEmpresaTabla {
	width: 100%;
	height: auto;
	background-color: silver;
	clear: both;
}


.listEmpresas {
	float: left;
	width: 40%;
	margin-left: 10%;
	margin-top: 10px;
}

.buscarItems {
	float: left;
	height: 16px;
	background-image:url(next.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	width: 100%;
	text-align: left;
}

/**********************************************/


.blockTitle{
	padding: 10px;
}

a:link {
	color: blue;
	text-decoration: none;
}
a:visited {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: blue;
	text-decoration: none;
}
a:active {
	color: blue;
	text-decoration: none;
}

.tabTitulos{
	float: left;
	background-color: silver;
	height: 26px;
	width: 100%;
	text-align: center;
	margin: 0px;
	border-collapse:collapse;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.tabList{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}

.detalleCuentaTabla {
	width: 100%;
	text-align: center;
	border-spacing:0px;
	clear: both;

}
.trPrincipal {
	background-color: #D3D8DC;
}
.trTitulos{
	background-color: #E2E3E3;
}
.trFilas{
	/*height:20px;*/
	background-color: #f2f5f1;	
}
.trFilas1{
	height:20px;
}
.tdIzqTitulo {
	text-align: left;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tdDerTitulo {
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tdIzq {
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.tdDer {
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.tdCen {
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}

.detalleContrato {
	text-align:left;
	width: 100%;
}

#resumenPesos{
	visibility:hidden;
	display:none;
}
#resumenDolar{
	visibility:hidden;
	display:none;
}
/*
.Listados{
	float: left;
}
.Listados a:link{
	color: #FF7171;
}
.Listados a:visited{
	color: #FF7171;
}
.Listados a:hover{
	color: #FF0000;
}
.Listados a:active{
	color: #FF7171;
}
*/
.cajaTexto{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
}
.boton{
	font-size: 9px;
	padding: 0px;
	margin: 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	width: 70px;
	height: 15px;
	vertical-align: middle;
}

/*paging links*/
.pagingItems {
	float:left;
	padding: 4px 4px 4px 4px;
	color:#003366;
	font-size: 11px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

.pagingItems:hover {
	float:left;
	padding: 4px 4px 4px 4px;
	color:#003366;
	font-size: 11px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color: #999999;
}

.pagingItems span {
	float:left;
	padding: 0px 4px 0px 4px;
	color: white;
	font-size: 12px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	background-color: black;
}

.pagingItems a:active{
	color: blue;
	text-decoration:none;
	padding: 4px 4px 4px 4px;
}
.pagingItems a:hover{
	padding: 4px 4px 4px 4px;
	color: black;
}
.pagingItems a:link{
	color: blue;
	text-decoration:none;
	padding: 4px 4px 4px 4px;
}
.pagingItems a:visited{
	color: blue;
	text-decoration:none;
	padding: 4px 4px 4px 4px;
}
.pagingItemsActive {
	float:left;
	padding: 4px 4px 4px 4px;
	color:#666666;
	font-size: 11px;	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
}

/*************** FORMULARIO ***********************/

.Listados {
	padding-top: 0px;
  clear: both;
  height: auto;
}

.Listados .select select{
	font-size: 10px;
}

.Listados .input input{
	font-size: 11px;
}

.Listados .label {
	text-align: right;
}

.Listados .title {
	text-align: center;
	font-size: 11px;
	font-weight: bold;
}

.Listados .campo {
	font-weight: bold;
	font-size: 11px;
}

.Listados #AFIP .label {
	text-align: left;
}

.Listados .input, .Listados .label, .Listados .select {
	height: 25px;
	line-height: 14px;
}

.Listados .tdDer img{
	margin-right: 5px;
	margin-left: 5px;
}

.Listados .tdDer img:hover{
	cursor: pointer;
}

#NuestroAnote, #AnoteComprador {
	width: 95%;
}

#Precio {
	width: 80px;
}

#Observaciones {
	width: 90%;
}

#captureSlip {
	width: 100%;

}

#saveSlip {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 30px;
}

#resetSlip {
	width: 45%;
	float: left;
}

#cancelSlip {
	width: 45%;
	float: right;
}

.Listados .error {
	color: red;
	font-weight: bold;
}

#FILAMAT {
	background-color: #E8E8E8;
}

#FILAMAT2 {
	background-color: #E8E8E8;
}

.ListadoSlips
{
width: 100%;
}