/* estilos para links */


.PaginaAnterior {
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-left: 8pt;
    padding-right:5pt;
    background: transparent url(../images/anterior.png) no-repeat scroll 0 0 ;
    background-position: left ;
}

.PaginaAnterior:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
}

.PaginaAnterior[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}



.PaginaSiguiente {
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-right:10px;
    background: transparent url(../images/siguiente.png) no-repeat scroll 0 0 ;
    background-position: right;
    width:60px;

}
.PaginaSiguiente:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
}

.PaginaSiguiente[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

/*** asi queda bueno ***/
.AccesoMapa {
    background-image: url(../images/imagenMapa.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 22px;
    padding-top:3px;
    height: 20px;

    border: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #333333;	
    text-decoration: none;

}
.AccesoMapa:hover { 
    background-position: 0 -19px; 
    text-decoration: underline;
    color:#EE7F00;
    cursor: pointer; 
} 

.AccesoMapa[disabled] { 
    background-position: 0 -40px; 
    cursor: default; 
    color: #C6C7C8;

} 

.ArchivoDoc 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuDOC.png) no-repeat scroll 0 0 ;
}	

.ArchivoDoc:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoDoc[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoDocMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuDOC.png) no-repeat scroll 0 0 ;


}
.ArchivoDocMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoDocMulti:visited 
{
    color: purple;
}
.ArchivoDocMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoPPT 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuPPT.png) no-repeat scroll 0 0 ;

}

.ArchivoPPT:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoPPT[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoPPTMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuPPT.png) no-repeat scroll 0 0 ;


}
.ArchivoPPTMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoPPTMulti:visited 
{
    color: purple;
}
.ArchivoPPTMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoPDF 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuPDF.png) no-repeat scroll 0 0 ;

}
.ArchivoPDF:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoPDF[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoPDFMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuPDF.png) no-repeat scroll 0 0 ;

}
.ArchivoPDFMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoPDFMulti:visited 
{
    color: purple;
}

.ArchivoPDFMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}
/*** csv ***/
.ArchivoCSV 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:4px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuCSV.png) no-repeat scroll 0 0 ;
}

.ArchivoCSV:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
    background-position: 0 -20px; 
}

.ArchivoCSV[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
    background-position: 0 -40px; 
}

.ArchivoCSVMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuCSV.png) no-repeat scroll 0 0 ;


}
.ArchivoCSVMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoCSVMulti:visited 
{
    color: purple;
}

.ArchivoCSVMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoExcel 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuXLS.png) no-repeat scroll 0 0 ;

}
.ArchivoExcel:hover 
{
    text-decoration: underline;
    cursor: pointer; 
    background-color: #fdeade;
}

.ArchivoExcel[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoExcelMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuXLS.png) no-repeat scroll 0 0 ;

}
.ArchivoExcelMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoExcelMulti:visited 
{
    color: purple;
}

.ArchivoExcelMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}
.ArchivoPPS 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/presentacion.png) no-repeat scroll 0 0 ;

}

.ArchivoPPS:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoPPS[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoPPSMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/presentacion.png) no-repeat scroll 0 0 ;


}
.ArchivoPPSMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoPPSMulti:visited 
{
    color: purple;
}
.ArchivoPPSMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoAVI 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuAVI.png) no-repeat scroll 0 0 ;

}

.ArchivoAVI:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.ArchivoAVI[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.ArchivoAVIMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuAVI.png) no-repeat scroll 0 0 ;

}
.ArchivoAVIMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoAVIMulti:visited 
{
    color: purple;
}
.ArchivoAVIMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoJPG 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuJPG.png) no-repeat scroll 0 0 ;
}

.ArchivoJPG:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoJPG[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}

.ArchivoJPGMulti 
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/docuJPG.png) no-repeat scroll 0 0 ;

}
.ArchivoJPGMulti:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}
.ArchivoJPGMulti:visited 
{
    color: purple;
}

.ArchivoJPGMulti[disabled] 
{
    cursor: default; 
    color: #C6C7C8;
}


.EnlaceComun {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #F37021;
    border: 0pt;
    text-decoration: none;
    text-decoration: underline;
}



/* Pasa el raton */
.EnlaceComun:hover
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer; 
}

.EnlaceComun[disabled] { 
    cursor: default; 
    color: #C6C7C8;
}

.EnlaceDesactivado
{
    color: #C6C7C8;
}


.EnlaceComunNoSubrayado {
    font-family: Arial;
    font-size: 12px;
    color: #F37021;
    font-weight: normal;
    border: 0px;
    text-decoration: none;
}

.EnlaceComunNoSubrayado:visited {
    color: #96509D;
}

