@charset "utf-8";
body {
	font-family: Arial;
	font-size: 12px;
}
.texto_rojo {
	font-family: Arial;
	font-size: 12px;
	color:#C30
}
.menu_vertical{
	background-image:url(images/fondo_menu.jpg);
	background-repeat:repeat-y
}
.boton_menu{
	width:95%
}
.titulo_seccion{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-style:italic;
	color:#666;
}
a{
	font-family:Arial, Helvetica, sans-serif;
	color:#069;
	text-decoration:none;
	cursor:pointer;
}
a:hover{
	font-family:Arial, Helvetica, sans-serif;
	color:#069;
	text-decoration:underline
}
.tabla_borde {
	border: 1px solid #ddd;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px;	
}
.tabla_encabezado {
	background-image:url(../images/fondo_tabla_encabezado.jpg);
	height:33px;
	background-repeat:repeat-x;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	background-color:#ececec;
}
.tabla_linea_anulada {
	background-color: #ccc;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	height:30px;
	text-shadow:#FFF;
	color:#999
}

.tabla_linea_pe {
	background-color:#E6E6FF;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	height:30px;
	text-shadow:#FFF;
	color:#999
}

.tabla_linea_clara {
	background-color: #fcfcfc;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	height:30px
}

.readonlytxt{
	background-color:#efefef;
}

.tabla_linea_oscura {
	background-color: #f9f9f9;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	height:30px
}
.tabla_linea_verde {
	background-color:#dcf0dc;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #ddd;
	height:30px
}

input{
	/*text-transform:uppercase;*/
	background-color:#fcfcfc;
	border: 1px solid #cccccc;
	padding:3px
}
select{
	text-transform:uppercase;
	background-color:#fcfcfc;
	border: 1px solid #cccccc;
	padding:3px
}

.scroll-content {position:absolute;top:0;left:0}
.slider-wrap{position:absolute;right:0;top:0;background-color:lightgrey;width:20px;border-left:1px solid gray;}
.slider-vertical{position:relative;height:100%}
.ui-slider-handle{width:20px;height:10px;margin:0 auto;background-color:darkgray;display:block;position:absolute}
.ui-slider-handle img{border:none}
.scrollbar-top{position:absolute;top:0;}
.scrollbar-bottom{position:absolute;bottom:0;}
.scrollbar-grip{position:absolute;top:50%;margin-top:-6px;}
.ui-slider-range{position:absolute;width:100%;background-color:lightgrey}

.ui-state-nro{ background-color:#C8EDB6 !important}
.ui-state-detalle { background-color:#efefef !important}.textfieldfactura {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: right;
	background-color: transparent;
}
