@charset "utf-8";
/*
	CSS Document Library v1.1
	http://jeduarz.com/

 	Copyright 2010, Julio Armijos
	Dual licensed under the MIT or GPL Version 2 licenses.
	* http://creativecommons.org/licenses/by-nc-sa/3.0/deed.es
	* http://jeduarz.com/ja_css/license

	Fecha: Sáb Oct 09 02:47:06 2010

	Copyright 2015, Julio Armijos
	Última Versión Estable: Vie Jul 31 08:02 2015
 */

/* Seteo de Etiquetas */
*{margin:0; padding:0; text-align:left; text-align:justify;}
/*div, img, b, em, ul, li, ol, span, big, p, form, label, button{display: inline-block;}*/
h1{font-size:3em;} h2{font-size:2.4em;} h3{font-size:1.2em;} h4{font-size:.9em;} h5{font-size:.9em;}
h1,h2,h3,h4,h5{
	font-weight: normal;
	text-align: inherit;
}

h3{ margin: 5px 0; }

ul, ol, li{list-style:none;}
a{text-decoration:none; color:#09F;}
em{ color:#777;}
img{border:none;}
span{display:block;}
hr{width:100%; border:0; border-top:1px solid rgba(150,150,150,.5); margin:5px 0;}
hr.vr {
	border-left: 1px solid rgba(150,150,150,.5);
	height: 100%;
	display: inline-block;
	margin: 0 5px 0;
	width: 1px;
}

.line_r_none{border-right:none;}

/* H T M L 5 */

header, footer, nav, section, article, hgroup, aside, address{display: inline-block;}
header, footer, nav, section, article, hgroup, aside, address { _display: block; *display:block;}/* Hack para IE < 9*/

html{
	/*background: rgba(0,50,100,.075);*/
	height: 100%;
	width: 100%;
}

body{
	color:#555;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}

a img{
	display: inline-block;
	margin: 0 9px;
}

/* Colores */
.c_rojo{color:#F69 !important;} .c_verde{color:#0C0 !important;} .c_azul{color:#04F !important;}
.c_blanco{color:#FFF !important;} .c_negro{color:#000;} .c_gris{color:#9AB;}
.c_cyan{color:#0FF;} .c_magenta{color:#F9C;} .c_amarillo{color:#FF0;}
.c_naranja{color:#F90;} .c_cafe{color:#900;} .c_violeta{color:#909;}
.c_text{color:#444;} .c_link{color:#09F !important;}

/* Backgrounds */
.bg_negro,.bg_azul,.bg_magenta{color:#FFF;}
.bg_blanco{background:#FFF !important;} .bg_negro{background:#000;} .bg_gris{background:rgba(0,50,100,.025) !important;}
.bg_azul{background: rgb(32, 124, 202);}
.bg_magenta{background:#F06;}
.bg_verde{ background: rgb(120,200,120); }
.bg_rojo{ background: #F69; }

.bg_gray_gradient{
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #E9E9E9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#E9E9E9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#E9E9E9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#E9E9E9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#E9E9E9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#E9E9E9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E9E9E9',GradientType=0 ); /* IE6-9 */
}

.bg_gray_gradient2{
	background: #FFF;
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, #F9F9F9 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,#F9F9F9));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,#F9F9F9 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,#F9F9F9 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,#F9F9F9 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,#F9F9F9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,255,255,.32)', endColorstr='#F9F9F9',GradientType=0 );
}

.bg_gradient{
	background: -moz-linear-gradient(-45deg,  rgba(0,68,153,1) 0%, rgba(0,102,204,0.95) 53%, rgba(0,153,255,0.9) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(0,68,153,1)), color-stop(53%,rgba(0,102,204,0.95)), color-stop(100%,rgba(0,153,255,0.9)));
	background: -webkit-linear-gradient(-45deg,  rgba(0,68,153,1) 0%,rgba(0,102,204,0.95) 53%,rgba(0,153,255,0.9) 100%);
	background: -o-linear-gradient(-45deg,  rgba(0,68,153,1) 0%,rgba(0,102,204,0.95) 53%,rgba(0,153,255,0.9) 100%);
	background: -ms-linear-gradient(-45deg,  rgba(0,68,153,1) 0%,rgba(0,102,204,0.95) 53%,rgba(0,153,255,0.9) 100%);
	background: linear-gradient(135deg,  rgba(0,68,153,1) 0%,rgba(0,102,204,0.95) 53%,rgba(0,153,255,0.9) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004499', endColorstr='#e60099ff',GradientType=1 );
}

/* Screen */
.visible{display:inline;} .oculto{display:none;}
.cursor{cursor:pointer;} .txt_light{font-weight:lighter;} .txt_bold{font-weight:700;}
.vacio{font-size:10px; color:#AAA;}

.pvp{font-size:13px; color:#222; font-weight:bold; text-align:right;}
.uppercase{
	font-size: 84%;
	text-transform: uppercase;
}


/* Lineas */
.line_top{border-top:1px solid rgba(150,150,150,.3); width:100%; padding-top:5px; margin-top:5px;}
.line_bottom{border-bottom:1px solid rgba(150,150,150,.3); width:100%; padding-bottom:5px; margin-bottom:5px;}
.line_left{border-left:1px solid #F4F4F4; height:100%; padding-left:5px; margin-left:5px;}
.line_right{border-right:1px solid rgba(150,150,150,.3); height:100%; padding-right:5px; margin-right:5px;}
.no_line{border:none;}

.underline{
	border-bottom: 1px solid #09F;
	padding: 9px 0 11px;
	width: 100%;
}
.text_decoration:hover{
	text-decoration: underline;
}

.block_space{
	display: inline-block;
	content: '&nbsp;'
	height: 30px;
	width: 30px;
}

.txt_ident_10{ padding-left: 10px; }
.txt_ident_20{ padding-left: 20px; }

/* Bordes Redondeados */
.borde{border:1px solid #DDD; border-radius:3px; -webkit-border-radius:3px; -moz-border-radius:3px; -ms-border-radius:3px;}
.brd_5{border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px; -ms-border-radius:5px;}
.brd_10{border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px; -ms-border-radius:10px;}
.brd_20{border-radius:20px; -webkit-border-radius:20px; -moz-border-radius:20px; -ms-border-radius:20px;}

.brd_tl10{border-top-left-radius:10px;}
.brd_tr10{border-top-right-radius:10px;}
.brd_bl10{border-bottom-left-radius:10px;}
.brd_br10{border-bottom-right-radius:10px;}

.brd_tl20{border-top-left-radius:20px;}
.brd_tr20{border-top-right-radius:20px;}
.brd_bl20{border-bottom-left-radius:20px;}
.brd_br20{border-bottom-right-radius:20px;}

/* Sombras */
.sombra{box-shadow: 0 5px 3px rgba(0,50,100,.1), 0 3px 11px rgba(0,50,100,.075);}
.sombra_min{box-shadow: 0 0 3px rgba(0,0,0,.7);}
.sombra_20{box-shadow: 0 0 20px rgba(0,0,0,.3);}
.sombra_d3{box-shadow: 0 3px 10px rgba(0,0,0,.4);}
.sombra_d5{box-shadow: 0 5px 10px rgba(0,0,0,.4);}

.face{
	border-radius: 50%;
	border: 1px solid rgba(0,50,100,.1);
	display: inline-block;
	height: 28px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 26px;
	margin: 5px;
	text-align: center;
	width: 28px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-mox-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.deg45{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-mox-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
.deg90{
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-mox-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

/** GUI
 * Etiquetas para diseño de Aplicaciones y Contenido Dinámico
 * = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */
.close{
	*background:url(imgs/bt_close.png) left no-repeat;
	cursor:pointer;
	display:block;
	height:26px;
	position:absolute;
	right:3px;
	top:2px;
	width:26px;
	z-index: 99;
}
.close:hover{
	*background:url(imgs/bt_close.png) right no-repeat;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1) inset;
	background: rgba(0,50,100,.3);
	border-radius: 50%;
}
.close:after{
	border-bottom: 1px solid rgba(255,255,255,.5);
	content: '';
	left: 3px;
	height: 1px;
	position: absolute;
	top: 12px;
	width: 22px;
	transition: ease-in .1s all;
	-ms-transform: rotate(45deg); /* IE 9 */
 -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
 transform: rotate(45deg);
}
.close:before{
	border-bottom: 1px solid rgba(255,255,255,.5);
	content: '';
	left: 3px;
	height: 1px;
	position: absolute;
	top: 12px;
	width: 22px;
	transition: ease-in .1s all;
	-ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Chrome, Safari, Opera */
    transform: rotate(135deg);
}
.close:hover:after, .close:hover:before{
	border-color: #FFF;
	left: 6px;
	top: 12px;
	width: 15px;
}
.scroll{
	overflow: auto;
}

.bt_toggle, .bt_toggle_active{cursor:pointer; background:no-repeat; width:20px; height:20px; margin-top:-2px; display:block; float:right;}
.bt_toggle{ background:url(imgs/bt_toggle_min.png) no-repeat right top;}
.bt_toggle:hover{ background:url(imgs/bt_toggle_min.png) no-repeat right bottom;}
.bt_toggle_active{ background:url(imgs/bt_toggle_min.png) no-repeat left top;}
.bt_toggle_active:hover{ background:url(imgs/bt_toggle_min.png) no-repeat left bottom;}

.multi_column{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-moz-column-rule: 1px solid #ccf;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	-webkit-column-rule: 1px solid #ccf;
}

#modal{
	top:0; left:0; width:100%; height:100%;
	display: block;
	position:fixed; _position:absolute; z-index:99;
	}
#modal.black{background:rgba(0,20,40,.5); *background:url(imgs/bg_modal_black.png);}
#modal.white{background:rgba(255,255,255,.75); *background:url(imgs/bg_modal_white.png);}
#modal.clear{background:rgba(255,255,255,.32); *background:url(imgs/bg_modal_clear.png);}
#modal.cristal{background:url(imgs/bg_modal_cristal.png);}
#modal.led{background:url(imgs/bg_modal_led.png);}


.paginacion{
	color: rgba(0,50,100,.2);
	display: block;
	height: 14px;
	line-height: 16px;
	margin: 0;
	padding: 2px 0 0;
	width: 100%;
}
.paginacion li{
	border-right: 1px solid #BCD;
	padding: 0 15px;
}
.paginacion li:first-child{
	padding-left: 0;
}
.paginacion li:last-child{
	border: none;
}

/* Paginacion */
/*
#paginacion{width:100%; height:auto; padding:5px 0; font-size:12px;}
#paginacion table{width:100%;}
#paginacion table tr td{border:none;}
#paginacion table tr:hover{background:none;}
#paginacion a{
	background:#FFF;
	border:1px solid #DDD;
	border-radius:14px;
	cursor:pointer;
	display:block;
	color:#444;
	float:left;
	height:16px;
	margin-right:5px;
	padding:7px 5px 3px;
	text-align:center;
	width:16px;
	}
#paginacion a:hover{color:#FFF; background:#09F; border:1px solid #09F;}
#paginacion .pag_actual{font-size:12px; font-weight:bold; color:#000; background:#DDD;}

#paginacion table{
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
#paginacion table tbody td:first-child{border-bottom-left-radius:10px;}
#paginacion table tbody td:last-child{border-bottom-right-radius:10px;}
*/


/* Zoom In */
.imgzoom, .imgzoom:hover{position:absolute; border:1px solid #EEE; padding:1px; background:#FFF;}
.imgzoom{z-index:1; width:25px; height:28px; margin-top:-15px; *margin-top:-19px; margin-left:5px;}
.imgzoom:hover{z-index:2; width:60px; height:72px; margin-top:-40px; margin-left:-12px; cursor:crosshair;}

/* Firma Desarrollo */
.jeduarz{color:#444;} .jeduarz:hover{color:#000;} .jeduarz img{margin-top:2px;}


.empty_results{
	/*background: rgba(0,50,100,.05);*/
	margin-top: 5%;
	min-height: 50px;
	width: calc(100%);
}

.empty_results h2{
	color: rgba(255,255,255,.75);
	font-weight: lighter;
	font-size: 1.8em;
	margin-top: 11px;
}
.empty_results h3{
	display: block;
	color: #9AB;
	font-weight: lighter;
	margin: 15px auto;
	min-height: 64px;
	padding-top: 50px;
	padding-left: 0;
	text-align: center;
}

.icon_search{
	position: relative;
}
.icon_search:before{
	border: 2px solid rgba(0,50,100,.05);
	border-radius: 50%;
	content: '?';
	color: #FCF;
	display: block;
	height: 36px;
	font-size: 1.6em;
	line-height: 36px;
	text-align: center;
	position: absolute;
	left: calc(50% - 25px);
	top: 0px;
	width: 36px;
}
.icon_search:after{
	display: block;
	background: rgba(0,50,100,.1);
	border-radius: 3px;
	content: '';
	height: 3px;
	position: absolute;
	left: calc(50% + 6px);
	top: 37px;
	width: 16px;
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}


/*  T A B L A S  */

table{
	background:none;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}

tr.disabled,
tr.disabled td,
tr.disabled a,
tr.disabled li,
tr.disabled span, tr.disabled small, tr.disabled .c_rojo,
tr.disabled label b,
tr.disabled label{
	color: #DDD !important;
}

table th, table td{
	box-sizing: border-box;
	table-layout:fixed;
  /*overflow:hidden;*/
  text-overflow: ellipsis;
}
table td{
	padding:3px 1px 2px;
	text-align: left;
	vertical-align: top;
}
table td:last-child{ border-right:0px;}

table thead th, table thead td,
table tbody th{
	/*border: none;*/
	color: #000;
	display: table-cell;
	font-weight: normal;
	line-height: 1.1em;
	min-width: 24px;
	padding: 3px 3px 2px;
	vertical-align: middle;
	text-align: center;
}
table thead th small{
	color: #9AB;
}


/** = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = */


/*  F O R M U L A R I O  */

form{
	/*background-image:url(../../imgs/template/bg_fieldset2.gif);*/
	background-size: 100%;
	background-position: bottom center;
	height:auto;
	padding: 0;
	width:100%;
}
.bloc{
	background: #FFF;
	/*border: 3px solid #CEF;*/
	background: rgb(247,249,250);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(245,248,254,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(245,248,254,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(245,248,254,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f5f8fe',GradientType=0 );

	/*border: 1px solid transparent;
  -moz-border-image: -moz-linear-gradient(top left, #CEF 30%, #4CF 100%);
  -webkit-border-image: -webkit-linear-gradient(top left, #CEF 30%, #4CF 100%);
  border-image: linear-gradient(to bottom right, #CEF 30%, #4CF 100%);
  border-image-slice: 1;*/
	border-radius: 5px;
	clear: both;
	display: block !important;
	float: none;
	margin: 0 auto !important;
	padding: 0;
	text-align: center;
}
form hr{border-top:2px dotted #CEF;}
small.notice{color:#AAA; margin-top:24px; position:absolute; z-index:200;}

.border{
	/*background: rgba(192,208,224,.2);*/
	background: rgba(0,50,100,.05);
	box-sizing:border-box;
	border-radius: 5px;
	margin: 3px 0;
	padding: 2px 3px 1px;
}
.border table{margin: 0;}
.border table tr td{
	border-left: 1px solid rgba(255,255,255,.75);
}
.border table tr td:first-child{border-left: 0;}
.border label{
	padding-top: 5px;
	padding-bottom: 5px;
}

.panel{
	clear: both;
	display: inline-block;
	max-width:33%;
	min-width:400px;
	padding-bottom: 10px;
	vertical-align: top;
	width:auto;
}
.panel_phone{
	background: rgba(255,255,255,.5);
	box-sizing: border-box;
	border: 1px solid #CEF;
	border-radius: 5px;
	box-shadow: 0 0 0 1px rgba(255,255,255,.5);
	height: 460px;
	padding: 5px;
	overflow: auto;
	width: 100%;
}

fieldset{
	background-size: cover;
	background-repeat: repeat-x;
	border: 1px solid transparent;
	/*border-radius: 5px;*/
	box-sizing: border-box;
	margin: 5px;
	padding: 7px 0 5px;
}

fieldset legend{
	border-bottom: 2px dotted rgba(0,50,100,.05);
	box-sizing: border-box;
	color: #9AB;
	display: block;
	font-size: .84em;
	font-weight: lighter;
	line-height: .9em;
	padding: 3px 9px 5px;
	margin: 0 auto 5px;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}

/*fieldset legend:after{
	border-bottom: 2px solid #CEF;
	content: '';
	display: block;
	left:0;
	position: absolute;
	width: 100%;
}*/

form table tr td.border_td_none{border:none !important;}
form table td{
	padding: 1px 3px;
	/*border-bottom: 1px solid rgba(0,0,0,.05);*/
	/*border-right: 1px solid rgba(0,0,0,.025);*/
}

form table thead th{
	font-weight: normal;
	text-align: center;
}

.tab_content{width:100%; min-height:560px;}

input{
	font-size: .9em;
	min-width: 30px;
}
input,textarea{
	background: none;
	border: 1px solid rgba(0,50,100,.3);
	box-sizing:border-box;
	color: #09F;
	display: inline-block;
	font-size: inherit;
	line-height: 22px;
	height:26px;
	margin-right: 3px;
	outline:0;
	padding:3px 2px 1px;
	vertical-align: top;
	/*transition:.2s all ease;*/
	width:98%;
	}
.editable br{
	display: none;
}
div[contenteditable="true"]{
	border-bottom: 1px solid #BCD;
	padding: 2px;
	outline: 0;
}
input[disabled]{
	color: #222;
	border: 0;
	opacity: 1;
}
textarea{
	border: 1px dotted rgba(0,50,100,.3);
	height: auto;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	margin-top: 5px;
	min-height:50px;
}

input:hover, textarea:hover {
	border-color: #09F;
}
input:focus, textarea:focus, select:focus{
	background-color: rgba(50,50,100,.05);
	border-color:#09F;
}

input.min{width:95px !important; margin-right:3px;}
/*input.max{min-width:280px; width: auto; margin-right:2px;}*/
/*textarea.max{width:500px;}*/
input.pick_out,
input.date, input.date_,
input.money,
.porc,
input.weight,
input.unid,
input.refresh,
input.search{
	/*color: #09F;*/
	background-position: center right;
	background-repeat: no-repeat;
	padding-right:24px !important; cursor:pointer;
}
input.search{
	background-position: right center;
	background-size: 24px;
	border-bottom: 1px solid rgba(0,50,100,.3) !important;
	color: #09F !important;
	margin-bottom: 1px;
}
input.search:hover,input.search:focus{
	border-color: #09F !important;
}

input.pick_out{background-image:url(imgs/pick_out.png);}
input.date, input.date_{background-image:url(imgs/calendar.png);}
input.refresh{background-image:url(imgs/refresh.png);}
input.search{
	background-image:url(../../img/icons/search.png);
	background-size: 20px;
	border-radius: 0 !important;
}

input.money, .porc, input.weight, input.unid{
	/*border-bottom: 1px solid rgba(0,0,0,.1) !important;*/
	text-align: right;
	/*min-width: 80px;
	width: 80px;*/
}

.porc{background-image:url(imgs/input_type.png); background-position: right -122px;}
input.weight{background-image:url(imgs/input_type.png); background-position: right -62px;}
input.unid{background-image:url(imgs/input_type.png); background-position: right 0px;}
input.money{
	background-image:url(imgs/input_type.png); background-position: left -154px;
	padding-left: 13px;
	padding-right: 3px;
}

input.xmin, input.xmin{width:60px;}
input.left{float:left;}
input.right{float: right;}

input[readonly],input[readonly]:focus{
	border: 0;
	color: #999;
}

input[type="checkbox"],input[type="radio"]{
	height:16px;
	background:none;
	box-shadow:none;
	border:none;
	cursor:pointer;
	display:block;
	/*float:left;*/
	margin-top:3px;
	min-width:16px;
	padding-right:3px;
	width:16px;
	}
input[type="number"]{text-align:right;}

.bigfont{
	font-size: 1.2em;
}
input[readonly].bigfont{
	color: #444;
}

input.required_field, input[readonly].required_field{
	background-color: rgba(255,150,150,.2);
	/*border: 0 !important;*/
	/*border-width: 1px;*/
	/*border-style: dotted;*/
	border-color: #F40;
	border-width: 2px;
	border-style: dashed;
	animation-name: 'destellar';
	-webkit-animation-name: 'destellar';
	/*transition: all linear infinite;*/

	animation-duration: 3s;
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes destellar {
	0% { border-color: rgba(0,0,0,.1); }
	50% { border-color:#F69; }
	75% { border-color:#FCC; }
	100% { border-color: rgba(0,0,0,.1); }
}

@keyframes destellar {
	0% { border-color: rgba(0,0,0,.1); }
	50% { border-color:#F69; }
	75% { border-color:#FCC; }
	100% { border-color: rgba(0,0,0,.1); }
}

input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder{
	color: #BCD;
}
input::-webkit-input-placeholder{
	color: #BCD;
}

.search_box input::-webkit-input-placeholder{
	color: #FFF;
}

form label{
	font-size: .78em;
	line-height: 1.2em;
}
label{
	box-sizing: border-box;
	clear: both;
	cursor:pointer;
	color: #9AB;
	display: inline-block;
	height:auto;
	font-size: .9em;
	line-height: 1em;
	/*margin-right: 5px;*/
	min-width:15px;
	padding:3px 5px 3px 11px;
	vertical-align: top;
	width:auto;
}
label img{
	margin-top: -5px;
	vertical-align: top;
}
label img{
	vertical-align: top;
}

label.password{
	background: url(imgs/lock.png) no-repeat 9px 3px;
	background-size: 16px;
	padding-left: 28px;
}

.required{
/*	background:url(imgs/required.png) no-repeat left center;*/
	position: relative;
	color: #444;
	text-align: left;
}
.required:before{
	background: none;
	border: 5px solid transparent;
	border-left: 5px solid #F69;
	border-radius: 50%;
	content: '';
	display:block;
	height: 1px;
	left:3px;
	position: absolute;
	top: 7px;
	width: 1px;
}
.circle_required{
	background: #F90;
	border-radius: 50%;
	display: inline-block;
	line-height: 6px;
	margin: 0 5px;
	height: 6px;
	width: 6px;
}


input[type="radio"]{
	display: none;
}
input[type="radio"] + label{
	display: inline-block;
	color: #444;
	padding-top: 4px;
	padding-left: 20px;
	margin-bottom: 1px;
	position: relative;
}
input[type="radio"] + label:after{
	background: #FFF;
	box-sizing: border-box;
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 10px;
	left: 3px;
	position: absolute;
	top: 5px;
	transition:.2s all ease;
	width: 10px;
}

input[type="radio"] + label:before{
	background: rgba(0,0,0,.1);
	box-sizing:border-box;
	border-radius: 50%;
	content: '';
	height: 16px;
	left: 0;
	position: absolute;
	top: 2px;
	transition:.2s all ease;
	width: 16px;
}

input[type="radio"]:checked + label:after{
	background: #FFF;
	height: 4px;
	left:6px;
	top:8px;
	width: 4px;
}

input[type="radio"]:checked + label:before{
	background:#4CF;
}
input[type="radio"]:disabled + label:before{
	background:#EEE;
}

input[type="radio"]:disabled + label{
	color: #9AB;
}
input[type="radio"]:checked:disabled + label{
	color: #679;
}
input[type="radio"]:checked:disabled + label:before{
	background:#09F;
}


select{
	appearance:none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(imgs/arrow.png) no-repeat;
	background-size: 24px;
	background-position: right 0px;
	border: 0;
	border-bottom: 1px solid rgba(0,50,100,.3);
	border-radius: 0;
	box-sizing:border-box;
	color: #09F;
	cursor: pointer;
	display: inline-block;
	font-size: .84em;
	height: 26px;
	margin-right: 3px;
	outline:0;
	padding: 5px 20px 5px 1px;
	transition:.3s all ease;
	width: 98%;
}
select:hover{
	border-color:rgba(0,0,0,.3);
}
select:hover, select:focus{
	background-position: right -24px;
	outline: 0;
}
select:focus{
	border-color:#09F;
}
select[disabled]{
	background: none !important;
	border: 0px !important;
	color: #444;
}
select.black{
	background: url(imgs/arrow.png) no-repeat right center rgba(0,0,0,.15);
}
select.required,
select.required:hover{
	background-color: #F69;
	background-image: url(imgs/arrow_white.png);
	background-position: right center;
	border-radius: 3px;
	color: #FFF;
	border: 1px solid #F69;
}



/* Fixed to IExplorer */
select::-ms-expand {
    display: none;
}

/* Fixed to Mozilla */
@-moz-document url-prefix() {
  select{
  	padding-top: 5px;
  	text-indent: 0.01px;
	text-overflow: '';
  }
}

select.min{width:100px !important; margin-right:3px;}

select.xmin{
	min-width:70px;
	width:70px;
}

.toggle{
	display: block;
	border: 1px solid transparent;
	border-bottom: 1px solid rgba(0,0,0,.1);
	box-sizing:border-box;
	cursor: pointer;
	color: #9AB;
	margin: 3px 0 !important;
	padding: 3px 30px 5px 10px;
	position: relative;
	width: 100%;
}
.toggle:hover{
	color: #09F;
}
.toggle:after,.toggle.active:after{
	content: '';
	display: block;
	border: 0;
	border-bottom: 1px solid #BCD;
	border-left: 1px solid #BCD;
	height: 11px;
	position: absolute;
	right: 11px;
	top: 4px;
	width: 11px;
	-ms-transform: rotate(-45deg); /* IE 9 */
 -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
 transform: rotate(-45deg);
}
.toggle.active{
	color: inherit;
}
.toggle.active:hover{ color: #09F;}
.toggle:hover:after,
.toggle.active:hover:after{
	border-color: #09F;
}
.toggle.active:after{
	border: 0;
	border-top: 1px solid #BCD;
	border-right: 1px solid #BCD;
	top: 10px;
}
.toggle + div{
	/*display: none;*/
	transition: .3s all ease;
}

.label_total{
	/*background: rgba(50,50,100,.05);*/
	border: 1px solid #F69;
	border-radius: 3px;
	display: block;
	line-height: 1em;
	font-style: normal;
	margin-top: 5px;
	margin-right: 3px;
	text-transform: uppercase;
	vertical-align: top;
	width: calc(100% - 3px);
}
.label_total label{
	background: #F69;
	border-right: 1px solid #F69;
	color: #FFF;
	display: inline-block;
	font-size: 1em;
	margin: 0;
	min-width: 70px;
	padding: 7px 5px 5px;
	text-align: center;
	width: 95px;
}
.label_total input, .label_total input:focus{
	color: #000;
	font-size: 1.2em;
	display: inline-block;
	margin-right: 2px;
	text-align: right;
	width: calc(100% - 97px);
}


/* P a n e l e s   d e   L i s t a d o */

.PanelBox{
	background: #FFF;
	border-radius: 9px;
	left:25%;
	box-shadow: 0 1px 3px rgba(0,50,100,.1), 0 5px 32px rgba(0,50,100,.5);
	display: none;
	height:auto;
	top:11%;
	min-height:75%;
	overflow: hidden;
	position:fixed; _position:absolute;
	width:50%;
	z-index:200;

	-webkit-animation: AnimBox 0.4s ease-in all;
	-moz-animation: AnimBox 0.4s ease-in all;
	animation: AnimBox 0.4s ease-in all;

}
.PanelBox.disable{
	box-shadow: 0 3px 11px rgba(0,0,0,.1);
}

@-webkit-keyframes AnimBox {
	0% { -webkit-transform: translateY(5%); opacity: 0; }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}
@-moz-keyframes AnimBox {
	0% { -moz-transform: translateY(5%); opacity: 0; }
	100% { -moz-transform: translateY(0); opacity: 1; }
}
@keyframes AnimBox {
	0% { transform: translateY(5%); opacity: 0; }
	100% { transform: translateY(0); opacity: 1; }
}


.PanelBox h2{
	background: rgb(32, 124, 202);
	color: #FFF;
	cursor: move;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
	text-align: center;
	opacity: 1;
	width: 100%;
}
/*.PanelBox h2:after{
	background: #09F;
	bottom: -48px;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	width: 100%;
}*/
.PanelBox.disable{
	opacity: .9;
}
.PanelBox.disable h2{
	background: #4CF;
}
.PanelBox tr.title_grid td:first-child{
	padding-left:11px;
}
.PanelBox tr.title_grid td:last-child{
	padding-right: 11px;
}

.PanelBox footer{
	background: #FFF;
	box-sizing: border-box;
	border-top: 1px solid #CEF;
	bottom: 0;
	color: #9AB;
	display: block;
	height:auto;
	font-size:.84em;
	text-align:right;
	margin: 0;
	min-height: 54px;
	padding: 7px 9px;
	position: absolute;
	vertical-align: bottom;
	width: 100%;
}
.PanelBox .fotografia{width:340px; min-height:280px; background:#444; padding:10px; display:block;}

.PanelBox footer .button{
	box-shadow: 0 2px 0 #4CF;
	border-radius: 5px;
	font-size: 1.1em;
	margin-right: 11px;
	padding: 7px 11px;
}
.PanelBox input.smart_search{
	margin-right: 9px;
	width: calc(60% - 9px) !important;
}
.PanelBox .search_box label{
	margin-top: 13px !important;
}

.search_box{
	background: #0099ff; /* Old browsers */
	background: -moz-linear-gradient(left,  #0099ff 0%, #44ccff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0099ff 0%,#44ccff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0099ff 0%,#44ccff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#44ccff',GradientType=1 ); /* IE6-9 */
	display: block;
	height: 40px;
	padding: 0;
	position: relative;
	margin: 0 auto;
	width: 100%;
}

.search_box:before{
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 50%;
	content: '';
	display: block;
	height: 18px;
	text-align: center;
	position: absolute;
	left: 9px;
	top: 8px;
	width: 18px;
}
.search_box:after{
	display: block;
	background: rgba(255,255,255,.75);
	border-radius: 3px;
	content: '';
	height: 1px;
	position: absolute;
	left: 24px;
	top: 27px;
	width: 10px;
	-ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.search_box label{
	color: #FFF;
}

input.smart_search{
	border: 0;
	color: #FFF !important;
	display: inline-block;
	font-size: 1.1em;
	font-style: italic;
	height: 40px;
	line-height: 30px;
	padding-left: 36px;
	position: relative;
	transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
}

input.smart_search:hover{
	/*border-bottom: 1px solid #BCD;*/
	color: #000;
}
input.smart_search:focus{
	color: #000;
	width: 240px;
}

.field_search{
	position: relative;
}
input.smart_search + .clear_input{
	display: none;
	height: 1px;
	margin: 0;
	position: relative;
	padding: 0;
	width: 1px;
}
input.smart_search + .clear_input:after{
	background: rgba(0,0,0,.05);
	border-radius: 50%;
	color: rgba(0,0,0,.3);
	content: 'x';
	font-size: .7em;
	display: block;
	height: 12px;
	line-height: 12px;
	right: 19px;
	padding: 2px;
	position: absolute;
	text-align: center;
	top: 5px;
	width: 12px;
}

.title_grid, .title_grid:hover{
	background: #FFF;
	border-bottom: 1px solid #E9E9E9;
	color:#679;
	display: none;
	font-size: .9em;
}
.title_grid td{
	border-top: 1px solid rgba(255,255,255,.1);
	padding: 5px 0;
}
.title_grid td:first-child{
	text-indent: 5px;
}

ul.DataList, ul.miniDataList{
	box-sizing: border-box;
	display: block;
	font-size: .9em;
	min-height:340px;
	height: 100%;
	max-height: 410px;
	margin: 1px auto 0;
	overflow:auto;
	position: relative;
	width: calc(100% - 2px);
	}

ul.DataList li{
	background-color: rgba(255,255,255,.5);
	box-sizing:border-box;
	display: inline-block;
	cursor:pointer;
	height:auto;
	margin: 0 2px;
	padding:7px 11px;
	width:calc(100% - 4px);
}
ul.DataList li:hover,
ul.DataList li:focus,
ul.DataList li:nth-child(odd):hover,
ul.DataList li:nth-child(odd):focus{
	background-color: #CEF;
	outline: none;
}
ul.DataList li:nth-child(odd){
	background-color: rgba(50,50,90,.03);
}

ul.DataList li span{
	box-sizing:border-box;
	clear:both;
	display: inline-block;
	padding-left:7px;
	height: auto;
}

ul.miniDataList{
	background: rgba(50,50,100,.05);
	border-radius: 5px;
	display: inline-block;
	margin-top: 5px;
	min-height: 90px;
	height: 90px;
}

ul.DataList table, ul.miniDataList table{
	background: none;
	width: 100%;
}
ul.DataList table td:last-child, ul.miniDataList table td:last-child{
	width: 50px;
}

.PanelInfo .DataList li{
	display: inline-block;
	margin: 0;
}


/* Carga de Archivos */
.upload_file{
	clear: both;
	display: block;
	height:auto;
	margin: 0 auto;
	width: 325px;
}

.image, .image_loading{
	border: 1px solid #FFF;
	background:rgba(50,50,100,.05);
	height:250px;
	padding:5px; display:block; margin:10px auto;
	width:280px;
}
.image_loading{background:url(../../imgs/ajaxloader.gif) center center no-repeat #444;}

img#img_preview{ clear: both; display:block; float: none; max-height:inherit; margin:auto auto;}
input#img_name{width:130px; float:left;}

.info{
	/*background: rgba(255,255,200,.5);*/
	background: #FFEF84;
	border: none;
	border-radius: 5px;
	display: inline-block;
	color: #970;
	line-height: 1.1em !important;
	margin: 3px 0 0;
	min-width:40px; font-size:.76em;
	padding: 5px 5px 3px;
	vertical-align: top;
}
p.examinar{width:100%; background:none; margin:4px 0;}

/** B O T O N E S */

button, .button {
	border: none;
	color:rgba(255,255,255,.85);
	cursor:pointer;
	display: inline-block;
	font-size: 1.1em;
	height:auto;
	min-width:20px;
	outline: 0;
	padding:5px 11px;
	line-height: 1.2em;
	text-align:center;
	position:relative;
	width:auto;
	transition: all .2s ease;
	}
button:hover, .button:hover{
	color:#FFF;
}

button:active{
	box-shadow: 0 1px 5px rgba(0,0,0,.3) inset;
	color: rgba(0,0,0,.5);
	text-shadow: 0 -1px rgba(255,255,255,.2);
}

.bt_save{background: #4091e3;}
.bt_save:hover{background: #31AEED;}
.bt_save.min{
	padding: 3px 9px;
}
.bt_hide{background:#DDD;}

.bt_add{
	background:#F69;
	border: 1px solid transparent;
	border-radius: 50%;
	box-shadow: 1px 2px 3px rgba(0,50,100,.3);
	color: #FFF;
	font-size: 1.2em;
	line-height: 24px;
	height: 31px;
	position: relative;
	text-align: center;
	padding: 0;
	width: 31px;
}
.bt_add:hover,
.bt_add:active{
	background: #F7A;
	border-radius: 50%;
	border: 1px solid #F47;
}

.bt_cancel{
	background: rgba(0,50,100,.2);
	color: inherit;
}
.bt_cancel:hover{
	color: #444;
	background-color: rgba(0,50,100,.15);
	/*text-decoration: underline;*/
}
.bt_upload{
	background: #07C;
}
.bt_link{
	background: url(imgs/icon_link.png);
	background-size: 16px;
	background-position: left 1px;
	background-repeat: no-repeat;
	border: 1px solid transparent;
	cursor: pointer;
	/*color: #9AB;*/
	margin: 2px 1px 1px;
	padding: 2px 5px 2px 20px;
}
.bt_link:hover{
	background-color: #CEF;
	background-position: left -15px;
	border-color: #09F;
	color: #09F;
}

.bt_info{
	/*background: url(imgs/bt_info.png) no-repeat center right;*/
	background: rgba(0,50,100,.05);
	border-radius: 5px;
	color: #09F;
	cursor: pointer;
	display: inline-block;
	margin: 2px 1px 1px;
	padding: 3px 7px 3px 22px;
	position: relative;
	transition: .3s all ease;
	white-space: pre;
}
.bt_info:hover{
	background: #4CF;
	color: #FFF;
}
.bt_info:after{
	background: #BCD;
	border-radius: 50%;
	content: 'i';
	color: rgba(255,255,255,.9);
	display: block;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
	height: 14px;
	line-height: 16px;
	left: 2px;
	position: absolute;
	text-align: center;
	top: 3px;
	width: 14px;
	transition: .3s all ease;
}
.bt_info:hover:after{
	background: #09F;
	color: #FFF;
}

.bt_icon{
	background: #4CF;
	border-radius: 50%;
	box-sizing: border-box;
	box-shadow: 5px 9px 13px -5px rgba(0,50,100,.3);
	color: #FFF;
	display: block;
	height: 36px;
	left: calc(50% - 18px);
	margin: 13px auto 0;
	position: absolute;
	transition: .3s all ease;
	-moz-transition:.3s all ease;
	-webkit-transition:.3s all ease;
	width: 36px;
	z-index: 2;
}
.bt_icon svg{
	fill: currentColor;
	display: block;
	margin: 3px auto;
}
.bt_icon[data-type="new"]{
	background: #F69;
	height: 44px;
	margin-top: 9px;
	width: 44px;
}
.bt_icon[data-type="new"]:hover{
	background: #F7A !important;
	box-shadow: 5px 9px 13px -5px rgba(0,50,100,.3), 0 0 0 3px rgba(255,190,220,.75) !important;
}
.bt_icon[data-type="new"]:after{
	display: block;
	content: '+';
	font-size: 2em;
	line-height: 45px;
	text-align: center;
}
.bt_icon[data-type="print"]{
	background: #89AADC;
}
.bt_icon[data-type="print"] svg{ margin-top: 6px; }
#sync_report svg{margin-top: 5px;}

.main_bar .bt_icon[data-type="save"]{
	background: #0ECF28;
}
.bt_icon[data-type="save"]:after{
	border-width: 2px;
	border-style: solid;
	border-color: #FFF;
	border-top: 0;
	border-right: 0;
	display: block;
	content: '';
	height: 7px;
	margin-top: 11px;
	margin-left: 9px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 14px;
}
button:hover .bt_icon[data-type="save"]:after{
	border-color: #FFF;
}
button:disabled .bt_icon[data-type="save"]:after{
	display: none;
}
.main_bar button:hover .bt_icon[data-type="save"]{
	background: #0DE02B;
	box-shadow: 5px 9px 13px -5px rgba(0,50,100,.3), 0 0 0 3px rgba(190,255,220,.75);
}
.main_bar nav button#save_form:disabled { color: #09F; }
.bt_icon[data-type="save"] .spinner{
	margin: 0px 4px 0;
}

.save_ok{
	background: rgb(120,200,120) !important; box-shadow: 0 0 0 3px rgba(120,200,120,.3) !important;
	border-color: rgba(255,255,255,.75) !important;
}
.save_error{
	background: rgb(255, 145, 145) !important; box-shadow: 0 0 0 3px rgba(255,145,145,.3) !important;
	border-color: rgba(255,255,255,.75) !important;
}
.save_ok:after, .save_error:after{ border-color: #FFF !important; display: block !important; }
.save_error:after{
	border-left: 0 !important;
	margin-top: 9px !important;
	margin-left: 11px !important;
	-webkit-transform: rotate(0) !important;
	-moz-transform: rotate(0) !important;
	transform: rotate(0) !important;
	width: 11px !important;
}

.bt_icon[data-type="retencion"]:after{
	display: block;
	content: '%';
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 9px;
	margin-left: 2px;
	text-align: center;
}
button:hover .bt_icon[data-type="save"]:after{
	border-color: #FFF;
}

.roll{
	background: #4CF;
	color: #FFF;
	border-color: #4CF;
	box-shadow: 0 0 0 3px #CEF;
	-webkit-animation: antiClockwiseSpin 5s infinite linear;
	animation: antiClockwiseSpin 5s infinite linear;
}

@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}	
}
 
@keyframes antiClockwiseSpin {
	0%  {transform: rotate(360deg);}
	100% {transform: rotate(0deg);}	
}

@-moz-keyframes roll {
	100% { -moz-transform: rotate(360deg); }
}
 
@-o-keyframes roll {
	100% { -o-transform: rotate(360deg); }
}
 
@-webkit-keyframes roll {
	100% { -webkit-transform: rotate(360deg); }
}

button#bt_calendar{
	background: none;
	display: inline-block;
	font-size: .7em;
	height: 24px;
	margin: 0 40px 0 0;
	padding: 0 !important;
	width: 32px;
	vertical-align: top;
}
button#bt_calendar > .bt_icon{
	margin: 0 !important;
	top: 0;
	left: 0;
}
.bt_icon[data-type="calendar"]{
	background: none;
	border-radius: 3px;
	border: 1px solid #BCD;
	box-shadow: none;
	color: #F69;
	font-size: 1.2em;
	line-height: 22px;
	text-align: center;
	margin-top: 0;
	height: 24px;
	width: 26px;
}
.bt_icon[data-type="calendar"]:before{
	border-left: 1px solid #9AB;
	border-right: 1px solid #9AB;
	display: block;
	content: '';
	margin-left: 5px;
	margin-top: -3px;
	height: 6px;
	width: 12px;
}
.bt_icon[data-type="calendar"]:after{
	border-bottom: 1px solid #BCD;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 3px;
	width: 100%;
}
#bt_calendar,
button:hover .bt_icon[data-type="calendar"],
button:hover .bt_icon[data-type="calendar"]:before,
button:hover .bt_icon[data-type="calendar"]:after{
	background: none;
	border-color:#F69;
}
button:hover .bt_icon[data-type="calendar"]{
	/*background: #F69;*/
	/*color: #FFF;*/
}

button[type="reset"], .bt_clear{background:rgba(0,0,0,.5);}

.img_restore{
	height:24px; color:#444; padding-left:28px; font-size:11px; margin:2px 5px; text-shadow:none; background:url(imgs/image.png) no-repeat; border:none;
} .img_restore:hover{ color:#09C; box-shadow: none;}

/* Botones iconos */
.bt_billing, .bt_print, .bt_view, .bt_pdf, .bt_edit, .bt_download, .bt_del,.bt_up, .bt_down, .bt_supr{
	background:no-repeat center;
}

/*.bt_edit, */
.bt_print{
	padding-right: 3px;
}


.bt_edit, .bt_del, .bt_print, .bt_view, .bt_pdf, .bt_download, .bt_supr{
	background-color: rgba(255,255,255,.75);
	background-size: 14px;
	border: 0;
	border: 1px solid #DDD;
	border-radius: 0;
	box-sizing:border-box;
	cursor: pointer;
	clear: both;
	color: #99A;
	display: inline-block;
	font-size: .7em;
	font-weight: normal;
	height: 24px;
	padding: 2px 9px 2px 0;
	text-align: left;
	vertical-align: middle;
	width: 24px;
}
.bt_edit:hover, .bt_del:hover, .bt_print:hover, .bt_view:hover, .bt_pdf:hover{
	color: #777;
}
.bt_del:hover{
	color: #F00;
}
.bt_billing{background-image:url(imgs/bt_doc.png);}
.bt_view{background-image:url(imgs/bt_doc.png);}
.bt_pdf{background-image:url(imgs/bt_pdf.png);}
.bt_print{background-image:url(imgs/bt_print.png);}
.bt_edit{background-image:url(imgs/bt_edit.png);}
.bt_del{background-image:url(imgs/bt_delete.png);}
.bt_download{background-image:url(imgs/bt_download.png);}
.bt_up{background-image:url(imgs/bt_up.png);}
.bt_down{background-image:url(imgs/bt_down.png);}
.bt_supr{background-image:url(imgs/bt_cancel.png);}

.tb_buttons span:first-child{
	border-right: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.tb_buttons span:last-child{
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.tb_buttons span:hover{
	background-color: #FFF;
}
.tb_buttons a{
	border-radius: 5px;
	background-position: 3px center;
	font-size: 1em;
	line-height: 1.5em;
	min-width: 58px;
	padding: 2px 3px;
	opacity: 0.5;
	text-indent: 16px;
	trasnition: .3s all ease;
	width: auto;
}
.tb_buttons a:hover{
	background-color: #FFF;
	opacity: 1;
}


.tb_buttons > span.bt_config{
	border-radius: 50%;
	color: #BCD;
	cursor: pointer;
	display: inline-block;
	font-weight: bolder;
	font-size: 1.5em;
	letter-spacing: 1px;
	line-height: 15px;
	height: 24px;
	margin: 0 2px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 24px;
}
span.bt_config:after{
	content: '...';
	height: 24px;
	left: 0;
	position: absolute;
	top: 0;
	width: 24px;
}
/*span.bt_config:hover:after{
	content: '+';
	line-height: 24px;
	font-size: 1em;
}*/

.bt_config:hover{
	background: rgba(255,255,255,.5);
	color: #666;
}

.option_panel{
	background: #FFF;
	/*border-radius: 3px;*/
	box-shadow: 1px 3px 3px rgba(0,50,100,.5);
	box-sizing:border-box;
	display: none;
	height: auto;
	right: 0;
	/*opacity: 0;*/
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 120px;
	top: 0;
	z-index: 1;
}
.option_panel a{
	background-color: inherit;
	background-position: 5px center;
	background-size: 16px;
	border: 0;
	border-left: 1px solid #CCC;
	border-radius: 0;
	box-sizing:border-box;
	clear: both;
	color: #777;
	float: none;
	display: block;
	font-size: .8em;
	font-weight: normal;
	height: 100%;
	letter-spacing: 0;
	line-height: 1.6em;
	margin: 0;
	padding: 5px 13px 5px 0;
	text-indent: 28px;
	text-align: left;
	vertical-align: middle;
	width: 100%;
	/*max-width: 90px;*/
}
.option_panel a:hover{
	background-color: rgba(0,0,0,.025);
	border-left: 3px solid #09F;
}
/*.option_panel a:first-child{
	background-position: 9px center;
	border: 0;
	padding-left: 9px;
}*/
.tb_buttons .bt_close{
	border: 0;
	background-color: rgba(0,0,0,.1);
	border-radius: 50%;
	color: #FFF;
	font-size: 1.1em;
	line-height: 15px;
	letter-spacing: 1px;
	float: right;
	height: 24px;
	padding: 0;
	text-indent: 0;
	text-align: center;
	min-width: 24px;
	width: 24px;
}


/* C A J A   C O N S U L T A */

#CajaConsulta{
	background-color:#FFF;
	box-shadow: 1px 3px 9px rgba(0,50,100,.3);
	border:1px solid 1px #4CF;
	/*border-radius: 5px;*/
	height:auto;
	font-size: .8em;
	margin:29px 0 0 3px;
	min-height:32px;
	padding:5px 3px 2px;
	position:absolute;
	width:240px;
	z-index:100;
}
#CajaConsulta li{
	border-radius: 3px;
	box-sizing:border-box;
	cursor:pointer;
	padding:5px 3px;
	width:100%;
}
#CajaConsulta li:hover{ background:#09F; color:#FFF;} #CajaConsulta .bt_area{ background:#FFF; color:#444;}

#CajaConsulta .save, #CajaConsulta .bt_oculta{
	border-radius: 16px;
	padding:3px 7px;
	display:block;
	text-align:center;
	cursor:pointer;
	width:60px;
}
#CajaConsulta .bt_oculta{float:right; background:#DDD; color:#444;}
#CajaConsulta .save{float:left; background:#09F; color:#FFF;}
#CajaConsulta li.bt_area:hover{background:none;}


/* S O L O   P A R A   D E B U G   D E L   S I S T E M A */

.debug_box{
	background: rgba(255,255,255,.5);
	border-radius: 3px;
	clear: both;
	display: block;
	height:auto;
	margin:5% auto;
	padding: 50px 30px;
	min-width: 680px;
	width:64%;
}
.debug_box h3{
	background: url(imgs/sad_face.png) left center no-repeat;
	background-size: 40px;
	color: #07D;
	padding-left: 60px;
	line-height: 40px;
	font-weight: lighter;
	margin: 0;
	text-transform: uppercase;
	vertical-align: top;
	width:calc(100% - 60px);
}
.debug_box p{
	padding-left: 10px;
}

.debug_box ul{
	width:100%;
	margin-top: 10px;
	padding:5px; font-size: 80%; color: #9AB;
}
.debug_box ul li:last-child{
	border: none;
	float: right;
}
.debug_box li{width: 100%;}
.debug_box a{
	display: inline-block;
	color: #314159;
}
.debug_box a:hover{text-decoration:underline;}
.debug_box code{
	background: #F9F9F9;
	display: inline-block;
	color: #59C;
	margin: 10px 0;
	overflow: auto;
	padding: 20px;
	width: calc(100% - 40px);
}
.detalle_debug{
	background: #07D;
	color: #FFF;
	border-radius: 3px;
	display: block;
	padding: 5px 15px;
	text-align: center;
	width: 100px;
}
.detalle_debug:hover{background: #09F;}
.debug_request{
	background: rgba(30,50,90,.95);
	color: rgba(100,100,100,.5);
	height: 100%;
	left: 0;
	overflow: auto;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.detalle_debug{
	cursor: pointer;
}

pre.code{
	display: none;
}

.alert_xss{
	width: 95%;
	height: 200px;
	padding:40px 0 0 5%;
	display: block;
	background:url(../../imgs/icons/alert.png) 3% -20px no-repeat #FFF;
	box-shadow:0 0 5px rgba(0,0,0,.4);
}
.alert_xss h3{
	background: rgba(250,250,250,.75);
	border: 1px solid #EEE;
	border-radius: 5px;
	padding: 20px;
	font-weight: lighter;
	width: 75%;
}


/* CABECERA FIJA */
.header-list{
	background: #FFF;
	/*border-bottom: 1px solid rgba(0,0,0,.05);*/
	color: #679;
	display: block;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
.report-list{
	margin: 0 auto;
}
.report-list thead th{
	font-weight: normal;
	font-size: .84em;
	box-sizing:border-box;
	padding-top: 7px;
	line-height: 1.1em;
	text-align: center;
	white-space: pre;
	position: relative;
}
.report-list thead tr:nth-child(3) th{
	/*border-top: 1px solid rgba(0,0,0,.05);*/
}
.ui-resizable-handle{
	border-right: 2px dotted #F4F4F4;
	background: #FFF;
	content: '';
	cursor: w-resize;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 4px;
	height: 22px;
	display: block;
	width: 2px;
}
.header-list:hover tr:last-child .ui-resizable-handle{
	opacity: 1;
}
.ui-resizable-handle:active{ border-color: #BCD;}
.List .ui-resizable-handle{
	opacity: 0;
}

/* Sirve para ocultar columna de imagen en las impresiones */
.col_img_color{
	cursor: pointer;
	vertical-align: middle;
	position: relative;
}
.col_img_color img{
	clear: both;
	display: block;
	margin: 0 auto;
	padding: 0;
}
.col_img_color span{
	display: table-cell;
	min-height: 25px;
	padding: 0 5px;
	vertical-align: middle;
}
.imgPreview{
	background: rgba(250,250,250,.95);
	box-shadow: 0 0 10px rgba(0,0,0,.24);
	top: -30%;
	left: 40px;
	min-height: 100px;
	height: auto;
	padding: 5px;
	position: absolute;
	width: 160px;
	z-index: 1;
}
.imgPreview img{
	height: auto;
	width: inherit;
}
.imgPreview:after{
	border: 9px solid transparent;
	border-right: 9px solid rgba(250,250,250,.95);
	display: block;
	content: '';
	height: 1px;
	position: absolute;
	top: 16px;
	left: -19px;
	width: 1px;
}

.img_circle{
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}



table.tb_list tr.gd_empty,
table.tb_list tr.gd_empty:hover{
	background: inherit;
}
table.tb_list tr:nth-child(odd).gd_empty:hover{
	background: #F7F9FA;
}

table.tb_list .bg_pagos{
	background: rgba(0,10,50,.075) !important;
	color: #89A;
}
table.tb_list .bg_pagos:hover{
	background: #E0E0F4 !important;
}

.tb_list tbody tr{
	/*transition: .5s all ease;*/
}
.tb_list tbody tr:nth-child(odd){
	/*background: #F9FAFB;*/
	background: rgba(0,10,50,.03);
}
.tb_list tbody tr:hover{
	background: #CEF; /* Old browsers */
}
.tb_list tbody tr.active{
	background: #BDE0FF;
}
.tb_list tbody tr.active:hover{
	background: #CEF;
}
.tb_list td{
	line-height: 1.2em;
	font-family: 'Droid Sans', sans-serif;
	/*padding: 4px 3px;*/
	vertical-align: middle;
}
.tb_list tbody tr:last-child td{
	border-bottom:none;
}

.tb_list li, .tb_list ol{
	clear: both;
	display:block;
	margin:0;
	line-height: 1.4em;
	text-align: inherit;
	width:100%;
}
.tb_list span, .tb_list big{
	text-align: inherit;
}
.tb_list li small, .tb_list ol small{
	color: #89A;
	clear: both;
	display: inline-block;
	min-width:30px;
	text-align: inherit;
	width: 100%;
}
.tb_list li b{
	color: #09F;
}

.tb_list li.list{
	font-size: .9em;
	padding-bottom: 3px;
	position: relative;
	text-indent: 7px;
}
.tb_list td li.list:last-child{
	border: none;
}
.tb_list li.list:after{
	background: #09F;
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	top: 5px;
	width: 4px;
}

table.tb_list tbody tr.totales{
	background: none !important;
	border-bottom: none;
}
table.tb_list tbody tr.totales td{
	background: none !important;
}
table.tb_list tbody tr.td_big td{
	background: #FFF !important;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid transparent;
	border-top: 0;
	color: #679;
	font-size: 1.1em;
	padding: 5px 3px 5px 7px;
}

.tb_list tbody tr.totales.bg_transparent{
	background: #BCD;
}

/*  Diseño de Tablas con indicadores por fila */
.tb_list tbody tr.tr_bg_red{
	background: rgba(255,210,200,.36);
	/*text-decoration: line-through;*/ /* Solo cuando sea Anulado */
}
.tb_list tbody tr.tr_bg_red:hover{
	background: #ffc9c0;
}
.tb_list tbody tr.tr_bg_red .c_link{
	color: #F00;
}

form .tb_list thead tr{
	border-bottom: 1px solid rgba(0,0,0,.1);
}

form .tb_list thead th{
	padding: 9px 0 5px;
}

.tb_list label{
	font-size: .84em;
	padding: 4px 3px 3px;
}

.tb_list .check_col{
	background: rgba(0,50,100,.05);
}

.zoom_in td,
.zoom_in tbody td{
	font-size: 1.1em !important;
	padding: 7px 3px;
}


.tb_buttons{
	padding-left: 5px;
}

/* C H E C K B O X E S */

#slide{
	background: rgba(0,0,0,.2);
	border-radius:80px;
	display:inline-block;
	height:10px;
	margin: 0 auto;
	margin-top: 1px;
	position:relative;
	vertical-align:top;
	width:26px;
}
#slide.indicator{
	float: right;
	margin-right: 28px;
	margin-left: 28px;
}
#slide.indicator:after{
	display: block;
	content: 'SI';
	color: #9AB;
	font-size: .7em;
	position: absolute;
	left: 32px;
	top: -1px;
}
#slide.indicator:before{
	display: block;
	content: 'NO';
	color: #9AB;
	font-size: .7em;
	position: absolute;
	right: 32px;
	top: -1px;
}
.border #slide + p{
	line-height: 1.8em;
	color: #444;
}

input[type="checkbox"],
input[type="checkbox"].checkbox{
	display:inline-block;
	height: 16px;
	line-height: 1em;
	margin: 0;
	margin-right: 5px;
	min-width: 16px;
	padding: 0;
	width: 16px !important;
}
input[type="radio"].checkbox{
	display:inline-block;
}

label p{
  display:inline-block;
  margin: 0;
  vertical-align:top;
}


/*
<input type="radio" name="distribuidor" id="distribuidor1"/>
<label for="distribuidor1"><div id="slide"><span></span></div><p>Minorista</p></label>
*/


/*   N O T I F I C A C I O N E S   */
#notification{
	box-shadow: 0 1px 3px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.1) inset;
	border-bottom: 1px solid rgba(255,255,255,.5);
	clear: both;
	color: #FFF;
	cursor: pointer;
	display: block;
	font-size: 1em;
	min-height: 25px;
	height: auto;
	left: 0;
	padding: 24px 40px 21px 48px;
	position: absolute;
	top: 0;
	width: calc(100% - 88px);
	z-index: 99;
}
#notification:after{
	border: 7px solid transparent;
	border-top: 7px solid rgba(255,255,255,.5);
	content: '';
	display: block;
	left: 19px;
	position: absolute;
	top: 0;
	width: 1px;
}
#notification p{
	display: block;
	padding-left: 5px;
	width: calc(100% - 11px);
}
#notification img{
	display: block;
	margin-top: 3px;
	margin-right: 9px;
	width: 36px;
}
#notification .close{
	z-index: 999;
}

.msg_ok, .msg_error, .msg_info, .msg_question, .msg_plus{
	background-size: 32px;
	background-position: 9px 11px;
	background-repeat: no-repeat;
}
.msg_ok{ background-color: rgba(120,200,120,1); background-image:url(imgs/msg_boxes/img001.png); }
.msg_error{ background-color: rgba(255,145,145,1); background-image:url(imgs/msg_boxes/img002.png); }
.msg_info{ background-color: rgba(250,200, 100,1); background-image:url(imgs/msg_boxes/img003.png); }
.msg_question{ background-color: rgba(100, 200,255,1); background-image:url(imgs/msg_boxes/img004.png); }
.msg_plus{ background-color: #CEF; background-image:url(imgs/msg_boxes/img005.png); }

.alert{
	background-position: 9px 2px;
	color: #FFF;
	height: auto;
	font-size: .84em;
	padding: 11px 50px;
	width: calc(100% - 100px);
}
.msg_plus{
	color: #78A; font-size: .74em;
	background-position: 11px center;
	background-size: 7%;
	display: table-cell;
	line-height: 1.4em;
	padding: 9px 50px;
	vertical-align: middle;
}


.blur_effect{
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px);
}
.zoom_effect{
	/*transition: 0.1s ease-in;
	-moz-transition: 0.1s ease-in;
	-webkit-transition: 0.1s ease-in;
	-o-transition: 0.1s ease-in;*/
	-moz-transform : scale(1.5);
	-webkit-transform : scale(1.5);
	-o-transform : scale(1.5);
	-ms-transform : scale(1.5);
	transform : scale(1.5);
}

.content-blurred{
	background: #FFF;
	display: block;
	height: 50px;
	overflow: hidden;
	margin:0;
	min-height: 70px;
	padding: 0;
	position: fixed;
	top:0;
	width:85.41%;
	z-index: 1;
}
.wrapper{
	background: #BCD;
	display: block;
	height: inherit;
	margin-top: 0;
	width: 100%;
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}
.blurred{
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
}

/* A l i n e a m i e n t o s */

.right{float:right;}
.left{float:left;}
.none{float:none;}
.center{margin-left:auto !important; margin-right:auto !important; float: none; clear:both; display:block !important;}
.txt_center{text-align:center !important;}
.txt_left{text-align:left;}
.txt_right{text-align:right;}


.bold{
	font-weight: bold;
	letter-spacing: 1px;
}

.dollar{
	color: #679;
	display: inline-block;
}


.Tabs{
	box-sizing: border-box;
	margin: 0;
	width: 100%;
}
.Tabs .search_box{
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	float: right;
	width: 40%;
}

.Tabs > ul{
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
	z-index: 3;
	position: absolute;
}

/*fieldset .Tabs ul{
	margin-top: 0;
}*/

.Tabs > ul li{
	background: #E3FFAC;
	border: 1px solid rgba(0,0,0,.1);
	border-right: none;
	box-sizing: border-box;
	clear: both;
	display: inline-block;
	font-size: 1em;
	height: inherit;
	margin: 0;
	min-height: 25px;
	position: relative;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
	width: calc(100% / 7);
}

.Tabs > ul li small.bubble{
	background: #F69;
	border-radius: 50%;
	display: inline-block;
	color: #FFF !important;
	font-size: .7em;
	font-weight: bold;
	height: 16px;
	line-height: 18px;
	opacity: 1;
	min-width: 16px;
	position: absolute;
	padding: 0;
	right: 2px;
	text-align: center;
	top: 3px;
}
.Tabs > ul li a:hover{
	background: rgba(0,0,0,.05);
}
.Tabs > ul li a{
	box-sizing: border-box;
	color: #679;
	display: block;
	font-size: 1em;
	line-height: 1.6em;
	margin:0;
	/*min-width: 64px;*/
	padding: 1px 20px;
	transition: .2s all ease-in;
	text-align: center;
	width: 100%;
}

.Tabs .active_tab a,
.Tabs .active_tab a:hover{
	background: #CDF47A;
}
.Tabs .active_tab a > small.bubble{
	color: #FFF;
}

.Tabs article{
	background: #FFF;
	box-sizing: border-box;
	margin: 25px 0 0;
	min-height: 320px;
	height: auto;
	/*overflow: auto;*/
	padding: 0;
	width: 100%;
}
.Tabs article table thead tr{
	border-top: 0;
}


.w10, .w20, .w30, .w40, .w50, .w60, .w70, .w80, .w90, .w95, .w100{
	box-sizing: border-box;
	display: inline-block;
	/*margin:0;*/
	min-width: 10%;
	max-width: 100%;
	vertical-align: top;
}
.w10{width:10% !important;}
.w15{width:15% !important;}
.w20{width:20% !important;}
.w30{width:30% !important;}
.w40{width:40% !important;}
.w50{width:50% !important;}
.w60{width:60% !important;}
.w70{width:70% !important;}
.w80{width:80%;}
.w90{width:90% !important;}
.w95{width:95% !important;} /* Exclusivo para Formularios grandes */
.w100{width:100%; max-width: 100%; min-width: 100%;} .wauto{width:auto !important;}
.hauto{
	height: auto !important;
}

.h80, .h90, .h100{
	display: inline-block;
	margin: 0;
	min-height: 50%;
	height: 100% !important;
	max-height: 100%;
	vertical-align: top;
}
.h80{
	height: 80% !important;
}
.h90{
	height: 90% !important;
}

.no_scroll{
	overflow: hidden;
}

/* SERVICIO DE RENTAS INTERNAS */
.sri_content{
	width: 100%;
}
.sri_status .sri_si,
.sri_status .sri_si_offline,
.sri_status .sri_no,
.sri_status .sri_nulo,
.icon_money,
.icon_money_bn,
.icon_block{
	background-size: 22px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	cursor: pointer;
	display: block;
	height: 24px;
	width: 24px;
	/*transition: ease-in all .3s;*/
	/*-webkit-transition: ease-in all .3s;*/
	/*-moz-transition: ease-in all .3s;*/
	/*-ms-transition: ease-in all .3s;*/
}
.icon_phone, .icon_location, .icon_email, .icon_user{
	/*box-sizing:border-box;*/
	background-size: 12px;
	background-position: center left;
	background-repeat: no-repeat;
	padding-left: 20px;
	/*max-width: 200px;*/
}
.icon_pdf{
	background: url("../../imgs/icons/pdf.png") no-repeat left center;
	background-size: 20px;
	padding: 5px;
	padding-left: 24px;
}


.icon_phone{ background-image: url(imgs/icon_phone.png); }
.icon_location{ background-image: url(imgs/icon_location.png); }
.icon_email{ background-image: url(imgs/icon_email.png); background-size: 12px; }
.icon_user{
	background-image: url(../../imgs/icons/user.png); background-size: 12px;
	padding-left: 16px;
}

/* Diseño de Tiles, stilo Windows 8 */

ul.docs{
	font-size: .8em;
	padding: 10px;
	width: calc(100% - 20px);
}

ul.docs h3{
	border-bottom: 1px solid #F4F4F4;
	color: #09F;
	font-weight: lighter;
	margin: 9px 0 5px;
	padding-bottom: 5px;
}
ul.docs li{
	background: url('imgs/doc.png') no-repeat;
	background-position: 1px 3px;
	background-size: 24px;
	background-color: #F9F9F9;
	border: 1px solid transparent;
	display: inline-block;
	height: 85px;
	margin: 5px 4px;
	padding: 15px 5px 5px;
	position: relative;
	vertical-align: top;
	width: calc(105px - 10px);
	transition: ease-in .2s all;
}
ul.docs li:hover{
	border-color: #CEF;
	background-color: rgba(0,200,250,.1);
}

ul.docs li span,
ul.docs li small{
	display: block;
	vertical-align: bottom;
}

span.main{
	color: #069;
	text-align: right;
}
span.description{
	display: inline-block;
	font-size: 75%;
	margin-top: 5px;
	text-align: left;
}
ul.docs li span.money{
	bottom: 3px;
	position: absolute;
	right: 3px;
	text-align: right;
}
ul.docs li.total{
	background-color: #CEF;
}

/* deeper elements */
:-webkit-full-screen video {
  width: 100%;
  height: 100%;
}


.loading{background:url(../../imgs/loading.gif) 10px 10px no-repeat #FFF;}

.loading_data{
	color: #4CF;
	line-height: 2.4em;
	display: block;
	margin: 5% auto;
	padding: 3px 0;
	vertical-align: middle;
	letter-spacing: 1px;
	text-align: center;
	width: 100%;
}
#loading_frame{
	display: none;
	width: 100%;
}

#loading{
	width:240px; height:auto; min-height:24px; padding:20px; z-index:400; display:none;
	bottom:50%; left:50%; margin-left:-130px; position:fixed; _position:absolute;
	color:#FFF; background:#000;
	filter:alpha(opacity=70); opacity: .7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	} #loading p{ width:190px; height:auto; display:block; padding-top:2px; padding-left:10px;}


.icon_ok, .icon_error{
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	height: 24px;
	width: 24px;
}
.icon_ok{
	background-image: url(../../imgs/icons/sri_autorizado.png);
}
.icon_error{
	background-image: url(../../imgs/icons/sri_anulado.png);
}




/* SPINNER LOADING */

.spinner{
	display: inline-block;
	margin: 0 5px;
	height: 24px;
	width: 24px;
	position: relative;
	vertical-align: top;
}
.spinner.small{
	margin-top: -5px;
	height: 16px;
	width: 16px;
}
.spinner:after{
	background: rgba(0,153,255,.5);
	border-radius: 50%;
	content: '';
	display: block;
	height: 4px;
	left: calc(50% - 1px);
	position: absolute;
	top: calc(50% + 3px);
	width: 4px;
}
.cssload-container {
	width: 100%;
	height: inherit;
	position: absolute;
	text-align: center;
	top: 4px;
}
.cssload-tube-tunnel {
	background: rgba(0,153,255,.1);
	width: inherit;
	height: inherit;
	margin: 0 auto;
	border: 1px solid;
	border-radius: 50%;
	border-color: rgba(192,224,255,.9);
	animation: cssload-scale 1250ms infinite linear;
		-o-animation: cssload-scale 1250ms infinite linear;
		-ms-animation: cssload-scale 1250ms infinite linear;
		-webkit-animation: cssload-scale 1250ms infinite linear;
		-moz-animation: cssload-scale 1250ms infinite linear;
}

@keyframes cssload-scale {
	0% { transform: scale(0); transform: scale(0); }
	90% { transform: scale(0.7); transform: scale(0.7); }
	100% { transform: scale(1); transform: scale(1); }
}

@-o-keyframes cssload-scale {
	0% { -o-transform: scale(0); transform: scale(0); }
	90% { -o-transform: scale(0.7); transform: scale(0.7); }
	100% { -o-transform: scale(1); transform: scale(1); }
}

@-ms-keyframes cssload-scale {
	0% { -ms-transform: scale(0); transform: scale(0); }
	90% { -ms-transform: scale(0.7); transform: scale(0.7); }
	100% { -ms-transform: scale(1); transform: scale(1); }
}

@-webkit-keyframes cssload-scale {
	0% { -webkit-transform: scale(0); transform: scale(0); }
	90% { -webkit-transform: scale(0.7); transform: scale(0.7); }
	100% { -webkit-transform: scale(1); transform: scale(1); }
}

@-moz-keyframes cssload-scale {
	0% { -moz-transform: scale(0); transform: scale(0); }
	90% { -moz-transform: scale(0.7); transform: scale(0.7); }
	100% { -moz-transform: scale(1); transform: scale(1); }
}

.img_perfil{
	display: inline-block;
	margin: 9px 5px;
}