/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15/12/2015, 09:28:18 AM
    Author     : working
*/
body{
    font-family: Calibri, "Trebuchet MS", sans-serif;
}
.blanco
{
    background-color:#fff;
}
.astirisco2
{
    color:#EF4237;
    font-size: 30px;
    line-height: 30px;
}

.astirisco
{
    color:#fff;
    font-size: 30px;
    line-height: 30px;
}

#astirisco
{
    color:#EF4237;
    font-size: 30px;
    line-height: 30px;
}

.cabetabla
{
    text-align:center;
    font-weight:bold;
}



form input:required 
{
 border:2px solid red;
 /* otras propiedades */
}

form input[type="tel"]:focus:valid{
 border:2px solid green;
 /* otras propiedades */
}

form input[type="tel"]:focus:invalid
{
    border:2px solid red; 
}
form textarea:required{
    border:2px solid red;
}
form textarea:required:valid{
   border:2px solid green; 
}

form input:required:valid{
 border:2px solid green;
 /* otras propiedades */
}
/*caso contrario, el color sera rojo*/
form input:focus:required:invalid{
 border:2px solid red;
 /* otras propiedades */
}
form select:required
{
    border:2px solid red;
}
form select:required:valid
{
    border:2px solid green;
}
input:hover{
    border:2px solid green;
}
select:hover
{
    border:2px solid green;
}
textarea:hover
{
    border:2px solid green;
}

a {
   color:#fff !important;
}

a:hover {
   color:#cac5c5 !important;
}


p{
    text-align:center;
}

textarea
{
    width: 300px;
}

tr:nth-child(odd) {
    
    background: #069169;
    color: white !important;
	
}
tr:nth-child(even),.blanco
{
    //background: #C9D743;
    background: #fff;
    color: black;
}
 option:focus {
    color: white;
    background: #a6bb3f;
}
option:checked {
    color: white;
    background: #a6bb3f;
}

.caja 
{
    width: 300px;
    height: 30px;
}
.etiqueta{
    width:250px;
    height:30px;
}

#li_imagenVerificacion a {
   color:white;
}

.desc{
    color:white !important;
}

#lbl-mensaje {
  color: red !important;
}

#link_ayuda:hover{
   color: #667F00 !important;
   text-decoration: underline;
}
/*CSS para soportar contraste*/ 
.Darks:nth-child(odd) {
    background-color: #000 !important;
    color: black;
}
/*Fin CSS para soportar contraste*/   
