					/*CSS para Border de todas las pantallas de administracion*/

	
/*Recuadro para pantallas internas del portal(modulos)*/
.marcoGris
{
	border-right: #aed9b7 thin inset;
	border-left: #aed9b7 thin outset;
	border-bottom: #aed9b7 thin inset;
}

/*Recuadro para administracion*/
.marcoGrisPop
{
	border-right: #aed9b7 thin inset;
	border-left: #aed9b7 thin outset;
	border-bottom: #aed9b7 thin inset;
}

/*Recuadro para modulo control de versiones*/
.marcoControlVersiones
{
	border-right: #aed9b7 thin inset;
	border-left: #aed9b7 thin outset;
	border-bottom: #aed9b7 thin inset;
	border-top: #aed9b7 thin outset;
}

.marcoDerConf
{
	border-top: #aed9b7 3px outset;
	border-right: #aed9b7 3px inset;
	border-left: #aed9b7 thin outset;
	border-bottom: #aed9b7 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;
}