.EnlaceComunNoSubrayado[disabled] { 
    cursor:default;
    color: #C6C7C8;
}

.EnlaceComunNoSubrayado:hover
{
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer;
}


.EnlaceComunSubrayado {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #F37021;
    border: 0pt;
    text-decoration: none;
    text-decoration: underline;
}


.EnlaceComunSubrayado:hover
{
    background-color: #fdeade;
    cursor: pointer;

}

.EnlaceEnGrupo{
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #F37021;
    border: 0;
    text-decoration: none;
}

.EnlaceEnGrupo:visited {
    color: #96509D;	
}

/* Pasa el raton */
.EnlaceEnGrupo:hover {
    text-decoration: underline;
    background-color: #fdeade;
    cursor: pointer;
}

.EnlaceEnGrupo[disabled] { 
    cursor:default;
    color: #C6C7C8;

}


.EnlaceEnGrupoDesactivado {
    cursor:default;
    color: #C6C7C8;

}


.EnlaceArchivo {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #F37021;
    border: 0;
    text-decoration: none;
}

.EnlaceArchivo:visited {
    color: #96509D;	
}

.EnlaceArchivo[disabled] { 
    cursor:default;
    color: #C6C7C8;

}

.EnlaceArchivo:hover {
    text-decoration: underline;
    background-color: #fdeade;
    cursor:pointer;
}

.EnlaceCorreo  {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #F37021;
    border: 0;
    text-decoration: underline;
    padding-top:2px;
    padding-left:22px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/mail.png) no-repeat scroll 0 0 ;
}
.EnlaceCorreo :hover{
    cursor:pointer;
}

.EnlaceCabezal {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    border: 0px;
    text-decoration: underline;
}
.EnlaceImprimir {
    background-image: url(../images/imprimir.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 22px;
    padding-top:3px;
    height: 20px;

    border: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #EE7F00;	
    text-decoration: underline;

}
.EnlaceImprimir:hover{
    background-position: 0 -19px; 
    text-decoration: underline;
    color:#EE7F00;
    cursor: pointer; 
} 

.EnlaceImprimir[disabled]{
    background-position: 0 -40px; 
    cursor: default; 
    color: #C6C7C8;

} 
.EnlaceObservacion {
    background-image: url(../images/noticias.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 22px;
    padding-top:3px;
    height: 20px;

    border: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #EE7F00;	
    text-decoration: underline;

}
.EnlaceObservacion:hover{
    background-position: 0 -19px; 
    text-decoration: underline;
    color:#EE7F00;
    cursor: pointer; 
} 

.EnlaceObservacion[disabled]{
    background-position: 0 -40px; 
    cursor: default; 
    color: #C6C7C8;

} 
.EnlaceVer {
    background-image: url(../images/ojoVisible.png);
    background-repeat: no-repeat;
    background-color: transparent;
    padding-left: 22px;
    padding-top:3px;
    height: 20px;

    border: 0px;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #EE7F00;	
    text-decoration: underline;

}
.EnlaceVer:hover{
    background-position: 0 -19px; 
    text-decoration: underline;
    color:#EE7F00;
    cursor: pointer; 
} 

.EnlaceVer[disabled]{
    background-position: 0 -40px; 
    cursor: default; 
    color: #C6C7C8;

} 
.MetaData
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/metaData.png) no-repeat scroll 0 0 ;

}
.Metadata:hover { 
    text-decoration: underline;
    background-color: #fdeade;
    background-position: 0 -20px; 
    cursor: pointer; 
} 

.Metadata[disabled] { 
    background-position: 0 -40px; 
    cursor:default;
    color: #C6C7C8;

} 

.VerDetalle
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/ojoVisible.png) no-repeat scroll 0 0 ;

}

.VerDetalle[disabled] { 
    background: transparent url(../images/ojoNoVisible.png) no-repeat scroll 0 0 ;
    cursor:default;
    color: #C6C7C8;
} 

.VerDetalle:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
}

.VerObservacion
{
    font-family: Arial;
    font-size: 12px;
    color: #EE7F00;
    font-weight: bold;
    border: 0px;
    text-decoration: underline;
    padding-top:3px;
    padding-left:25px;	
    background-position: left;
    height:20px;
    background: transparent url(../images/noticias.png) no-repeat scroll 0 0 ;

}
.VerObservacion:hover 
{
    text-decoration: underline;
    background-color: #fdeade;
}

.VerObservacion[disabled] { 
    cursor:default;
    color: #C6C7C8;
}

.EnlaceComunSubrayadoEnTitulo {
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    color: #F37021;
    border: 0pt;
    text-decoration: none;
    text-decoration: underline;
}
