﻿.dtg, .dtg1, .dtgColor
{
	table-layout: fixed;
	width:98%;
	overflow-x:auto;
}

/*RSG: Generalidad de los td de la grilla*/
.dtg tr td,
.dtg1 tr td,
.dtgColor tr td
{
	border: 1px solid #FFFFFF;
	padding: 2px 0 2px 8px;
	color: #333333;
	font-size: 11px;
}

/*Establecimiento de color de borde para los td de las filas pares de la grilla*/
.dtg tr:nth-child(odd) td
{
	background-color: #EFEFEF;
}

/*Establecimiento de color para las filas impares de la grilla*/
.dtg tr:nth-child(even) td
{
	background-color: #FFF;
	border: 1px solid #F4F4F4;
}


/*Establecimiento de caracteristicas para los td de la primera fila de la grilla*/
.dtg tr:nth-child(1) td,
.dtg1 tr:nth-child(1) td,
.dtgColor tr:nth-child(1) td

{
	color: #333333;
	background-color: #E2E2E2;
	font-weight: bold;
	/*text-transform: uppercase;*/
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #848589;
	font-size: 10px;
	text-align: center;
}

.AlertaAmarilla
{
    background-position: center center;
	width: 20px;
	background-image: url('../app_images/flag_yellow.png');
	background-repeat: no-repeat;
}

.AlertaVerde
{
	background-position: center center;
	width: 20px;
	background-image: url('../app_images/flag_green.png');
	background-repeat: no-repeat;
}

.AlertaRoja
{
	background-position: center center;
	width: 20px;
	background-image: url('../app_images/flag_red.png');
	background-repeat: no-repeat;
}

.AlertaBlanca
{
	background-position: center center;
	width: 20px;
	background-image: url('../app_images/flag_white1.png');
	background-repeat: no-repeat;
}

.AlertaNaranja {
	background-position: center center;
	width: 20px;
	background-image: url('../app_images/flag_orange.png');
	background-repeat: no-repeat;
}

.AlertaAmarillaHeader
{
	background-position: center right;
	width: 20px;
	background-image: url('../app_images/flag_yellowHeader.png');
	background-repeat: no-repeat;
}

.AlertaVerdeHeader
{
	background-position: center right;
	width: 20px;
	background-image: url('../app_images/flag_greenHeader.png');
	background-repeat: no-repeat;
}

.AlertaRojaHeader
{
	background-position: center right;
	width: 20px;
	background-image: url('../app_images/flag_redHeader.png');
	background-repeat: no-repeat;
}

.AlertaBlancaHeader
{
	background-position: center right;
	width: 20px;
	background-image: url('../app_images/flag_white1Header.png');
	background-repeat: no-repeat;
}


.FondoBlanco
{
	background-color: White ;
}

.FondoAzul
{
	background-color: #83B8ED ;    
}

.FondoAmarillo
{
	background-color: Yellow ;
}

.textoCentrado
{
    text-align: center;   
}


.Pipe
{
    background-position: center center;
	background-image: url('../app_images/pipe.png');
	background-repeat: repeat;
}


