@charset "utf-8";
/* CSS Document */
/*e-billing 4.0*/
.tabla-redonda {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	*border: 2px solid #DF1A23;
	behavior: url(border-radius.htc);
	overflow:auto;
	*background-color:#F1F1F2;
}
.tabla-redonda-mensaje {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	*border: 1px solid #9E9FA3;
	behavior: url(border-radius.htc);
	overflow:auto;
	*background-color:#F1F1F2;
}
.sombra 
{
	box-shadow:6px 6px 9px #C5C7C9;
}

.sombra-e 
{
	box-shadow:2px 2px 5px #C5C7C9;
}

.relleno-prinipal{
	background-color:#FAFAFA; 
	border:1px #cacaca solid;	
}
.errores{
      -webkit-boxshadow: 0 0 10px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      background: #39C;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      color: #fff;
      display: none;
      font-size: 14px;
      margin-top: -15px;
      margin-left: 245px; 
      padding: 10px;
      position: absolute;
	  font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	  *border: 1px solid #9E9FA3;
}
/*Boton ok*/
.button-ok
{
	background:#DF1A23;
	border:none;
	outline:none;
	margin:0;
	padding:0;
	color:#F5C11F;
	padding:5px 10px;
	*font-weight:400;
	cursor:pointer;
	width:155px;
	height:35px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	border:1px solid #DF1A23;
}
.button-ok:hover{
	background:#E5181F;
	border:1px solid #F4C4C0;
}
.button-ok:active{
	background:#DF1A23;
	border:1px solid #DF1A23;
}
/*caja texto tamaño normal*/
.cajas {
	font-family: Arial;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:center;
	border:1px #DF1A23 solid;
	color:#DF1A23;
	outline:none;
}
.cajas-normal{
    width: 225px;
	height: 30px;	
}
.cajas:hover{
	*background:#5689C0;
	border:1px solid #DF1A23;
	box-shadow:0px 0px 8px #D6E7F9;
}
.cajas:focus{
	*background:#5689C0;
	border:1px solid #DF1A23;
	box-shadow:0px 0px 5px #F5C11F;
}
.caja-sombra{
	box-shadow:0px 0px 3px #E6E6E6;
}
.cajas-pequenia {
    width: 130px;
	height: 30px;	
}
.error{
	color:#F33C21;
}
.input.error{
	border:#ed1846 solid 1px;
}
.login_result{
	display:block;
	width:100%;
	text-align:center;
	height:25px;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:x-small;
}
.left{

	text-align:left;
	padding-left:5px;
		
}
.cajas-pequena{
	height:20px;
	font-size:14px;
}
.cajas-busqueda-fecha{
	width:100px;
	height:20px;
	font-size:12px;
}
.cajas-busqueda-ruc{
	width:120px;
	height:20px;
	font-size:12px;
}
.cajas-busqueda-puntoemision{
	width:40px;
	height:20px;
	font-size:12px;	
}
.cajas-busqueda-establecimiento{
	width:40px;
	height:20px;
	font-size:12px;
}	
.cajas-busqueda-secuencial{
	width:90px;
	height:20px;
	font-size:12px;
}
.listas-busqueda{
	width:150px;
	height:20px;
	font-size:12px;
}
.buscar-busqueda{
	width:100px;
	height:30px;
	font-size:12px;
}
.cajas-busqueda-razon-social{
	width:300px;
	height:20px;
	font-size:12px;
}