﻿body 
{
    margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	SCROLLBAR-BASE-COLOR: #b1b1b1;
}

/*estilo del los paneles popup*/
.watermark
{
	background:#FFAAFF;
}


.modalPopup
{
	background-color: #ffffdd;
	border-width:3px;
	border-color:gray;
	border-style:solid;
	padding:3px;
	width:250px;
}
.table_header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	color: #acb9e8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #343b51;
	background-image: url(img/imgCejilla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 40px;
	white-space: nowrap;
}

.table_header2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #acb9e8;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #343b51;
	background-image: url(img/imgCejilla.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 22px;
	padding-left: 40px;
	white-space: nowrap;
}

.CajaDialogo2
{
    border: 1px outset silver;
    background-color:Silver;
        font-weight: bold;
        font-style: normal;
        padding: 0px;

}


.modalBackground
{
    background-color: #CCCCCC;
    filter: alpha(opacity=70);
    opacity: 0.7;
    margin-top: 0px;
}

/*Estilo general para los headers del GridView*/
.generalFormatStyleGridViewHeader, .mant_gvwHeaderGeneral, .mant_gvwHeaderDescripcion, .mant_gvwHeaderIndiceIPC, .mant_gvwHeaderEditar, .mant_gvwHeaderCheckbox, .mant_gvwHeaderEstado, .mant_gvwHeaderActividadValor, .mant_gvwHeaderAnnoValor, .mant_gvwIndustria, .mant_gvwDescripcionPoblacion, .mant_gvwHeaderValorIndustria
{
    background-color: #99cc33;
    font-family: helvetica;
    font-size: 8pt;
}



/* Estilo general para los items (contenido) del gridview*/
.generalFormatStyleGridViewContenido, .mant_gvwContenidoGeneral, .mant_gvwDescripcion, .mant_gvwAlingRight, .mant_gvwEditar, .mant_gvwCheckbox, .mant_gvwEstado, .EstCos_gvwddl, .EstCos_gvwTxt80, .EstCos_gvwTxt150
{
    background-color: #ccff99;
    font-family: helvetica;
    font-size: 8pt;
    color: Black;
}