*
{
    margin:0px;
    padding:0px;
}

body
{
	background-position: center 50%;
	background-color:#e6e6e6;
}

body td
{
}

/*HEADERS*/
.header
{
	height: 70px;
	width : 100%;
	background-color:#1e4e7f;
	background-repeat:no-repeat;
	background-image:url(../img/logo.jpg);
	vertical-align:bottom;
}

.headerLogin
{
	height: 70px;
	width : 100%;
	background-color:#1e4e7f; 
	background-repeat:no-repeat;
	background-image:url(../img/logo.jpg);
	vertical-align:bottom;
}



/******************** RECUADROS ***************************************/
.recuadroMenu
{
    vertical-align:top;
    height:500px;
    background-color: #0093D0;   /*#6fa765; #b7af9a;*/
    width:150px;
}

.recuadroMain
{
    padding-left:5px;	/* separador entre la barra de menu y el main */
    vertical-align:top;
    background-color:#e6e6e6;
    color:#b7af9a;/*#b7af9a;*/
   
}


.operationCell
{

    background-color: #618cd0; /*#285ea8;*/
    height:500px;
}

.navigationCell
{
	border-bottom:5px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-color:#e6e6e6;
	border-style: solid;
	background-color:#666666;    /*#6fa765; #b7af9a;*/

}

.principalCell
{
	border-bottom:5px;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-color:#e6e6e6;
	border-style: solid;
	background-color: #618cd0; /* #285ea8;*/
}

.textoUsername
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #fff;
	vertical-align: middle;
	text-align: left;
}

.recuadroAccesos
{
	border-bottom:0px;
	border-top:0px;
	border-left:5px;
	border-right:0px;
	border-color:#e6e6e6;
	border-style: solid;
	
	background-color:#6fa765;
}
.recuadroAccesos2
{
	border-bottom:0px;
	border-top:0px;
	border-left:5px;
	border-right:0px;
	border-color:#e6e6e6;
	border-style: solid;
	
	background-color:#6fa765;
}

.bordeSuperior
{
    border-bottom:0px;
	border-top:5px;
	border-left:0px;
	border-right:0px;
	border-color:#e6e6e6;
	border-style: solid;
    }
/**************** ESTILO LIST & EDIT ******************************/
.lblStyle
{
	width:100%;
	height:20px;
	vertical-align:top;
	color:#fff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
}


.lblStyleEdit
{
	width:100%;
	height:20px;
	vertical-align:top;
	color:#fff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;

}

.Title
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	text-transform: capitalize;
	color: #000;
	font-weight: bold;
}


.cellSpading /* sin bordes */
{
	height:34px;
	width:100%;
	background-color: #AECFF8;
}



.txtHistory	
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:normal;
	color:White;
	text-decoration: none;
	vertical-align: middle;
	text-align: left;
	padding-left:1px;
}

/************** BOTONES ***********************************/
.button, .smallButton
{
    height:22px;
}

.smallButton
{
        background-color:#003caa;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;

	border: 0px;

	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;

}

.button
{
	background-color:#003caa;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;

	border: 0px;

	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: middle;

}


/********************** FORMULARIOS ************************************/
/* filtros*/
.cellFiltroLabel
{
	width:140px;
}

.cellFiltroControl
{
}

.textoFiltros
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	vertical-align: middle;	
	text-transform: capitalize;
	color: white;
	width: 140px;
}


/*labels*/

.textoEditLabel
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:right;
	vertical-align: middle;	
	text-transform:none;
	color:White;
	width: 140px;
}

.cellEditLabel
{
    
}


/* inputbox */

.formu1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	text-decoration: none;
	border: 0px solid;
	background-color: #e9e8e8; 
	height:20px;
	
}

.formu1TextArea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	text-decoration: none;
	border: 0px solid;
	background-color: #e9e8e8; 	
}

.textoEditLabelError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	vertical-align:middle;	
	text-transform:none;
	color:Red;
}


/********************** GRILLA ************************************/
/* Estilo de Grillas */

