html
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

body{ 
	margin:0px; padding:0px;
}
input
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
       
}
.notificacion{
	opacity:.55;
}
.notificacion:hover{
	cursor:pointer;
	opacity:1;
}
.k-button{
	
}
.k-grid td {
	/*padding: 2px 5px 2px 5px;
	line-height: normal !important;*/
}
.txt_azul{
	color:#0095DA;
}

.t0{
font-size:10px; 
}
.t2{
font-size:12px; 
}
.t3{
font-size:14px; 
}
.t4{
font-size:16px; 
}
.t5{
font-size:18px; 
}
.t6{
font-size:20px; 
}

.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%;
}

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

.ventana{	
	 overflow: auto;  
	 padding:5px; 
	 position:relative;
}

.cargando_css{
	 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;
}

input[type="text"], input[type="password"], textarea {

}

.precio{
	text-align:right
}



input.error { display:block; border: 1px dotted red !important; }
label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
	font-style: italic
}

