body {
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

a.url_btg{
    font-family: verdana;
    font-size: 6pt;
    padding: 3px;
    background-color: yellowgreen;
    color: black;
    text-decoration: none;
    display: inline-block;
    border: 1px solid yellowgreen;
}

a.url_btg:hover{
    background-color: greenyellow;
    color: black;
}

a.url_lk {
	font-family: verdana;
	font-size: 8pt;
	color: gray;
	text-decoration: none;
}

a.url_lk:hover {
	color: #0188EE;
}

hr.foot {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(1, 136, 238, 0), rgba(1, 136, 238, 0.75), rgba(1, 136, 238, 0));
}

/* ############################### FORMS  */
input.text {
  border-radius: 5px;
  font: 10pt, verdana;
  color: gray;
  border: 1px gray solid;
  margin: 0;
  padding: 6px;
}

input.texts {
  border-radius: 5px;
  font: 8pt, verdana;
  color: gray;
  border: 1px gray solid;
  margin: 0;
  padding: 3px;
}


input.sub {
	border-radius: 5px;
	background: -webkit-linear-gradient(#EEEEEE 0%, #C7C7C7 100%);
	font: 10pt, verdana;
	color: black;
	border: 1px black solid;margin: 0;
	padding: 6px 10px 6px 10px;
}

input.sub:hover {
	background: -webkit-linear-gradient(#0188EE 0%, #5577EE 100%);
	color: white;
	cursor: pointer;
}


/* ############################### FONTS  */
font.azul {
	font-family: verdana;
	font-size: 10pt;
	color: #0188EE;
}

font.azulgg {
	font-family: verdana;
	font-size: 16pt;
	color: #0188EE;
}

font.azuls {
	font-family: verdana;
	font-size: 8pt;
	color: #0188EE;
}

font.gris {
	font-family: verdana;
	font-size: 10pt;
	color: gray;
}

font.griss {
	font-family: verdana;
	font-size: 7pt;
	color: gray;
}

font.negrogg {
	font-family: verdana;
	font-size: 16pt;
	color: black;
}

font.negro {
	font-family: verdana;
	font-size: 10pt;
	color: black;
}

font.negros {
	font-family: verdana;
	font-size: 8pt;
	color: black;
}

font.negross {
	font-family: verdana;
	font-size: 7pt;
	color: black;
}

font.negrosss {
	font-family: verdana;
	font-size: 6pt;
	color: black;
}


font.blanco {
	font-family: verdana;
	font-size: 10pt;
	color: white;
}

font.blancos {
	font-family: verdana;
	font-size: 8pt;
	color: white;
}


td.titulo {
    font-family: verdana;
    color: black;
    font-size: 8pt;
    background-color: #C7C7C7;
    border: 1px solid gray;
    padding: 2px;
    text-align: center;
}

td.contenido {
    font-family: verdana;
    color: black;
    font-size: 7pt;
    border: 1px solid #E7E7E7;
    padding: 1px;
    text-align: center;
}

td.contenidor {
    font-family: verdana;
    color: black;
    font-size: 7pt;
    border: 1px solid #E7E7E7;
    padding: 1px;
    text-align: right;
}

td.contenidoar {
    font-family: verdana;
    color: #0188EE;
    font-size: 7pt;
    border: 1px solid #E7E7E7;
    padding: 1px;
    text-align: right;
}

td.contenidol {
    font-family: verdana;
    color: black;
    font-size: 7pt;
    border: 1px solid #E7E7E7;
    padding: 1px;
    text-align: left;
}

font.rojogg {
	font-family: verdana;
	font-size: 16pt;
	color: red;
        font-weight: bold;
}

font.rojo {
	font-family: verdana;
	font-size: 10pt;
	color: red;
        font-weight: bold;
}

font.rojoss {
	font-family: verdana;
	font-size: 7pt;
	color: red;
        font-weight: bold;
}

font.verdess {
	font-family: verdana;
	font-size: 7pt;
	color: green;
        font-weight: bold;
}


/* ############################Search*/
#search input[type="text"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="password"] {
    background: url(../images/search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); 
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }    

#search input[type="text"]:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }

#search input[type="password"]:focus {
    background: url(../images/search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }    

    
.infox, .success, .warning, .error, .validation {
    border: 1px solid;
    margin: 5px 0px;
    padding:4px 2px 4px 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: 50%;
    font-family: verdana;
    font-size: 8pt;
}

.infox {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('info.png');
}

.success {
    color: #4F8A10;
    background-color: #DFF2BF;
    /*background-image:url('success.png');*/
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    /* background-image: url('warning.png');*/
}

.error {
    color: #D8000C;
    background-color: #FFBABA;
    /* background-image: url('error.png'); */
}    

/* Par progress bar */
#area div p span { 
    display: block; 
    padding: 2px 0; 
    width: 0; 
    background: #193; 
    text-align: center;
    color:white;
    font-family: verdana;
    font-size: 14pt;
}