.gridTitle
{
	background-color: #1e4e7f;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color:White;
}

.gridFooter
{
	background-color: #005baa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	color:White;
	
}

.gridTitle A:visited, .gridTitle A:link, .gridTitle A:active
{
	font-weight:bold;
	color:#ddd;
}

.grid
{
	font-weight: bold;
	font-size: 11.5px;
	width: 760px;

	border: 5px solid;
    border-color:White;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
	background-color: #3d3d30;
}

.grid A:visited, A:link, A:active
{
	font-weight: bold;
	font-size: 11.5px;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration: none;
}

.odd
{
	font-size: 11.5px;
	font-weight: normal;
	color: #353519;
	font-family: Verdana;
	background-color:White;
	text-decoration: none;
	
}
.even
{
	font-size: 11.5px;
	font-weight: normal;
	color: #353519;
	font-family: Verdana;
	background-color: #e6e7eb;
	text-decoration: none;
}
.selected
{
	font-size: 11.5px;
	font-weight: normal;
	color: #fff;
	font-family: Verdana;
	background-color:#b7af9a;/*#b7af9a;*/
	text-decoration: none;
	
}

.grillaResultados
{
	border-width: 1px;
	border-style:solid;
	border-bottom-width: 1px;
	border-collapse:collapse; 
	border-color: Green;
}
/* Fin estilo GRILLA */


/******************** MENU************************************************/

.tituloMenu
{
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	padding-top:5px;
	padding-left:5px;
	padding-bottom:5px;	

	background-color: #0093D0; /*:#6fa765; #b7af9a;*/
	vertical-align: middle;
	text-align: left;
}



.textBorderMenu
{
        width:140px;
   	color: #fff;
	background-color:  #666666;
   	height:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	padding-left:5px;
	


}

.textBorderMenuOver
{ 
        width:140px;
   	color: #fff;
	background-color: #000;
   	height:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	padding-left:5px;
}

.textBorderSubMenu
{	
   	color: #fff;
	background-color: #666666;
   	height:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	padding-left:5px;
}

.textBorderSubMenuOver
{
   	color: #fff;
	background-color: #666666;
   	height:20px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform:capitalize;
	padding-left:5px;
}

/********* ENTORNOS *******************************************/
.cellEntorno
{
	background-color: #666666; /*#6fa765;*/
	padding-left:10px;
	padding-right:10px;
	border-right-style:solid;
	border-right-color:#0093D0; 
	border-right-width:5px;
}


.linkEntorno
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
	text-decoration:none;
}

.linkEntorno A:selected 
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #ffffff;
	vertical-align: middle;
	text-align: center;
}




/*************************************************************************/






.headerPopUp
{
	width : 100%;
	background-color:#0B5FAA;
	background-repeat: repeat;
}

.footerText
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #EEEEEE;
	vertical-align: middle;
	text-align: left;
}








.footerCell
{
	width : 100%;
	background-color:#1e4e7f;
}


.crmCeldaTitulo 
{
  
    padding-top: 10px;	
    border-style:solid;
    border-bottom-width: 1px;
    border-top-width: 4px;
    border-top-color: #dfdfdf;
    border-left-width: 0px;
    border-right-width: 0px;
    border-bottom-color: #FFFFFF;


}

/*.crmCeldaTitulo span, .lblStyle, .lblStyleEdit
{   
    font-family: arial,helvetica;
    font-size: 18px;
    color: #484848;
}*/


/* TEXTOS PAGINA */






.cellEditLabelMin
{
/*	background-color: #1e4e7f;*/
	background-color: #1e4e7f;
	width:70px;
}

.textoEditLabelError1
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:left;
	vertical-align:middle;	
	text-transform:none;
	color:White;
}


.textoProcesamiento
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #7b7d63;
	vertical-align: middle;
	text-align: center;	
}

.textoNavegacion
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: #000;
	vertical-align: middle;
	text-align: left;
}
.textoNavegacion2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: Red;
	vertical-align: middle;
	text-align: left;
}
.textoNavegacionRight
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: #000;
	vertical-align: middle;
	text-align: right;
}

