﻿.body
{
    background-image: url('Imagenes/fondedegradelinea.jpg');
    background-repeat: repeat-x;
    background-position: left top;
    min-height: 100vh;
    /*background-color:#E0ECF8;*/
    font: 10px;
    font-family: Verdana, Sans-Serif, Arial;
    padding: 0;
    color: #666666;
    margin: 0;
    /* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/
    scrollbar-arrow-color: #E29C44;
    scrollbar-base-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-track-color: #ffffff;
    scrollbar-face-color: #ffffff;
    scrollbar-shadow-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.bodyAutomatico {
	background-image: url('Imagenes/fondedegradelinea.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	background-size: cover; /* se adapta al ancho del contenedor */
	font-size: 10px;
	font-family: Verdana, Arial, Sans-Serif;
	padding: 0;
	margin: 0;
	color: #666;
	min-height: 100vh;
	height: auto;
	/* Scrollbars modernos */
	scrollbar-width: thin;
	scrollbar-color: #E29C44 #fff;
}

	/* WebKit (Chrome, Edge, Safari) */
	.bodyResponsive::-webkit-scrollbar {
		height: 8px;
		width: 8px;
	}

	.bodyResponsive::-webkit-scrollbar-track {
		background: #fff;
	}

	.bodyResponsive::-webkit-scrollbar-thumb {
		background-color: #E29C44;
		border-radius: 4px;
	}

/* Responsive ajustes por tamaño */
@media (max-width: 768px) {
	.bodyResponsive {
		background-image: url('Imagenes/fondedegradelineaLargo768px.jpg'); /* versión más liviana */
		font-size: 9px;
	}
}

@media (max-width: 480px) {
	.bodyResponsive {
		background-image: none; /* opcional: eliminar fondo en móviles */
		background-color: #f5f5f5;
		font-size: 8px;
	}
}
.formAutomatico {
	max-width: 100%;
	width: 95%;
	min-width: 300px;
	margin: 10px auto;
	padding: 15px;
	border: 1px solid #E29C44;
	background-color: #fff;
	box-sizing: border-box;
	border-radius: 4px;
	/* Alto dinámico según contenido */
	min-height: 200px;
	height: auto;
	/* Scroll solo si necesario */
	overflow-x: auto;
	overflow-y: auto;
	/* Compatibilidad visual */
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 10px;
	color: #666;
}

/* Ajustes para móviles */
@media (max-width: 768px) {
	.formResponsive {
		width: 98%;
		padding: 10px;
		font-size: 9px;
	}
}

