﻿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;
	}

/*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;
}


.CajaDialogo
{
    background-color: White;
    border-width: 4px;
    border-style: outset;
    border-color: Yellow;
    padding: 0px;
}

.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;
}


.VentanaEmergente
{
    border: 1px outset silver;
    background-color:#FFFFFF;
        font-weight: bold;
        font-style: normal;
        padding: 0px;

}