.textoNavegacion2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: #7b7d63;
	vertical-align: middle;
	text-align: left;	
}

.textoNavegacion3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #353519;
	vertical-align: middle;
	text-align: left;
}

.textoNavegacion4
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: underline;
	color: #7b7d63;
	vertical-align: middle;
	text-align: left;	
}

.textoNavegacion5
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
/*	color: #b7af9a;*/
    color: #000000;
	vertical-align: middle;
	text-align: left;
}

.textoNavegacion6
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: normal;
	color: #99C0DE;
	vertical-align: middle;
	text-align: left;
}

.textoNavegacion7
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: #b7af9a;/*#b7af9a;*/
	vertical-align: middle;
	text-align: left;
}


.textoNavegacionError
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: Red;
	font-weight: bold; 
	vertical-align: middle;
	text-align: left;
}
.textoNavegacionOk
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: Green;
	font-weight: bold; 
	vertical-align: middle;
	text-align: left;
}
.cellHeaderCalendario
{
	background-color: #31973D;
	width:120px;
	text-align:center;
}

.textoHeaderCalendario
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align:center;
	vertical-align: middle;	
	text-transform:none;
	color:White;
}

.cellCalendarioNoAtiende
{
	background-color: #C0C0C0;
	text-align:center;
}
.cellCalendarioDeshabilitado
{
	background-color: #E9E739;
	text-align:center;
}
.cellCalendarioOcupado
{
	background-color: #D9CAF2;
	text-align:center;
}
.cellCalendarioOcupadoZyncro
{
	background-color: #F77B75;
	text-align:center;
}
.cellCalendarioAutorizado
{
	background-color: #B4DCAA;
	text-align:center;
}
.cellCalendarioCerrado
{
	background-color: #CBB7EE;
	text-align:center;
}
.cellCalendarioLibre
{
	background-color: #B8DBBC;
	text-align:center;
}

.itemGrilla
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	color: #000;
	vertical-align: middle;
	text-align:right;
}

.itemGrillaDestacada
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color: Blue;
	vertical-align: middle;
	text-align:right;
}
.footerGrillaDestacada
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12.5px;
	font-weight: bold;
	color: White;
	vertical-align: middle;
	text-align:right;
}

/* FORM */

.formu1Error
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	text-decoration: none;
	background-color: #FF9;
	color: #333330;
}



/* TIMER */

.timer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#BADCBD;
	color: #eeeeee;
}

.timerAlerta
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#BADCBD;
	color:Yellow;
}

.timerVencido
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#BADCBD;
	color:Red;
}
.accesosLink
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	text-decoration: none;
	color: #333330;
}

/* List & Edit */








.seccionPanel
{
    font-family:Arial;
    font-size:15px;
    color:White;
    background-color:#9955BB;
    padding-left:20px;
    padding-bottom:5px;
    border-style:inset;
    border-width:2px;
    width:90%;
    margin:10px;
}


.caracteristica
{
    padding-left:35px;
    padding-bottom:15px;
    font-family:Arial;
    color:#9955BB;
    font-weight:bolder;
    font-size:14px;
}

.opciones 
{
    width:300px;
    font-family:Arial;
    font-size:11.5px;    
    margin-left:50px;
}

.opcionesRadio
{
    width:100%;
    margin-left:50px;
    padding-bottom:15px;
    font-family:Arial;
    font-size:11.5px;
}

.principalCell
{
    text-align:left;
    padding-left:5px;
}

.ddlFilter
{
    font-variant:small-caps;
    font-family:Verdana;
}

.detailsPedido
{
    font-weight:bold;
}

.detailsPedido, .textoDetail
{
    font-family:Arial;
    font-size:14px;
    color:black;
    margin-left:3px;
}

.detailsPedido td
{
    width:25%;
}

.detailsPedido
{
    border-spacing:3px;
    margin-left:35px;
    margin-top:20px;
}

.caracteristica2
{
    font-family:Arial;
    color:#9955BB;
    font-weight:bolder;
    font-size:14px;
}

