			/*CSS para fondos*/

/*fondo para titulo principal de administración */
.fondoPrincipalPop
{
	background-color: #63b673;
}

/*fondo para titulo principal de pantallas internas del portal (modulos)*/
.FondobarraPrincipalp
{
	background-color: #63b673;
}

.fondoMenu
{
	border-bottom: #a4e0b7 4px solid;
	background-color: #74c17d;
}
.GridModPanel
{
	background-color: #427dbd;
}

/*fondo principal para modulo de Documentos Organizados en carpetas*/
.fondoNavegacionDocCat
{
	color: white;
	background-color: #62b673;
}

/*fondo de recuadro izquierdo para navegacion entre contenido(dentro de modulo Help Desk)*/
.fondoNavBar
{
	border-right: whitesmoke 3px ridge;
	border-top: whitesmoke 2px ridge;
	background-color: #4a658c;
	border-left: whitesmoke 2px ridge;
	border-bottom: whitesmoke 2px ridge;
}
.FondoClipboard
{
	background-color: papayawhip;
}

/*fondo de recuadro izquierdo para navegacion entre contenido(dentro de Administración)*/
.fondoTreeView
{
	border-top: whitesmoke 2px ridge;
	border-right: whitesmoke 3px ridge;
	border-left: whitesmoke 2px ridge;
	border-bottom: whitesmoke 2px ridge;
	background-color: #4a658c;
}

.fondoVersionesPrevias
{
	background-color: #c0c0c0;
}

.fondoNotas
{
	font-weight: bold;
	font-size: 11px;
	color: red;
	font-family: 'Microsoft Sans Serif' , 'Trebuchet MS' , Arial;
	background-color: ivory;
}


.FondoHeaderTree
{
	background-color: #dedbde;
}

/*fondo debajo del titulo principal*/
.fondoSubBarra
{
	background-color: honeydew;
}


.fondoRenglon
{
	background-color: whitesmoke;
}

/*fondo para subtitulos*/
.fondoSubTitle
{
	border-bottom: #eaf8e8 thin inset;
	background-color: #eaf8e8;
}

.fondoConfiguraciones
{
	
}

/*Fondos extras para modulo de pedidos*/

.fondo
{
	background-color: #dee1de;
}
/*Fondo para el buscador de la pantalla seguimiento*/
.fondoBuscar
{
	background-color: mintcream;
}
.fondocart
{
	background-color: #669999;
}

.fondototales
{
	border-top-width: medium;
	border-right: darkgray thin inset;
	border-left: darkgray thin outset;
	border-top-color: darkgray;
	border-bottom: darkgray thin inset;
	background-color: #efefef;
}

.botones
{
	font-weight: bold;
	font-size: xx-small;
	color: aliceblue;
	font-family: 'Microsoft Sans Serif';
	background-color: #54768c;
}