@media (max-width: 480px) {
	.formResponsive {
		width: 100%;
		padding: 8px;
		font-size: 8px;
		border-width: 1px;
	}
}
.bodyLargo2000 {
	background-image: url('Imagenes/fondedegradelineaLargo2000px.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color:#E0ECF8;*/
	font: 10px;
	font-family: Verdana, Sans-Serif, Arial;
	padding: 0;
	color: #666666;
	margin: 0;
	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/
	scrollbar-arrow-color: #E29C44;
	scrollbar-base-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.bodyLargo {
	background-image: url('Imagenes/fondedegradelineaLarga.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color:#E0ECF8;fondedegradelineaLargo2000px*/
	font: 10px;
	font-family: Verdana, Sans-Serif, Arial;
	padding: 0;
	color: #666666;
	margin: 0;
	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/
	scrollbar-arrow-color: #E29C44;
	scrollbar-base-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-highlight-color: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #ffffff;
}
.bodyError
	{
	background-color:White;
	font:10px; 
	font-family: Verdana, Sans-Serif, Arial;
	padding:0;
	color:#000000;
	margin:0;
	}
.bodyPieza
	{
	background-image:url('Imagenes/pieza.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	background-color:White;
	font:10px; 
	font-family: Verdana, Sans-Serif, Arial;
	padding:0;
	color:#000000;
	margin:0;
	}		
.bodySolpe
	{
	background-image:url('Imagenes/fondedegradelineaLargaSolpe.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:#E0ECF8;*/
	font:10px; 
	font-family: Verdana, Sans-Serif, Arial;
	padding:0;
	color:#666666;
	margin:0;

	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/	
	scrollbar-arrow-color:#E29C44;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff ;
	SCROLLBAR-DARKSHADOW-COLOR:#ffffff; 
	}	
.bodyMedio
	{
	background-image:url('Imagenes/fondedegradelineaMedia.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:#E0ECF8;*/
	font:10px; 
	font-family: Verdana, Sans-Serif, Arial;
	padding:0;
	color:#666666;
	margin:0;

	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/	
	scrollbar-arrow-color:#E29C44;
	scrollbar-base-color:#E29C44;/*#ffffff; este esta bien*/
	scrollbar-shadow-color:#ffffff; 
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#E29C44;/*#ffffff; este esta bien*/
	scrollbar-highlight-color:#ffffff ;
	SCROLLBAR-DARKSHADOW-COLOR:#E29C44;/*#ffffff;*/
	}
.body700 {
	background-image: url('Imagenes/fondedegradelinea700.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color:#E0ECF8;*/
	font: 10px;
	font-family: Verdana, Sans-Serif, Arial;
	padding: 0;
	color: #666666;
	margin: 0;
	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/
	scrollbar-arrow-color: #E29C44;
	scrollbar-base-color: #E29C44; /*#ffffff; este esta bien*/
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #E29C44; /*#ffffff; este esta bien*/
	scrollbar-highlight-color: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #E29C44; /*#ffffff;*/
}
.body600 {
	background-image: url('Imagenes/fondedegradelinea600.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-color:#E0ECF8;*/
	font: 10px;
	font-family: Verdana, Sans-Serif, Arial;
	padding: 0;
	color: #666666;
	margin: 0;
	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/
	scrollbar-arrow-color: #E29C44;
	scrollbar-base-color: #E29C44; /*#ffffff; este esta bien*/
	scrollbar-shadow-color: #ffffff;
	scrollbar-track-color: #ffffff;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #E29C44; /*#ffffff; este esta bien*/
	scrollbar-highlight-color: #ffffff;
	SCROLLBAR-DARKSHADOW-COLOR: #E29C44; /*#ffffff;*/
}
.formTest {
    /*    position: relative;*/
    min-height: 100vh;
    width: 900px;
    /*height: 700px;*/
    border: 1px solid #E29C44;
    background-color: white;
    left: 20px;
    top: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.formTest2 {
/*  position: relative;*/   
	width: 800px;
    height: 600px;
    border: 1px solid #E29C44;
    background-color: white;
    left: 20px;
    top: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.form {
/* position: relative;*/
   width: 800px;
    height: 600px;
    border: 1px solid #E29C44;
    background-color: white;
    left: 20px;
    right: 20px;
    top: 2px;
    overflow-x: hidden;
    overflow-y: hidden;
}
.formCorto {
	/*    position: relative;*/
	width: 800px;
	height: 400px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.formCorto500 {
	/*    position: relative;*/
	width: 800px;
	height: 500px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.formT
	{
	position:relative;
	width:1000px;
	height:1000px;
	border: 1px solid #E29C44;
	background-color: white;
	left:20px;
	top:2px;
	}
.formTProducto
	{
	position:relative;
	width:800px;
	height:1000px;
	border: 1px solid #E29C44;
	background-color: white;
	left:20px;
	top:2px;
	}
.formTLargo {
	/*    position: relative;*/
	width: 1000px;
	height: 1800px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	top: 2px;
}
.formTLargo8001800 {
	/*    position: relative;*/
	width: 800px;
	height: 1800px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	top: 2px;
}
.formOperaciones {
	/*    position: relative;*/
	width: 800px;
	height: 800px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	top: 2px;
}
.formArchivos {
	/*    position: relative;*/
	width: 900px;
	height: 800px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	top: 2px;
}	
.barraMenu
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:665px;
	height:28px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:6px;
	}
.Title
{
	width:665px;
	height:28px;
	/*overflow:hidden;
	cursor:default;
	border-bottom: solid 1px #9c8064;
	border-right: solid 1px #9c8064;*/

	font: bold 10px Arial, Verdana, Sans-serif;
	color: black;
	margin-left :14px;
	padding:5px;
	background: url('imagenes/ABM.gif');

}
.barraTopAncho {
	background: url('../imagenes/barraMenuRepite.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position: top;
	width: 975px;
	height: 27px;
	font-weight: bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-indent: 20px;
	padding-top: 5px;
}
.barraTop
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:800px;
	height:27px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}
.ABMAncho {
	width: 975px;
	height: 15px;
	background-repeat: repeat-x;
	background-position: left top;
	/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
	font-weight: bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10px;
	color: black;
	margin-left: 14px;
	padding: 5px;
	background: url('../imagenes/ABM.gif');
}
.ABM {
	width: 775px;
	height: 15px;
	/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
	font-weight: bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size: 10px;
	color: black;
	margin-left: 14px;
	padding: 5px;
	background: url('imagenes/ABM.gif');
}
.ABMSeparador {
    width: 775px;
    height: 1px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 10px;
    color: black;
    margin-left: 14px;
    padding: 5px;
    background: url('imagenes/ABM.gif');
}
.barraTopB {
    background: url('imagenes/barraMenu.JPG') repeat-x;
    /*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
    background-position: top;
    width: 900px;
    height: 27px;
    font-weight: bold;
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 11px;
    color: #FFFFFF;
    text-indent: 20px;
    padding-top: 5px;
}

.ABMB {
    width: 875px;
    height: 15px;
    /*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
    font-weight: bold;
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 10px;
    color: black;
    margin-left: 14px;
    padding: 5px;
    background: url('imagenes/ABM.gif');
}
.ABMT
	{
		width:875px;
		height:15px;
		/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		background: url('imagenes/ABM.gif');
	}
.barraTopT
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:900px;
	height:27px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}
.formPieza
	{
	position:relative;
	width:500px;
	height:750px;
	border: 1px solid #E29C44;
	background-color: white;
	left:20px;
	top:2px;
	}
.formPopUp {
    /*    position: relative;*/
    width: 500px;
    height: 400px;
    border: 1px solid #E29C44;
    background-color: white;
    left: 20px;
    right: 20px;
    top: 2px;
}
.formOperacion
	{
	position:relative;
	width:450px;
	height:250px;
	border: 1px solid #E29C44;
	background-color: white;
	left:20px;
	top:2px;
	}
.barraTopOperacion
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:450px;
	height:27px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}	
.ABMOperacion
	{
		width:426px;
		height:15px;
		/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		background: url('imagenes/ABM.gif');

	}
.formPopUp2 
{
	/*    position: relative;*/
	width: 800px;
	height: 700px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	top: 2px;
}			
.barraTopPopUp
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:500px;
	height:27px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}
.ABMPopUp
	{
		width:475px;
		height:15px;
		/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		background: url('imagenes/ABM.gif');

	}
.barraABMPieza
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:645px;
	height:22px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}	
.ABMPieza
	{
		width:630px;
		height:15px;
		/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		background: url('imagenes/ABM.gif');

	}
.Table, .Tabla {
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 14px;
    width: auto;
}
.Tabla td {vertical-align: middle;}
	.Tabla, .Table .th {
		text-align: left;
		vertical-align: middle;
		margin-left: 14px;
	}
.TablaBtn {
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    margin-left: 28px;
    width: auto;
    text-align:left;
}
.tdC{text-align :center;}
.tdI {text-align: left;}
.tdD {text-align: right;}
.th {
	text-align: left;
	vertical-align: middle;
	margin-left: 28px;
}
.TableForm {
    border:none;

}	
.Grid
{
	margin-left:14px; 
}
.GridSeleccion {
    margin-left: 14px;
    cursor: pointer;
}
.ABMCorto
	{
		width:640px;
		height:15px;
		/*overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		background: url('imagenes/ABM.gif');
	}
.barraTopCorto
	{
	background :url('imagenes/barraMenu.JPG') repeat-x;
	/*background-image:url(img/barracontenido.png);
	background-repeat:repeat-x;*/
	background-position:top;
	width:665px;
	height:27px;
	font-weight:bold;
	font-family: Verdana, Sans-Serif, Arial;
	font-size:11px;
	color:#FFFFFF;
	text-indent:20px;
	padding-top:5px;
	}	
.form6651000
	{
	position:relative;
	width:665px;
	height:1280px;
	border: 1px solid #E29C44;
	background-color: white;
	left:20px;
	top:2px;
	}
.form8001000 {
	/*    position: relative;*/
	width: 800px;
	height: 1000px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form800900 {
	/*    position: relative;*/
	width: 800px;
	height: 900px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form850900 {
	/*    position: relative;*/
	width: 850px;
	height: 900px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form800600 {
	/*    position: relative;*/
	width: 800px;
	height: 600px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form800650 {
	/*    position: relative;*/
	width: 800px;
	height: 650px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form800700 {
	/*    position: relative;*/
	width: 800px;
	height: 700px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form800800 {
	/*    position: relative;*/
	width: 800px;
	height: 800px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form8001200 {
	/*    position: relative;*/
	width: 800px;
	height: 1200px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form8001300 {
	/*    position: relative;*/
	width: 800px;
	height: 1300px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.form8001400 {
	/*    position: relative;*/
	width: 800px;
	height: 1400px;
	border: 1px solid #E29C44;
	background-color: white;
	left: 20px;
	right: 20px;
	top: 2px;
	overflow-x: hidden;
	overflow-y: hidden;
}
.body1200
	{
	background-image:url('Imagenes/fondedegradelineaLarga2.jpg');
	background-repeat:repeat-x;
	background-position:left top;
	/*background-color:#E0ECF8;*/
	font:10px; 
	font-family: Verdana, Sans-Serif, Arial;
	padding:0;
	color:#666666;
	margin:0;

	/* Todas las págias que utilicen el SCROLL, tendrán éste diseño.	*/	
	scrollbar-arrow-color:#E29C44;
	scrollbar-base-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-track-color:#ffffff;
	scrollbar-face-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-highlight-color:#ffffff ;
	SCROLLBAR-DARKSHADOW-COLOR:#ffffff; 
	}
.ND2
	{
	margin-left:100px;
	left:100px;
	text-align:center; 
	}
.ND2
	{
	margin-left:30px;
	}	
.Tabs
	{
			font-weight:bold;
			font-family: Verdana, Sans-Serif, Arial;
			font-size:11px;
			color: black;
			margin-right:15px; 
			padding:5px;
			background: url('imagenes/ABM.gif');
	}	
.PageTab
{
	margin-top: -4px;
	line-height: 21px;	
	background: white;
	border: solid 1px #8d8d8d;
	border-bottom: 0px;
}
	.btnSalir
{
	border:none;
	background: url('Imagenes/Salir.png');
	background-position:top;
	cursor: pointer;
}
.lblBienvenido
	{
		/*width:775px;
		height:15px;
		overflow:hidden;
		cursor:default;
		border-bottom: solid 1px #9c8064;
		border-right: solid 1px #9c8064;
		background: url('imagenes/ABM.gif');*/
		font-weight:bold;
		font-family: Verdana, Sans-Serif, Arial;
		font-size:10px;
		color: black;
		margin-left :14px;
		padding:5px;
		
	}
.loading {
    font-family: Arial;
    font-size: 10pt;
    border: 5px solid #67CFF5;
    width: 200px;
    height: 100px;
    display: none;
    position: fixed;
    background-color: White;
    z-index: 999;
    text-align:center;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 99;
    opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.cssimg {
    font-family: Verdana, Sans-Serif, Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    text-align :center;
    align-content: center;
    margin: auto;
    width: auto;
}
.DropZone1 {
	width: 780px;
	height: 300px;
	background-color: #a9bcc7;
	border-color: #535669;
	color: #7f84db;
	float: left;
	text-align: center;
	font-size: 16px;
	color: white;
	margin-left: 14px;
}

.demo-container .RadAsyncUpload {
	text-align: center;
	margin-left: 14px;
	margin-bottom: 28px;
}

	.demo-container .RadAsyncUpload .ruFileWrap {
		text-align: left;
	}

.demo-container .RadUpload .ruUploadProgress {
	width: 600px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	vertical-align: top;
}

html .demo-container .ruFakeInput {
	width: 300px;
}

html .RadUpload .ruFileWrap {
	position: relative;
}
.minHeightPane {
	min-height: 800px;
	height: auto;
}
