﻿.cssInfoAplicacion
{
    background-color:#C2D7EA;
    font-size: 11px;
    padding-left: 10px;
    color: #000080;
    text-align: left;
    padding-bottom: 6px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    width: 96.7%;
    padding-top:15px;
}
.cssInfoAplicacionDescripcion
{
    font-size: 12px;
    padding-left: 10px;
    padding-bottom: 2px;
    color: #000080;
    text-align: left;
    padding-bottom: 6px;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    padding-top: 4px;
    margin-bottom: 5px;
}
.lblCatecoriaAplicacion
{
    font-size: 11px;
    color: #2D2D2D;
    text-transform: uppercase;
}
.cssDivContenedorPagina
{
  position: relative;
  width: 100%;
  clear: both;
    /*
    text-align: left;
    width: 100%;
    height: 100%;
*/
}
.cssDivMenuLateralDer
{
    width: 290px;
    height: auto;
    float: right;
    margin-right: 35px;
}
.cssDivContenedorCent
{
    width: 90%;
    height: auto;
    text-align: justify;
    padding-left: 20px;
}
.cssDivOpcionesConsulta
{
    background-position: right bottom;
    background-image: url('img/fondo-busqueda.png');
    width: 100%;
    height: auto;
    padding-left: 5px;
    background-repeat: no-repeat
}
.cssDivOpcionBusqueda
{
    text-align: center;
    width: 100%;
    height: auto;
}
.cssDivOpcionesConsulta .cssDivTituloOpcion
{
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    border-bottom-color: #FFFFFF;
    text-align: justify;
    font-weight: bold;
    color: #2D2D2D;
    padding-bottom: 3px;
}
.cssDivOpcionesConsulta .cssDivTextoOpcion
{
    text-align: justify;
    margin-bottom: 10px;
    padding-top: 5px;
}
.cssImagenAgregarRelaciones
{
	float: right;
	padding-right: 10px;
	height: 16px;
	cursor:pointer;
}
.cssImagenSeleccionaOrigen
{
	float: left;
	padding-right: 10px;
	cursor:pointer;
}
.cssCampoOrigen{
	float: left;
	margin-right:4px;
	cursor:pointer;
}

.cssAgregarRelacionesBt
{
	border-style: none;
	background-position: center top;
	float: right;
	background-image: url('img/relacion.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: 10px;
	width: 16px;
	cursor:pointer;
}
.cssAgregarRegistroBt
{
	border-style: none;
	background-position: center top;
	float: right;
	background-image: url('img/agregar.png');
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-right: 10px;
	cursor:pointer;
}
.cssOpcionEliminaRelacion
{
    float: right;
    width: 20px;
    height: 20px;
}
.cssDivOpcionDescargaDocumentoDetalle
{
    width: 160px;
    height: auto;
    font-size: 10px;
    float: left;
    margin-left: 15px;
    text-align: left;
}

.cssDivOpcionDescargaDocumentoDetalle a
{
    text-decoration: underline;
    color: #0000FF;
    font-weight: bold;
}
    
.cssDivOpcionDescargaDocumentoDetalle a:hover
{
    text-decoration: none;
    color: #CC3300;
    cursor: pointer;
}

#imgDocumentoResolucionDetalle
{
    float: left;
    margin-right: 5px;
}

.cssDivOpcionDescargaDocumento
{
    width: 100px;
    height: 60px;
    padding: 7px 5px 2px 5px;
    font-size: 10px;
    float: right;
    margin-right: 15px;
}

.cssDivOpcionDescargaDocumento a
{
    text-decoration: none;
    color: #000080;
    }

.cssDivOpcionDescargaDocumento a:hover
{
    text-decoration: none;
    color: #CC3300;
    cursor: pointer;
}

#imgDocumentoResolucion
{
    float:right;
        }
#imgCargaDocumentoResolucion
{
    float:right;
        }