@charset "UTF-8";
/**=============================================================================
 *
 *	Filename: erp.css
 *	
 *	(c)Autor: Jose Alcivar
 *	
 *	Description: Estilos del documento
 *	
 *	Licence: GPL|LGPL
 *	
 *===========================================================================**/
a { outline: none;  color: #ffffff;}
*{
	font-size:11px;
}
#loadPage{
	display:block;
	background:#2D6D90;
	background:#8099B2;
	
	background-image:url(../../images/responsive/responsive.jpg);
	 background-position: center center;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	  background-size: cover;
	color:#FFF;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:9000;

	}
	#loadPage p{
		display:block;
		width:100px;
		height:30px;
		font-size:30px;
		position:absolute;
		top:0;
		left:0;
		bottom:0;
		right:0;
		margin:auto}
		
		#imgloadpage{
		position: relative;
		width:100px;
		height:100px;
		top:500px;
		left:500px;
		z-index:4001;}

html, body, .container {
	margin:0;
	padding:0;
	height: 96%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font: inherit;
  font-family: sans-serif;
  font-size:11px;
  line-height: 12px;
  letter-spacing: 0px;
  word-spacing: normal;
   font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust:auto ;
  /*text-align:center; 0.07em;*/
  /*color: #ffffff;/*color: #777;*//*color:#FFF;*/
}

body {
	/*background-color:#728EAA ;*/
   /* font-family:verdana,helvetica,arial,sans-serif;*/
   /* font: 18px/23px "Cantarell", sans-serif;*/
    
/*	filter: alpha(opacity=90);
	opacity: 0.98;*/
}
p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

h1 {
  color: #efecec;
  /*text-transform: uppercase;*/
  font-size: 10px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 20px;
}
h2 {
    font-size:12px;
    font-weight:bold;
    margin:0;
    margin-bottom:15px;
}
h3{
	font-size:14px;
	font-weight:bold;
	margin:12px 0;
	line-height: 25px;
}
h4{
	font-size:16px;
	font-weight:bold;
	color:#CC0000;
	margin:10px 0;
	line-height: 20px;
}
h5{
	font-size:18px;
	font-weight:bold;
	color:#990000;
	margin:5px 0;
	line-height: 16px;
}
h6 {	font-weight: normal; font-size: 20pt; color: #000066; 
line-height: 35px;
			/*font-family: DejaVuSansCondensed, sans-serif; /*margin-top: 18pt; margin-bottom: 6pt; 
			border-top: 0.075cm solid #000000; border-bottom: 0.075cm solid #000000; */
			 }
.bloque-info{
	padding:0 0 12px 0;
}
.bloque-tip{
	display:none;
}

.imagen{
 width: 200px;
 height: 200px;
 border-radius: 100px;
 moz-border-radius: 100px;
 webkit-border-radius: 100px;
 khtml-border-radius: 100px;
 overflow: hidden;
 float: right;
}
.imagenc {
 width: 25px;
 height: 25px;
 border-radius: 10px;
 moz-border-radius: 10px;
 webkit-border-radius: 10px;
 khtml-border-radius: 10px;
}
.mimagenc {
 width: 15px;
 height: 15px;
 border-radius: 10px;
 moz-border-radius: 10px;
 webkit-border-radius: 10px;
khtml-border-radius: 10px;

}

.cajonparametros {
	
	display:flex ;/*inline-block;*/
	justify-content: center;
	text-align:center;
/* margin: 0 auto;*/
	/*border:1px;*/
	
}
/*
.cajonparametros {
	display: flex;
	justify-content: center;
	border:1px;
}
*/



#fm{
			margin:0;
			/*padding:10px 30px;*/
		}
		.ftitle{
			font-size:14px;
			font-weight:bold;
			color:#0099FF;/*666;*/
			padding:5px 0;
			margin-bottom:10px;
			border-bottom:1px solid #ccc;
		}
		.fsistema{
			font-size:10px;
			font-weight:bold;
			color:#666;
			padding:5px 0;
			margin-bottom:10px;
			border-bottom:1px solid #ccc;
		}
		.fitem{
			margin-bottom:5px;
			border:medium;
		}
		.fitem label{
			display:inline-block;
			width:110px;			
		}
		.info-sistema{
			background-color:#FFFEE6;
			/*color:#8F5700;*/
			padding:0px;
			top:0px;
			background: #728EAA;
	background: -webkit-linear-gradient(top,#c6d1dd 0,#728EAA 50%);
	background: -moz-linear-gradient(top,#c6d1dd 0,#728EAA 50%);
	background: -o-linear-gradient(top,#c6d1dd 0,#728EAA 50%);
	background: linear-gradient(top,#c6d1dd 0,#728EAA 50%);

	background-repeat: repeat-x;
		}
		
		.info-datos{
			background-color:#F5F5F5;
			padding-left:10px;
			padding-right:10px;
		}
		.info-filtro{
			background-color:#cfdeea;
			/*color:#8F5700;*/
			padding:0px;
		}
		
		
#fm2{
			margin:0;
			padding:10px 30px;
		}
		.ftitle{
			font-size:14px;
			font-weight:bold;
			color:#666;
			padding:5px 0;
			margin-bottom:10px;
			border-bottom:1px solid #ccc;
		}
		.fitem{
			margin-bottom:5px;
		}
		.fitem label{
			display:inline-block;
			width:80px;
		}
		
#central{
    position:absolute;
    top:50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
}

#divfiltro{
	background-color: #728EAA ;
	margin-bottom:0px;
	padding:5px;
	width:100%;
	border:solid 1px #C6E1F2;
	}
.tableft-inner{
display:inline-block;
line-height:12px;
padding-top:5px;
}
.tableft-inner img{
border:0;
}