.caracteristica3
{
    font-family:Arial;
    color:#9955BB;
    font-weight:bolder;
    font-size:16.5px;
    text-transform:uppercase;
}

.gridProductos
{
    margin:15px;
    width:90%;
}

.gridProductos, .gridProductos td
{
    border: solid 1px black;
}

.gridProductos td
{
    padding:0px 8px 0px 8px;
    width:100px;
    font-size:small;
    text-transform:uppercase;
    font-weight:bold;
}

.productoCell
{
}

.containerGrilla
{
    margin:15px;
    width:100%;
}

.referenciaGrid
{
    width:300px;
    margin:15px;
}

.referenciaGrid, .referenciaGrid td
{
    border:1px solid black;
}

.PedidoSeparador
{
	/*background-color:Gray;*/
	margin-bottom:10px;
	margin-left:15px;
	border-bottom:1px solid gray;
    width:88%;
}

.accesosDirectos
{
    float:right;
    margin-top:20px;
    margin-right: 150px;
    border:1px #9955BB solid;
    font-size:15px;
    font-family:Arial;
    padding:5px;
}

.calendar
{	
	font-weight: normal;
	font-size: 11px;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #efecdf;	
}

.calendarHeader
{
	font-weight: bolder;
	font-size: 12px;
	color: #0d549b; /* #67655c;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #c4c0b0;	
}

.calendarDayHeader
{
	font-weight: normal;
	font-size: 11px;
	color: #ff8001; /* #67655c;*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #ddd9ca;	
}


.separador
{
	background-color: #eeeeee;
}

.editTreeLabel
{ 
	height: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family:Courier New;
	text-decoration: none;
	color: #353519;
	background-color: #e6e7eb;
	width:500px
}
.editTreeRadio
{ 
	height: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family:Courier New;
	text-decoration: none;
	color: #353519;
	background-color: #e6e7eb;
	width:150px
}

.editTreeTrue
{ 
	height: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family:Courier New;
	text-decoration: none;
	color: #353519;
	background-color: #e6e7eb;
}
.editTreeFalse
{ 
	height: 10px;
	font-size: 10px;
	font-weight: normal;
	font-family:Courier New;
	text-decoration: none;
	color: #353519;
	background-color:#c6c7cb;
}

.RowTopico
{ 
	height: 10px;
	background-color:#b7af9a; /*#b7af9a;*/
}


.RowPreguntaEven
{ 
	height: 10px;
	background-color: #e6e7eb;
}


.RowPreguntaOdd
{ 
	height: 10px;
	background-color:#c6c7cb;
}

.repeaterTitulo
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight:bold;
	text-decoration: none;
	background-color:#AAAAAA;
	color: #fff;
	border-bottom-width:thin;
	border-bottom-style:dashed;
	border-bottom-color:#e9e8e8;	
}

.repeater
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: lighter;
	text-decoration: none;
	color: #333330;
	border-bottom-width:1px;
	border-bottom-style:dashed;
	border-bottom-color:#aaaaaa;	
}


.timer
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#1e4e7f;
	color: #EEEEEE;
}
.timerAlerta
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#1e4e7f;
	color:Yellow;
}
.timerVencido
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	border-style:none;
	text-decoration: none;
	background-color:#1e4e7f;
	color:Orange;
}

.gridTomadorHeader
{
	background-color: #005baa;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color:White;
}
.gridTomadorHeaderRetencion
{
	background-color: red;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color:White;
}
.gridTomadorHeaderVtaEsp
{
	background-color:  Green;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	font-weight: bold;
	color:White;
}

/* AJAX */

.completionList 
{
	border:solid 1px #444444;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11.5px;
	margin:0px;
	padding:2px;
	height: 100px;
	overflow:auto;
	background-color:White;
}

.listItem 
{
	color: #666666;
}

.itemHighlighted 
{
	background-color: #c6c7cb;
}

.textoMenuUnselectV
{
	background-repeat:no-repeat;
/*	background-image:url(../img/fondo_menu_hover.gif);*/
	
}

