﻿/*Establece los colores para los links*/
a:link { 
	color:#666666;
	text-decoration:none;
}

a:visited { 
	color: #666666;
	text-decoration:none;
}

a:hover { 
	color: #FF9000;
	text-decoration:none;
}

a:active { 
	color: #FF9000;
	text-decoration:none;
}

.TituloBlanco
{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Calibri';
	color: White;
	background-color:transparent;
}

.Etiqueta
{	
	font-size: 12px;
	font-family: 'Calibri';
	color: #4682B4;
	background-color: transparent;
	text-align: left;
}

.Texto
{
	font-weight: normal;
	font-size: 15px;
	font-family: 'Calibri';
	color: Black;
	background-color: transparent;
	text-align: left;
	text-decoration: none;
}

.FondoEspera
{
	background-color: Gray;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.CajaDialogo
{
	background-color: Transparent;
	border-width: 2px;
	border-style: solid;
	border-color: Gray;
	padding: 0px;
	font-weight: bold;
	font-style: italic;
}

.CajaDialogo div
{
	margin: 5px;
	text-align: center;
}

.modalPopup 
{
	background-color: white;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
}

.d1 
{ 
    position: absolute; 
    left: 50%; 
    top: 50%; 
} 
.d2

{ 
    white-space: nowrap; 
    position: relative; 
    left: -50%; 
    top: -50%; 
}

.EncabezadoGridAzul
{
	font-size: 15px;
	font-family: 'Calibri';
	font-weight: bold; 	
	vertical-align: top;
	text-align: center;
	color: white; 
	background-color: #000084;
}

.FilaAlternaGrid
{
	font-size: 12px;
	font-family: 'Calibri';
	font-weight: normal; 	
	/*background-color: #DCDCDC;*/
}

.Marco
{
    border: solid 2px;
    border-color: Gray;
}

.MarcoGris
{
	border: solid 1px;
    border-color: Gray;
}

.MarcoAzul
{
	border: solid 1px;
    border-color: steelblue;
}

.FondoVentana
{
	color: White;
	background-color:Blue ;
}
