@charset "utf-8";
body{
	margin:5px;
	padding:0;
	font-family: Verdana, Geneva, sans-serif;
	font-size:10px;
}
input[type="text"], input[type="password"] {
	border:1px solid #A6C9E2;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	padding:1px 3px 1px 3px;
	background: #DFEFFC;
}
select,textarea{
	
	border:1px solid #A6C9E2;	
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	background: #DFEFFC;


}
button, input[type="button"],input[type="submit"]{
	border:1px solid #666 !important;
	color: #00F !important;
	
	
}

textarea{
	/* text-transform:uppercase; */
	background: #DFEFFC;
}

.a100{
	width:100%;
}
.a95{
	width:95%;
}
.a90{
	width:90%;
}
.a85{
	width:85%;
}
.a80{
	width:80%;
}
.a75{
	width:75%;
}
.a70{
	width:70%;
}
.a65{
	width:65%;
}
.a60{
	width:60%;
}
.a55{
	width:55%;
}
.a50{
	width:50%;
}

.odd {
  background:#B7D9FF;
}
.aform{
	width:400px !important;
	padding:2px !important;
}
.num{
	text-align:right;	
}
.num2{
	text-align:right;	
}
.num3{
	text-align:right;	
}
.rojo{
	color:red
}

.divi td {
	border-bottom:1px dotted #CCC;
	padding:3px;
	
}

label.error{
	display:block;	
	color:#FF0000;
	padding-bottom:5px;
	font-weight:normal;
	font-size:9px;
	
}

input.error, select.error, textarea.error{
	border:1px dotted #FF0000;
}
a img{
	border:0px;
}

.blanco{
	background:#FFF
}


#conte {
	margin:auto;
	padding:0.3em;
	width:90%;
}
#conte h3 {
	font-size:1em;
	/*height:10px;*/
	margin:0;
	padding:0.4em;
	/*text-align:center;*/
}

.pre_ajax{
		 position:absolute;
		 background:#FFF;
		 left:50% !important; 
		 margin-left:-90px !important; 
		 z-index:9999999; 
		 border:1px solid #A6C9E2;
		 padding:0px 10px 0px 10px;
		 border-top:none;
		 top:0px;
	}

.tabla { border-collapse: collapse;  }
.tabla td, .tabla th { border: 1px solid #eee; padding: 2px;  }
	
/* CSS AUTOCOMPLETAR*/
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}


.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}
/* mensajes alert */
.jnotify-item {
    height: auto; padding: 7px 7px 7px 7px; margin: 0 0 5px 0; display: block; position: relative;
}
.jnotify-item-close {
    float: right; margin-left: 2px; cursor:pointer;
}

/* CSS TOOLTIK*/
/* TipTip CSS - Version 1.2 */

#tiptip_holder {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#tiptip_holder.tip_top {
	padding-bottom: 5px;
}

#tiptip_holder.tip_bottom {
	padding-top: 5px;
}

#tiptip_holder.tip_right {
	padding-left: 5px;
}

#tiptip_holder.tip_left {
	padding-right: 5px;
}

#tiptip_content {
	font-size: 11px;
	color: #fff;
	text-shadow: 0 0 2px #000;
	padding: 4px 8px;
	border: 1px solid rgba(255,255,255,0.25);
	background-color: rgb(25,25,25);
	background-color: rgba(25,25,25,0.92);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(transparent), to(#000));
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 0 3px #555;
	-webkit-box-shadow: 0 0 3px #555;
	-moz-box-shadow: 0 0 3px #555;
}

#tiptip_arrow, #tiptip_arrow_inner {
	position: absolute;
	border-color: transparent;
	border-style: solid;
	border-width: 6px;
	height: 0;
	width: 0;
}

#tiptip_holder.tip_top #tiptip_arrow {
	border-top-color: #fff;
	border-top-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_bottom #tiptip_arrow {
	border-bottom-color: #fff;
	border-bottom-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_right #tiptip_arrow {
	border-right-color: #fff;
	border-right-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_left #tiptip_arrow {
	border-left-color: #fff;
	border-left-color: rgba(255,255,255,0.35);
}

#tiptip_holder.tip_top #tiptip_arrow_inner {
	margin-top: -7px;
	margin-left: -6px;
	border-top-color: rgb(25,25,25);
	border-top-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_bottom #tiptip_arrow_inner {
	margin-top: -5px;
	margin-left: -6px;
	border-bottom-color: rgb(25,25,25);
	border-bottom-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_right #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -5px;
	border-right-color: rgb(25,25,25);
	border-right-color: rgba(25,25,25,0.92);
}

#tiptip_holder.tip_left #tiptip_arrow_inner {
	margin-top: -6px;
	margin-left: -7px;
	border-left-color: rgb(25,25,25);
	border-left-color: rgba(25,25,25,0.92);
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {	
	#tiptip_content {
		padding: 20px 8px 5px 8px;
		background-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_bottom #tiptip_arrow_inner { 
		border-bottom-color: rgba(45,45,45,0.88);
	}
	#tiptip_holder.tip_top #tiptip_arrow_inner { 
		border-top-color: rgba(20,20,20,0.92);
	}
}
/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }



.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -khtml-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0x; 
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -khtml-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px; 
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 0px;
    -webkit-border-top-right-radius: 0px;
    -khtml-border-top-right-radius: 0px;
    border-top-right-radius: 0px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 0px;
    -webkit-border-top-left-radius: 0px;
    -khtml-border-top-left-radius: 0px;
    border-top-left-radius: 0px;
}