.texto_mat {
	font-size: 16px;
	color: #E9E9E9;
 	font-weight: bold;
}

.texto_lista {
    font-size: 12px;
}

.textolink{
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: #0000FF;
}

.textolink2{
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
}

.texto_cabecera {
    color: #000066;
}

.texto_pie {
    color: #FFFFFF;
}

.TITULO {
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        text-align: center;
}
.FONDO {
        background-image: url('../../cmn/images/header4.png');
        background-repeat: repeat-x;
}

.PIE_TITULO {
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        font-size: x-small;
        color: #000;
        text-align: center;
}
.PIE_FONDO {
        background-image: url('../../cmn/images/header4.png');
        background-repeat: repeat-x;
        text-align: center;
}

.PIE2_TITULO {
        font-family: "Arial Black", Gadget, sans-serif;
        font-weight: bold;
        font-size: x-small;
        color: #000;
        text-align: center;
}
.PIE2_FONDO {
        background-image: url('../../cmn/images/header4.png');
        background-repeat: repeat-x;
        text-align: center;
}

.BOTON_AL_PIE {
	margin-top: 2em;
	margin-left: auto; 
	margin-right: auto;	
	text-align: center;
	margin-bottom: 1em;
}

.SUBTITULO {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 11pt;
}

.CENTRADO {
	text-align: center;
}


.CONTENIDO_TOPE {
    background-color: #DFDFDF;
    margin: 0 auto 0 auto;
    width: 850px;
}


DIV.OK_MSG {
    font-family: "Arial Black", Gadget, sans-serif;
    width: 20em;
       font-size: 10pt;
     text-align: center;
    margin: 1em auto 2em auto;
    padding: 1em;
    border: 2px solid #444;
    background-color: #afa;     
}

DIV.NO_MSG {
    font-family: "Arial Black", Gadget, sans-serif;
    width: 20em;
     font-size: 10pt;
      text-align: justify;
    margin: 1em auto 2em auto;
    padding: 1em;
    border: 2px solid #444;
    background-color: #fc8;
}


DIV.ADV_MSG {
    font-family: "Arial Black", Gadget, sans-serif;
    font-size: 10pt;
    text-align: justify;
    width: 20em;
    margin: 1em auto 2em auto;
    padding: 1em;
    border: 2px solid #444;
    background-color: #ffa;
}