﻿/* Hoja de estilos CSS predeterminada para un nuevo proyecto de aplicación Web*/

/*Clase a aplicar al elemento Body*/
.FondoPantalla
{
	background-color: white;
}


/*Clase a aplicar a los controles Grid*/
.Grid
{
	border-right: #ff0000 1px solid;
	border-top: #ff0000 1px solid;
	border-left: #ff0000 1px solid;
	border-bottom: #ff0000 1px solid;
}

.ListaValores
{
	font-size: xx-small;
	font-family: Arial;
}

/*Clase a aplicar al encabezado de un grid*/
.Encabezado
{
	text-align: center; /*#FF9900;  #fabf45;*/ /*#006699;*/ /*"#336666";*/
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana;
	color: white;
	background-image: url(Img/Titulo.gif);
}
.Totales
{
	
	font-size: 8pt;
	font-weight: bold;
	font-family: verdana;
	color: white;
	background-image: url(Img/Titulo.gif);
}

/*Clase a aplicar a las filas impares del detalle del grid*/

.DetallePrincipal
{
	/*background-color:#66ccff;*/ /*background-color:#6098c8;*/ /*#f1f549;*/ /*#fabf45;*/ /*#76a8f6;*/ /*"#609898";*/
	font-size: 7pt;
	font-family: verdana;
	color: black;
	background-color: lightsteelblue;
}





/*Clase a aplicar a las filas pares del detalle del grid*/
.DetalleAlterno
{
	font-size: 7pt;
	font-family: Verdana;
	color: black;
	background-color: #dde2e7;
}


.DetalleNoticia
{
	/*background-color:#ccffff;*/ /*background-color:#e8f4f8;*/
	background-color: White; /*background-color:White;*/
	font-size: 7pt;
	font-family: Verdana;
	color: DarkBlue;
}

.DetalleNuevo
{
	/*background-color:#ccffff;*/ /*background-color:#e8f4f8;*/
	background-color: White; /*background-color:White;*/
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold;
	color: Red;
}

/*Clase a aplicar a los indicadores de paginas del grid*/
.Pagineo
{
	/*#f1f549;*/ /*#006699;*/ /* "#003030";*/
	text-align: center;
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	color: white;
	background-image: url(Img/Titulo.gif);
	vertical-align: middle;
	line-height: normal;
	letter-spacing: normal;
	
}

.Pagineo:link
{
	color: yellow;
	font-weight: bold;
	font-size: 10pt;
	font-family: Verdana;
	background-color: transparent;
}


/*Clase a aplicar al footer del grid*/
.Footer
{
	text-align: center;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	color: black;
	background-color: silver;
}

/*Clase a aplicar al arbol de menu*/
.TreeMenu
{
	background-color:White;
	font-size:6pt;
}

/*Clase a aplicar a las labels*/
.Etiqueta
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
}
.LinkNoticia
{
	font-family: Verdana;
	font-size: small;
	font-weight: bold;
	color:Blue;
}
/*Clase a aplicar a los textbox*/
.Texto
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold
}
.TextoP
{
	font-family: Arial;
	font-size: xx-small;
	font-weight: normal;
}
/*Clase a aplicar a los checkbox*/
.CheckBox
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold
}

/*Clase a aplicar a las listbox*/
.ListBox
{
	font-family:Verdana;
	font-size:8pt;
	font-weight: normal;
}

/*Clase a aplicar a los Botones*/
.Boton
{
	font-family: Verdana;
	font-size: xx-small;
	font-weight: bold;
}

/*Clase a aplicar a los TextArea*/
.TextArea
{
	font-family: Verdana;
	font-size: x-small;
	font-weight: bold;
}

/*Clase a aplicar a los Radio Buttons*/
.Radio
{
	font-family:Verdana;
	font-size:11pt;
	font-weight:bold
}

/*Clase a aplicar a los Radio Buttons*/
.RadioPequeño
{
	font-family:Verdana;
	font-size:8pt;
	font-weight:bold;
	background-color: #6699cc;
}

/*Clase para Tablas que agrupan controles*/
.Tabla1
{
	border-width: 0;
	font-size: xx-small;
	font-family: verdana;
}

.ColTituloOff
{
	font-weight: normal;
	font-size: 8pt;
	color: beige;
	font-family: Verdana;
	background-color: #6699cc;
	text-align: center;
}
/*Clase para Columnas de titulos de las tablas que agrupan controles*/


.ColDatosHome
{
	/*background-color:#66ccff;*/
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	color: DarkBlue;
}



.ColTituloHome
{
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana;
	background-color: #ffffff;
	color: #2c5978;
}

