button, .botonDialogo
{
	color: #FFFFFF;
	background-color: #293CA6;
	border: 1px solid Gray;
	width: 60px;
}
button, .botonDialogoMensaje
{
	float: right;
	margin-left: 4px;
	width: 70px;
	height: 26px;
	color: #666;
	font-weight: bold;
	text-align: center;
	background: url(../ProcesosCriticos/gif/button.gif) repeat-x;
	border: 1px solid #bbb;
	cursor: pointer;
	
}

button, .boton
{
	color: #FFFFFF;
	background-color: #1D489E; /*#799fd0;*/
	width: 120px;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 11px;
}

button, .botonSeleccionado
{
	color: #FFFFFF;
	background-color: #3366FF; /*#799fd0;*/
	width: 120px;
	font-family: Verdana, Trebuchet MS, Arial, Helvetica, sans-serif;
	cursor: hand;
	font-size: 11px;
}

.CheckBoxList
{
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
}

.CamposFormularioMuyCorto
{
	font-size: 10pt;
	width: 40px;
}

.CamposFormularioMuyCortoSeleccionado
{
	font-size: 10pt;
	width: 40px;
	background-color: #FFFACD;
}

.CamposFormularioCorto
{
	font-size: 10pt;
	width: 80px;
}

.CamposFormularioCortoSeleccionado
{
	font-size: 10pt;
	width: 80px;
	background-color: #FFFACD;
}

.CamposFormulario
{
	font-size: 10pt;
	width: 120px;
}

.CamposFormularioSeleccionado
{
	font-size: 10pt;
	width: 120px;
	background-color: #FFFACD;
}

.CamposFormularioMedio
{
	font-size: 10pt;
	width: 160px;
}

.CamposFormularioMedioSeleccionado
{
	font-size: 10pt;
	width: 160px;
	background-color: #FFFACD;
}

.CamposFormularioLargo
{
	font-size: 10pt;
	width: 240px;
}

.CamposFormularioLargoSeleccionado
{
	font-size: 10pt;
	width: 240px;
	background-color: #FFFACD;
}

.CamposFormularioMuyLargo
{
	font-size: 10pt;
	width: 320px;
}

.CamposFormularioMuyLargoSeleccionado
{
	font-size: 10pt;
	width: 320px;
	background-color: #FFFACD;
}

.CamposFormularioExtraLargo
{
	font-size: 10pt;
	width: 450px;
}

.CamposFormularioExtraLargoSeleccionado
{
	font-size: 10pt;
	width: 450px;
	background-color: #FFFACD;
}

.CamposFormularioDV
{
	font-size: 10pt;
	width: 20px;
}

.CamposFormularioDVSeleccionado
{
	font-size: 10pt;
	width: 20px;
	background-color: #FFFACD;
}

.CamposFormularioDetalle
{
	font-family: Arial, Verdana, Trebuchet MS, Helvetica, sans-serif;
	font-size: 10pt;
	width: 98%;
}

.CamposFormularioDeclaracion
{
	font-size: 10pt;
	width: 250;
	color: #666666;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
}

.CamposFormularioDeclaracionCorto
{
	font-size: 10pt;
	width: 50;
	color: #666666;
	border-top: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
}

.CamposSoloLectura
{
	font-size: 9pt;
	background-color: transparent;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	border-bottom-style: none;
	width: 100%;
}

.tblCheckBoxList td
{
	padding: 0;
	border-style: none;
	font-size: 1em;
}

/****************** ESTILOS PARA LOS MODAL POPUP ******************/
.updateProgressModal
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 180px;
}
.updateProgress
{
	border-width: 1px;
	border-style: solid;
	background-color: #FFFFFF;
	position: absolute;
	width: 180px;
	height: 65px;
}
.modalBackground
{
	background-color: Gray;
	filter: alpha(opacity=50);
	opacity: 0.50;
}


/****************** ESTILOS PARA LOS GRID VIEW ******************/
.highlightTable
{
	border-spacing: 0px;
	border-collapse: collapse;
	border-color: #F7F7F7;
}
.highlightTable td, .highlightTable th
{
	border: 1px solid #DDDDDD;
}
.highlightTable th
{
	color: #000000;
	background-color: #cccccc;
}
table.highlightTable tr.highlight td
{
	background: #E5E8EB;
	border-color: #cccccc;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}
table.highlightTable tr.highlightAlt td
{
	background: #E5E8EB;
	border-color: #cccccc;
	border-right: thin solid;
	border-top: thin solid;
	border-left: thin solid;
	border-bottom: thin solid;
}

div#grid
{
	position: absolute;
	top: 300px;
	left: 300px;
	width: 0;
	height: inherit;
}




.letraTabla
{
	font-size: 10pt;
	color: #666666;
}
.handImage
{
	cursor: pointer; /* hand-shaped cursor */
	cursor: hand; /* for IE 5.x */
}




.tblCalendarExtender td
{
	padding: 0;
	border-style: none;
}

.tblCheckBoxList td
{
	padding: 0;
	border-style: none;
	font-size: 1em;
}

.MyCalendar .ajax__calendar_container
{
	border: 0px solid #646464;
	background-color: #efefef;
	color: Black;
}

.MyCalendar .ajax__calendar_other .ajax__calendar_day, .MyCalendar .ajax__calendar_other .ajax__calendar_year
{
	color: Black;
}
.MyCalendar .ajax__calendar_hover .ajax__calendar_day, .MyCalendar .ajax__calendar_hover .ajax__calendar_month, .MyCalendar .ajax__calendar_hover .ajax__calendar_year
{
	color: Red;
}
.MyCalendar .ajax__calendar_active .ajax__calendar_day, .MyCalendar .ajax__calendar_active .ajax__calendar_month, .MyCalendar .ajax__calendar_active .ajax__calendar_year
{
	color: Red;
	font-weight: bold;
}




