body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#caja{ 
	position: absolute;
	left: 0;
	top: 0;
}

#caja img{ 
	width: 100%;
	height: 100%;
	position:fixed;
	z-index:-100;
}
input[type="text"],input[type="password"]{
	background:url(img/bgtext.png) repeat-x;
	border:1px dotted #666;
	color:#666;
}
input[type="text"]:focus, input[type="password"]:focus{
	background:url(img/bgtextsobre.png) repeat-x;
	border:1px dotted #F60;
	color:#000;
}
.boton{
	background:url(img/imgBtn.png) transparent;
	background-size:100% 100%;
	padding:8px 15px;
	border:none;
	color:#FFF;
	font-weight:bold;
	cursor:pointer;
}
#aviso{
	position:relative;
	width:100%;
	padding:5px 0;
	color:#900;
	font-size:13px;
}

.titulopri{
	height:30px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	background:#A65300;
}

/*	*/
#contenedor{
	width:100%;
	margin:0 0 0 0;
}
#contenedor #frames{
	position:relative;
	float:left;
	margin:0 0 0 0;
	width:85%;
	height:100%;
	text-align:center;
	overflow:hidden;
}
#contenedor #frames .frmPaginado{
	position:relative;
	top:20px;
	background:url(img/bgblokeo.png);
	width:95%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
#contenedor #menu{
	position: absolute;
	right:0px;
	top:0px;
	margin:0px 0px 0px 0px;
	width:175px;
	height:100%;
	overflow:hidden;
}
#contenedor #menu div{
	position:relative;
	width:150px;
	background:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	padding:10px 0 10px 10px;
	float:right;
	margin-top:10px;
	right:-20px;
	font-size:16px;
	transition: .5s ease;
	-moz-transition: .5s ease; /* Firefox */
	-webkit-transition: .5s ease; /* Chrome - Safari */
	-o-transition: .5s ease; /* Opera */
}
#contenedor #menu div a{
	text-decoration:none;
	color:#F60;
	font-size:12px;
}
#contenedor #menu div:hover{
	background:#FFC58A;
	border:1px solid #666;
	border-bottom:3px solid #666;
	width:180px;
	transition: .5s ease;
	-moz-transition: .5s ease; /* Firefox */
	-webkit-transition: .5s ease; /* Chrome - Safari */
	-o-transition: .5s ease; /* Opera */	
}
#contenedor #menu div:hover a{
	position:relative;
	color:#333;
	font-weight:bold;
	left:10px;
	font-size:14px;
}

#contenedor #menu div.sel{
	position:relative;
	width:180px;
	background:#F60;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:left;
	padding:10px 0 10px 10px;
	float:right;
	margin-top:10px;
	right:-20px;
	border-bottom:3px solid #FFF;
	
	transition: .5s ease;
	-moz-transition: .5s ease; /* Firefox */
	-webkit-transition: .5s ease; /* Chrome - Safari */
	-o-transition: .5s ease; /* Opera */
}
#contenedor #menu div.sel a{
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	left:10px;
}

.btnagregar{
	text-decoration:none;
	color:#333;
}
.btnagregar:hover{
	color:#F30;
	font-weight:bold;
}

.panel{
	width:80%;
	border:4px double #666;
	padding:15px;
	background:url(img/bgblokeo.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
}
.panel .titulo{
	position:relative;
	top:-15px;
	left:-15px;
	width:102%;
	padding:5px;
	color:#FFF;
	font-weight:bold;
	background:#333;
}
div.upload {
	position: relative;
	width: 80px;
	height: 24px;
	overflow:hidden;
	background: transparent url(img/btn_upload.png) center center no-repeat;
	clip:rect(0px, 80px, 24px, 0px );
	cursor:pointer;
}

div.upload input {
	position: absolute;
	right: 0px;
	top: 0px;
	margin:0;
	padding:0;
	filter: Alpha(Opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	cursor:pointer;
}

#filtro-contenedor{
	position:relative;
	width:90%;
	margin:10px auto 0;
	border:4px double #F30;
	padding:0 0 0 0;
	overflow:hidden;
	background:#FFF;
	-webkit-border-radius: 50px 10px;
	-moz-border-radius: 50px 10px;
	border-radius: 50px 10px;
}
#filtro-titulo{
	position:relative;
	float:left;
	width:100%;
	padding:4px 0;
	text-align:center;
	background:#333;
	color:#FC0;
	font-weight:bold;
}
#filtro-objetos{
	position:relative;
	float:left;
	width:100%;
	padding:5px;
	text-align:center;
}
#filtro-objetos input[type=text], #filtro-objetos select{
	position:relative;
	margin:0 0 5px 0;
	width:90%;
}

.btnMarcar{
	position:relative;
	float:left;
	color:#030; 
	cursor:pointer; 
	background: url(img/icono_ok.png) left no-repeat #B9FFB9; 
	font-size:11px; 
	border:1px solid #FFF; 
	width:120px; 
	height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	margin:0 10px;
}
.btnDesmarcar{
	position:relative;
	float:left;
	color:#F30; 
	cursor:pointer; 
	background: url(img/icono_alerta.png) left no-repeat #FFD9B3; 
	font-size:11px; 
	border:1px solid #FFF; 
	width:130px; 
	height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	margin:0 10px;
}

.btnMarcar-lis{
	position:relative;
	float:left;
	color:#fff; 
	cursor:pointer; 
	background: url(img/check.png) left no-repeat #4161F2; 
	font-size:12px; 
	font-family: tahoma;
	border:1px solid #3B55CC; 
	width:120px; 
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 5px;
	text-align: right;
	font-weight: bold;
}

.btnDesmarcar-lis{
	position:relative;
	float:left;
	color:#fff; 
	cursor:pointer; 
	background: url(img/uncheck.png) left no-repeat #4161F2; 
	font-size:12px; 
	font-family: tahoma;
	border:1px solid #3B55CC; 
	width:140px; 
	height:30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: block;
	margin: 0 5px;
	text-align: right;
	font-weight: bold;
}

.btnEliminar{
	position:relative;
	float: left;
	color:#900; 
	cursor:pointer; 
	background: url(img/icono_error.png) left no-repeat #FFBFBF;
	background-position:12px left; 
	font-size:11px; 
	border:1px solid #FFF;  
	width:100px; 
	height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	margin:0 10px; 
}
.btnFormato{
	position:relative;
	float: left;
	color:#000; 
	cursor:pointer; 
	background: url(img/icono_gene.png) left no-repeat #FFD9B3; 
	font-size:11px; 
	border:1px solid #FFF;  
	width:100px; 
	height:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display:inline-block;
	margin:0 10px; 
}

#blokeo{
	position:absolute;
	visibility: hidden; 
	top:0px; 
	left:0px; 
	width:100%; 
	z-index: 50; 
	background: url(img/bgblokeo.png);
	
	text-align:center;	
}
#blokeo #pre{
	position:relative;
	text-align:center;
	color:#06C;
	font-weight:bold;
}
.iconos{
	position:relative;
	width:90px;
	height:110px;
	overflow:hidden;
	float: left;
	margin:0 0 0 15px;
}
#divfirma{
	position:relative;
	margin:0 auto;
	width:300px;
	height:130px;
	border:1px dotted #333;
	padding:5px;
	background:#FFF;
}
#divfirma img{
	max-height:130px;
	max-width:300px;
}