.ColDatos
{
	/*background-color:#66ccff;*/
	background-color: #FFFFFF;
	font-size: 7pt;
	font-family: Verdana;
	color: DarkBlue;
	background-color: #dde2e7;
 }

.ColTitulo
{
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana;
	background-color: #dde2e7;
	color: #2c5978;
}

.ColTituloAnterior
{
	text-align: center;
	font-size: xx-small;
	font-weight: bold;
	font-family: Verdana;
	color: navy;
	background-image: url(img/CSS-Img/Titulo.gif);
}


/*Formato de  los combos*/
.Combos
{
	font-size: x-small;
	font-family: verdana;

}

/*Clase para Columnas de datos de las tablas que agrupan controles*/
.ColDatosAnterior
{
	/*background-color:#66ccff;*/
	background-color: #FFFFFF;
	font-size: 8pt;
	font-family: Verdana;
	color: navy;
	background-color: #ffffff;
}


.MensajeError
{
	font-size:7pt;
	font-family:red;
	color: White;
	
}

.LinkBlanco
{
	color: white;
	font-size: xx-small;
	font-family: verdana;
}

.LinkBlanco A:link{text-decoration: underline; color: White;}
.LinkBlanco A:visited{text-decoration: underline; color: White;}
.LinkBlanco A:active{text-decoration: underline; color: White;}

.MensajeBienvenida
{
	font-size: xx-small;
	font-family: Verdana;
	color: DarkBlue; /*#006699;*/
	font-weight: bold;
	font-weight: bold;
}

.MensajeBlanco
{
	font-size:8pt;
	font-family:Verdana;
	color: DarkBlue;
	font-weight:bold;
}

.Usuario
{
	font-size:8pt;
	font-family:Verdana;
	color: White;
	font-weight:bold;
}


.FondoMenu
{  
	background-color: #dde2e7; /*#B0C4DE;#FF9900;	*/
; font-weight: bold; font-size: xx-small; background-image: none; font-style: normal; font-family: Verdana; font-variant: normal;  }


	
.Aviso
{
	background-color: White;
	text-align: left;
	font-family: Tahoma;
	font-size: x-small; /*color:#006699;*/
	color: blue;
	font-weight: normal;
}	
	

	
.TituloAplicacion
{
	color:DarkRed;
	text-align:center;
	background-color:#000000;/*#B0C4DE;*//*#FF9900;*/
	font-family:Arial;
	font-style:italic;
	font-weight:bold;
	font-size:14pt;
}

.bluebutton
{
 background-color:LightSteelBlue;
 }
 
 /*Clase para Columnas de titulos de las tablas que agrupan controles*/
.ColTituloCollapseOpen
{
	text-align: left;
	background-color: #dccdb9;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: black;
	height: 20px;
}

.ColTituloCollapseOpenActive
{
	text-align: left;
	background-color: #dccdb9;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	color: black;
	height: 20px;
}

.ColTituloCollapseClosed
{
	text-align: left;
	background-color: #dccdb9;
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana;
	color: black;
	height: 41px;
}

.ColTituloCollapseClosedActive
{
	text-align: left;
	background-color: #dccdb9;
	font-size: 10pt;
	font-weight: bold;
	font-family: Verdana;
	color: black;
	height: 41px;
}

.tituloPanelGray
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(img/tituloPanel.gif);
	font-family: Verdana;
	text-align: center;
}

.tituloPanelBlue
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(img/tituloPanel2.JPG);
	font-family: Verdana;
	text-align: center;
}

.tituloPanelOrange
{
	font-weight: bold;
	font-size: xx-small;
	background-image: url(img/tituloPanel3.gif);
	font-family: Verdana;
	text-align: center;
}

.fondogris
{
	background-color: navy;
	color: aqua;
}
.fondoAzul
{
	background-color: #254a8b;
	font-weight: bold;
	color: white;
	font-size: small;
}
.fondoAzul2
{
	background-color: midnightblue;
	font-weight: bold;
	color: white;
	font-size: small;
}
.BordeNegro
{
	border-right: #000000 2px solid;
	border-top: #000000 2px solid;
	border-left: #000000 2px solid;
	border-bottom: #000000 2px solid;
}


.BordeRojo
{
	border-right: red 1px solid;
	border-top: red 1px solid;
	border-left: red 1px solid;
	border-bottom: red 1px solid;
}


.BordeAzul
{
	border-right: navy 1px solid;
	border-top: navy 1px solid;
	border-left: navy 1px solid;
	border-bottom: navy 1px solid;
}

.MenuIE8
{
    z-index:50;
}
.centerbox
{
    position:fixed;
    border:1px solid black ;
    background-color:#6699cc;
    color: White;
    height:100px;
    width:100%;
    text-align:center;
    padding-top:0px;
    font-family:Verdana;
}