/* --- CAPAS ------------------------------------------------------------------------------------------------- */
#contenidoTexto {padding:15px; background-color: #FFFFFF;}
#contenidoCaja {padding: 5px; background-color: #F3F5F6;}
#lineaNaranja { background-image: url(../__img/comun/linea_naranja.gif); }

/* --- FUENTES ---------------------------------------------------------------------------------------------- */
/* --- FUENTES 11PX --- */
.arial11Azul { font: 12px Century Gothic; color: #286628; }
.arial11AzulNegrita { font: bold 11px Century Gothic; color: #286628;}
.arial11NaranjaNegrita { font: bold 11px Century Gothic; color: #FB8A32;}
.arial16AzulNegrita { font: bold 16px Century Gothic; color: #33CC00;}
.arial16NaranjaNegrita { font: bold 16px Century Gothic; color: #FB8A32;}
/* --- FUENTES 14PX --- */
.arial14Azul { font: 11px Century Gothic;  color: #33CC00; }
.arial11Naranja { font: bold 11px Century Gothic;  color: #FB8A32; }
.arial14AzulN { font: bold 14px Century Gothic;  color: #286628;  }

/* --- ENLACES ---------------------------------------------------------------------------------------------- */
/* --- ENLACES 10PX --- */
a.arial10Azul {font: 10px Century Gothic; color: #286628; text-decoration: underline;}
a.arial10Azul:hover {font: 10px Century Gothic; color: #FB8A32; text-decoration: underline;}
/* --- ENLACES 11PX --- */
a.arial11Azul {font: 11px Century Gothic; color: #286628; text-decoration: none;}
a.arial11Azul:hover {font: 11px Century Gothic; color: #FB8A32; text-decoration: underline;}
a.arial11AzulNegrita {font: bold 11px Century Gothic; color: #286628; text-decoration: underline;}
a.arial11AzulNegrita:hover {font: bold 11px Century Gothic; color: #FB8A32; text-decoration: underline;}

/* --- ENLACES 14PX --- */
a.arial14AzulNegrita {font: bold 12px Arial; color: #286628; text-decoration: none;}
a.arial14AzulNegrita:hover {font: bold 12px Arial; color: #FB8A32; text-decoration: none;}

/* --- FORMULARIOS ----------------------------------------------------------------------------------------- */
.cajaFormulario { border: 1px solid #33CC00; color: #FB8A32;}
.botonFormulario { border: 1px solid #33CC00; background-color: #F68026; color: #FFFFFF;}
.barraScroll { scrollbar-arrow-color: #F8D75A;  scrollbar-base-color: #0077BE;  scrollbar-face-color: #0077BE;  scrollbar-track-color: #F8D75A;  scrollbar-3dlight-color: #F8D75A;  scrollbar-darkshadow-color: #0077BE;  scrollbar-highlight-color: #0077BE;  scrollbar-shadow-color: #0077BE;}
