﻿body {
}

.Ocultar
{
	display:none;
}

/**********************************
    GRID
**********************************/
.GridCSS {
    font-family: lucida grande,arial,helvetica,sans-serif;
    border: solid 1px 1px 1px 1px;
    margin-right: 11px;
    font-size:80%;
}
        
.GridCSS th {
    background-color:#198846;
    color: white;
    font-weight: bold;
    text-align: center;    
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color:white;
    width: auto;
    font-size:100%;
    height:16px;
}

.GridCSS tr {
    /*background-color:rebeccapurple;*/
}
GridCSS.tr:nth-child(even) {background: #CCFFCC}
GridCSS.tr:nth-child(odd) {background: #FFF}


/*********************************
    MODAL
*********************************/

 /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    border-radius: 25px;
    background-color: #198846;
    margin: auto;
    padding: 10px 2px 25px 2px;
    border: 1px solid #888;
    width: 1000px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.lp {
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tituloModal {
    height: 28px;
    padding: 0px 5px 5px 10px;
}
.modalForm {
    background-color: #fff; 
    padding: 20px; 
    font-weight: bold
}
 .mform {
    padding-left:50px;
    padding-right:50px
}

.tituloCelda {
    background-color: #d4d0c8;
}

.botones {
    height: 35px;
}

.EncabezadoColonias {
    font-family: Verdana,Arial,sans-serif;
    background-color: #198846;
    font-size: 14px;
    text-align: center;
}

.tablaColonias {
    font-size: 12px;
    font-weight: normal;
    width: 100%;
}

.deshabilitado {
    background-color: #d4d0c8;
}
.impar {
    background-color:#d4d0c8;
}

.loading
{
    font-family: lucida grande,arial,helvetica,sans-serif;
}

/*
    General
*/
.error  
{
	border-right:1px;
	border-bottom:1px;
	border-top:1px;
	border-left:1px;
    border-style:dotted;                 
    border-color: red;  
    background-color: #FFBABA;    
 }
 .errorcombo
 {
 	border: 1px dotted Red;
 	color:Red;
 	background-color: #FFBABA;
 }

.focusfield {  
	background-color:#038D10;
    border-color:#038D10;
	/*color:#000;*/
}

.fieldsetlegend
{
	color:#198846;    
}
.fieldset
{
    border-color:#198846;
}
.alineacionderecha{
    text-align:right;
}
.combo300{
    width:300px;
}
.combo200{
    width:200px;
}
.textbox200
{
    width:200px;
}
.textbox100
{
    width:100px;
}
/*TREE*/
.Tree
{
	height: 350px; 
	width: 300px; 
	border: 1px dotted;
}

.Centrar
{
	margin:0 auto;
}

.divPermisos{
    width:100%;
	margin:0px auto 0px auto;	
}

.buttonssize
{
    width:120px;
    /*height:10px;*/
}

.TDAlineacionCentro
{
	text-align:center;	
}
.TDAlineacionIzquierda
{
	text-align:left;	
}

.TDAlineacionArriba
{
	vertical-align:top;
}

.TDAlineacionAbajo
{
	vertical-align:bottom;
}
.TDAlineacionMedio
{
	vertical-align:middle;
}
.TDAlineacionArribaDerecha
{
	vertical-align:top;
	text-align:right;	
}
.Seccion
{
	font-size:medium;
	text-align:center;
	font-weight:bold;
}


/*
    COUNTDOWN
*/

.countdown {
    background-color: #198846;
    color: #ffffff;    
    /*
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    */
    position: fixed;
    min-height: 60px;
    width: 200px;
    text-align: center;
    word-wrap: break-word;
    z-index:10000;
    top:350px;

}

.countdown_li {
    display: inline-block;
    font-size: 12px;
    list-style-type: none;
    /*padding: 1em;*/
    text-transform: uppercase;
}

.countdown_li_span {
    display: block;
    font-size: 14px;/*4.5rem;*/
}