@charset "utf-8";
/* CSS Document */
.tabla{
	background-color:#EBEBEB;
	border-radius:8px;
	border-style:solid;
	border-width:thin;
	border-color:#C6D2F2;
	box-shadow:3px 3px #999999;
}

.label1{
	font-size: 14px;
	font-weight: bold;
	color: #006;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 1px 1px #999999;
}

.label2{
  font-size:12px;
	color:#333;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;	
}

.label3{
  font-size:12px;
	color:#333;
	font-weight:bold;
	color:#00F;
	font-family:Verdana, Geneva, sans-serif;	
}
.label4{
	font-size: 16px;
	font-weight: bold;
	color:#009;
	font-family: Arial;
	text-shadow: 1px 1px #999999;
}
.label5{
	font-size: 14px;
	font-weight: bold;
	color:#666;
	font-family: Arial;
}
.label6{
	font-size: 12px;
	color:#666;
	font-family: Arial;
}
.label7{
	font-size: 15px;
	font-weight: bold;
	color:#424D71;
	font-family: Arial;
	text-shadow: 1px 1px #999999;
}
.label8{
	font-size: 12px;
	color:#000000;
	font-family: Arial;
}

.estiloinput{
	width:95%;
	height:30px;
	font-size:16px;
	font-family:Arial;
	border:1px solid #999;
	border-radius:5px;	
	background-color:#F4F4F4;
	padding: 5px
	
}
.estilocombo{
	width:98%;
	height:30px;
	font-size:16px;
	font-family:Arial;
	border:1px solid #06F;
	border-radius:5px;	
	background-color:#F8F8F8;
	padding: 5px
	
}

#contenedor{
	height: auto;
	width: 70%;
	margin: auto;
	float: none;
	background-color:transparent;
}
#contenedormenu{
	background-color: #FFF;
	height: auto;
	width: 86%;
	margin: auto;
	float: none;
	background-color:transparent;
}
#contenedorPopup{
	background-color: #FFF;
	height: auto;
	width: 95%;
	margin: auto;
	float: none;
	padding:10px
}
#aviso{
	width: 85%;
	height: 85%;
	background-color: #FEFADE;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	text-align:justify;
	font-size: 12px;
	box-shadow:2px 2px #CCC
}
.tablaviso{
	background-color: #FEFADE;	
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif; 
	font-size: 12px; 
	box-shadow:2px 2px #CCC;
	text-align:justify
}

.estilotextarea{
	width: 95%;
	height: 90px;
	font-family: Arial;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding: 5px;
}
.estilotextarea2{
	width: 97%;
	height: 50px;
	font-family: Arial;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding: 5px;
}
.estilotextarea3{
	width: 97%;
	height: 70px;
	font-family: Arial;
	font-size: 16px;
	border: 1px solid #999;
	border-radius: 5px;
	background-color: #F4F4F4;
	padding: 5px;
}
.subir{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/upload.png);
	background-repeat:no-repeat;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.guardar{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/guardar.png);
	background-repeat:no-repeat;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.editar{
	width: 100%;
	height: 30px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/edit.png);
	background-repeat:no-repeat;
	background-position:10% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.eliminar{
	width: 100%;
	height: 30px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/eliminar.png);
	background-repeat:no-repeat;
	background-position:10% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.asignar{
	width: 30px;
	height: 30px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#363;
	border-radius: 5px;
	box-shadow: 10px #999;
	cursor:pointer;
}
.eliminacita{
	width: 30px;
	height: 30px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#950000;
	border-radius: 5px;
	box-shadow: 10px #999;
	cursor:pointer;
}
.ncontroles{
	width: 30px;
	height: 30px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#CCCCCC;
	border-radius: 5px;
	box-shadow: 10px #999;
	cursor:pointer;
}
.ncontroles:hover{
	background-image:url(../img/content.jpg);
	background-repeat:repeat-x;
	background-size:contain;
}
.config{
	width: 90%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/config.png);
	background-repeat:no-repeat;
	background-position:3% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}

.limpiar{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/limpiar.png);
	background-repeat:no-repeat;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.botonbuscar{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/busq.gif);
	background-repeat:no-repeat;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}

.botonbuscar:hover {
 background-color:#8477F4;
}
.limpiar:hover {
 background-color:#8477F4;
}
.buscaradd{
	width: 80%;
	height: 50px;
	font:Verdana, Geneva, sans-serif;
	font-size:15px;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/search.png);
	background-repeat:no-repeat;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}

.buscaradd:hover {
 background-color:#8080FF;
}
.navegacion{
	background-color: #FEFADE;
	padding: 5px;
	height: 50px;
	width: 50px;
	font-size:14px;
	font-family:Tahoma, Geneva, sans-serif;
 	font-weight:bold;	
	border:#006;
	border-width:medium;
	box-shadow:3px 3px #666666;
	text-decoration:none;
	
	
}
.navegacion:hover{
	color:#F33;
}

.tabla2{
	background-color: #D5DFEE;
	border-style: none;
	box-shadow: 3px 3px #999999;
	border-radius: 5px;
	padding: 10px;
}

.correccion{
	width: 170px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: 7% 45%;
	border-radius: 10px;
	box-shadow: 10px #999;
	padding-left: 20px;	
}
.cancel{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/cancel.png);
	background-repeat:no-repeat;
	background-size:26px;
	background-position:16% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.new{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/new.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:10% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.new:hover {
 background-color:#0A9902;
}
.newct{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	background-color:#5375FF;
	background-image:url(../img/fem.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:4% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.newct:hover {
 background-color:#0A9902;
}
.formula{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	background-size:25px;
	background-color:#5375FF;
	background-image:url(../img/formula.png);
	background-repeat:no-repeat;
	background-position:8% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.orden{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	background-size:25px;
	background-color:#5375FF;
	background-image:url(../img/orden.png);
	background-repeat:no-repeat;
	background-position:8% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.lab{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	background-size:22px;
	background-color:#5375FF;
	background-image:url(../img/lab.png);
	background-repeat:no-repeat;
	background-position:3% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.impresionh{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	background-color:#5375FF;
	background-image:url(../img/printer.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:8% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.incapacidad{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	background-color:#5375FF;
	background-image:url(../img/inc.png);
	background-size:22px;
	background-repeat:no-repeat;
	background-position:8% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
.formula:hover{
	background-color:#0A9902;
}
.orden:hover{
	background-color:#0A9902;
}
.impresionh:hover{
	background-color:#0A9902;
}
.incapacidad:hover{
	background-color:#0A9902;
}
.lab:hover{
	background-color:#0A9902;
}
.no-seleccionable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
	cursor:pointer;
}
.estilocombo2{
	width: 100%;
	height: 40px;
	font:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:13px;
	font-family:Arial;
	background-color:#5375FF;
	background-image:url(../img/new.png);
	background-size:25px;
	background-repeat:no-repeat;
	background-position:10% 50%;
	border-radius: 5px;
	box-shadow: 10px #999;
	padding-left:20px;
	cursor:pointer;
}
