﻿/* =============================================== Botones =============================================== */
.botonAzul {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #6699cc;
    background-image: none;
    border-right: black 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: #000000 1px solid;
}

.botonGris {
    font-weight: bold;
    font-size: 11px;
    color: white;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    background-color: #afafaf;
    background-image: none;
    border-right: black 1px solid;
    border-top: gainsboro 1px solid;
    border-left: gainsboro 1px solid;
    border-bottom: #000000 1px solid;
}

/* =============================================== Títulos =============================================== */
.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}

.tituloblanco {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tituloblanco12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.tituloNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: bold;
	color: Black;
	text-decoration: none;
}

/* =============================================== Textos  =============================================== */
.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #424142;
	text-decoration: none;
}
.texto2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #424142;
	text-decoration: none;
}

.textoNegro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color:Black;
	text-decoration: none;
}

.textoError9 
{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color:Red;
	text-decoration: none; 
}

.textoError11 
{
   font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 14pt;
	font-weight: bold;
	color:Red;
	text-decoration: none; 
}
/* ============================================= Encabezados ============================================= */
.estiloEncabezado { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    color: White;
}

.estiloEncabezadoNegro { 
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    font-weight: bold;
    color: Black;
}

.estiloEncabezadoNegroGrande{
font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: bold;
    color: Black;
}


/* =============================================== Otros =============================================== */

.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

