﻿/*
Gray   Celeste
#ffffff   blanco
#000000   negro
#2E4D7B   azul
#D8D8D8   Gris
*/

/*--------- Comun ------------------*/
a:visited {
color: black;
}
a:link {
color: black;
}
input[type=text]::-ms-clear { display: none; }
input[type=textarea]::-ms-clear { display: none; }

select:disabled {
    color: black !important;
}

.cuerpoComunDePagina {
	font-family:Arial;
	font-size:11px;
    width: 680px;
	height: 100%;
	text-align: center; 
    margin: 0px;
}

.contenedorComunPaginas{
    width: 680px;
    height: 100%; /*367px;*/ 
    font-family:Arial;
    font-size:11px;
}

/*Modal PopUP*/
.estiloDelPopUP
{
    background-color: #C2C5C9;
    color: black;
    padding:0px;      
	border-style:solid;
	border-color:Gray; 
	font-family: Arial; 
	font-size:11px;
}

.estiloPaginaConPopUp
{
    background-color: #ffffff;
    color: #787A7D;
    padding:0px;      
    filter: alpha(opacity=80);
    opacity: 0.8;
	border-style:solid;
	border-color:Gray; 
}

.panelDrag
{
     background-color: #787A7D;
     color: #ffffff;
     /*cursor: move;*/
     border:none; 
}

.btnDesen
{
    background-color: White;  
}

/*Grilla Generica*/
.etiquetaTituloGrillaGene
{
    font-family: Arial; 
	font-size: 11px;
	font-weight: bold;
}


.filaGrillaGeneTitulo
{
	font-family: Arial; 
	font-size: 11px;
	background-color: #BDBDBD;
}

.filaGrillaGene
{
	font-family: Arial; 
	font-size: 11px;
}

.filaGrillaGeneMouseOver
{
    font-family: Arial; 
	font-size: 11px;
    background-color: #CBCCCE;
}

/*FormatearGrillaConEstiloGenerico(e)*/

