/*
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 : 08-jul-2015, 9:15:29
    Author     : 
*/

.borde 
{
    border: 1px solid #000;
}

.borde1 
{
    border: 1px solid #DDDDDD;
}


.fondo0
{
    background-color: inherit; 
}

.fondo1
{
    background-color: #F5FAFA; 
}

.fondo2
{
    background-color: #E0F2E0; 
}

.fondo3
{
    background-color: #EDEDED; 
}

.fondo4
{
    background-color: #F8F8F8; 
}

.fondo5
{
    background-color: #D2D2D2; 
}

.fondo6
{
    background-color: #EEEEEE;
}

.fondoInfo
{
    background-color: #D9EDF7;
}

label.valid {
  width: 24px;
  height: 24px;
  background: url(assets/img/valid.png) center center no-repeat;
  display: inline-block;
  text-indent: -9999px;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
}
