					/*CSS para Border de todas las pantallas de administracion*/

	
/*Completo Gris delgado*/
.marcoGris
{
	border-right: #8AD68A thin inset;
	border-left: #8AD68A thin outset;
	border-bottom: #8AD68A thin inset;
}

.marcoGrisPop
{
	border-right:#8AD68A thin inset;
	border-left: #8AD68A thin outset;
	border-bottom: #8AD68A thin inset;
}
.marcoModulo
{
	border-right: whitesmoke thin solid;
	border-left: whitesmoke thin solid;
	border-bottom: whitesmoke thin solid;
}
.linea
{
	border-right: #dccda5 thin inset;
}
.lineaIzq
{
	border-left: #dccda5 thin outset;
}
.lineaTop
{
	border-top: #dccda5 thin outset;
}

.lineabottom
{
	border-bottom: #dccda5 thin inset;
}

.marcotopizq
{
	border-top: #dccda5 thin outset;
	border-left: #dccda5 thin outset;
}

.marcobotder
{
	border-bottom: #dccda5 thin inset;
	border-right: #dccda5 thin inset;
}

.marcobotder
{
	
	border-bottom: #dccda5 thin inset;
	border-right: #dccda5 thin inset;
}

.marcoControlVersiones
{
	border-right: #ceba84 thin inset;
	border-top: #ceba84 thin outset;
	border-left: #ceba84 thin outset;
	border-bottom: #ceba84 thin inset;
}

.marcoGrisSub
{
	border-right: #cbd694 thin inset;
	border-left: #cbd694 thin outset;
	border-top: #cbd694 thin outset;
}
.marcoDerConf
{
	border-top: #cbd694 3px outset;
	border-right: #cbd694 3px inset;
	border-left: #cbd694 thin outset;
	border-bottom: #cbd694 3px inset;
}

.marcoIzqConf
{
	border-top: steelblue thin outset;
	border-left: steelblue thin outset;
	border-bottom: steelblue thin inset;
}

/*Inferior/Derecho Gris delgado*/
.marcoInfDer
{
	border-right: #ffcc66 inset;
	border-bottom: #ffcc66 inset;
}

/*Linea Debajo del Titulo*/
.Tdshadowa
{
	border-bottom: #adcadf 9px ridge;
}
/*Linea Debajo de Subtitulos*/
.Tdshadows
{
	border-bottom: navajowhite 4px ridge;
}


