﻿body {
}

.Box{ width:740px; 
      margin-left:auto; 
      margin-right:auto; 
      background-color:#FFFFFF; 
      background-image:url(../Imagenes/bkg_Denuncia.jpg); 
      background-size:100%;
    }

.FilaBanner{
    background-image:url(../Imagenes/banner.jpg);
    height:80px;

}

.FilaMenu1{ clear:left; 
            width:100%; 
            background-color:#CCCCCC; 
            padding-top:2px; 
            padding-bottom:2px; 
            height:2px; 
        }



.FilaCopyright { 
	padding-top:5px; 
	padding-bottom:15px; 
	font-weight:bold; 
	font-size:9px;
    text-align:center;
}

.EstiloBanner {
    background:url(/../Imagenes/banner.jpg);
   
}
.EstiloFiLaBanner {
    /*background:url(../Imagenes/tab_izq.jpg) repeat;*/
    /*background:url('Imagenes/tab_der.jpg') ;*/
}

#cabecera
{
	background : url(../Imagenes/tab_izq.jpg) repeat;
       
	}

.EstiloFiLaBanner {
    background:url(/../Imagenes/tab_izq.jpg) repeat;

}

.tabla_barraFuncionario
{
	font-size: 7pt;
	font-family:  Verdana, Arial, 'Microsoft Sans Serif';
	color: black;
	background-color:#efefef;
	width:100%;
    border:0px;
    }

.TextoMensajeAzul{
    color:blue;
    font-style:italic;
    font-size:12px;
}

.TextoMensajeRojo{
    color:red;
    font-style:italic;
    font-size:12px;
    text-align:right;
}

.Oculto{
    display:none;
}

.ShortTxt {
    width:90px;
    text-transform:uppercase;
}

.ShortTxt2 {
    width:100px;
}

.ShortTxt3 {
    width:110px;
}


.borde1{
    border:1px solid red;
}
.borde2{
    border:1px solid blue;
}

.NoPadding{
    padding:0px 0px 0px 0px;
}

.BotonPaginacion{
    color: #fff;
    border: 1px solid #2e6da4;
    background-color: #337ab7;
    border-radius: 15px; 
}

[Class="btn btn-link"]{
    color:white;
}

.BotonPaginacionNext {
    float: right;
}

.BotonPaginacionPrevious {
    float: left;
}

.BotonPaginacion:hover{
    text-decoration: none;
  background-color: #eee;
}

.EspacioDerecha {
    margin-right:10px;
    width:190px;
    display:inline-block;
}

.EspacioDerechaDenunciado {
    margin-right:10px;
    width:130px;
    display:inline-block;
}

.EspacioDerechaIcon {
    margin-right:10px;
    width:130px;
    display:inline-block;
}

.AlineadoDrerecha{
    text-align:right;
}

.DivCaptchaStyle{
    width:300px; 
    margin-left:auto;
     margin-right:auto; 
}

/* Modificacion para que se vean las opciones de los select de mes y año en el calendario*/
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    color:black;
}

.Titulo1 {
    font-size:20px;
    font-weight:bold;
}

.Titulo2{
    font-size:18px;
    text-align:center;
    font-weight:bold;
}

.Titulo3{
    font-size:14px;
    text-align:center;
    font-weight:bold;
}

.NuevoModelo-Titulo{
     font-size:24px;
    text-align:center;
    font-weight:bold;
}

.Wrapper{
    word-wrap:break-word;
}

.Paginacion{
    text-align:right;
    font-weight:bold;
}

.Link{
    text-decoration:underline;
}



.LetraPequeña{
    font-size:small;
}

.LetraPequeña2{
    font-size:smaller;
}

.GridCentreado{
    margin-left:auto; 
    margin-right:auto;  
    display:table;
    /*width: auto;*/
}

.toUpper {
    text-transform:uppercase;
}

.ui-dialog-titlebar-close {
    color:black;
}

.gridBoton {
    text-decoration:underline;
    color:blue;
}

.TituloSeccion {
    font-weight:bold;
    color:#337AB7;
    font-size:15px;
    font-style:italic;
}

.AdjustFeedback {
    top: 20px;
}


.TextoAlertaRojo{
    color:red;
    font-style:italic;
    font-size:15px;
    text-align:center;
}

.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }


.circulo {
    width:25px;
    height:25px;
    border-radius:12.5px;
    border:1px solid black;   
}

.bg-verde {
    background-color:green;
}

.bg-amarillo {
    background-color:yellow;
}

.bg-rojo {
    background-color:red;
}

.noBottom {
    margin-bottom:0px;
}


.text-bold{
    font-weight:bold;
}

.text-large{
    font-size:24px;
}

.text-large2{
    font-size:18px;
}




.CampoFecha {
    margin-right:5%;
    width:75%;
    display:inline-block;
}

.signature {
  width: 100%;
  border-bottom: 1px solid black;
  height: 30px;
}


.ScrollBar {
    overflow-y:scroll;
}




/*ESTILO DE CGR*/
.FilaRoja{ 
        clear:left; 
        width:100%; 
        background-color:#F7AC26;
    }


.panel-primary {
  border-color: #0E1A3C;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #0E1A3C;
  border-color: #0E1A3C;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #0E1A3C;
}
.panel-primary > .panel-heading .badge {
  color: #0E1A3C;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #0E1A3C;
}


.panel-red {
  border-color: #A71737;
}
.panel-red > .panel-heading {
  color: #fff;
  background-color: #A71737;
  border-color: #A71737;
}
.panel-red > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #A71737;
}
.panel-red > .panel-heading .badge {
  color: #A71737;
  background-color: #fff;
}
.panel-red > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #A71737;
}


.btn-primary {
  color: #fff;
  background-color: #0E1A3C;
  border-color: #0E1A3C;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #0E1A3C;
  border-color: #0E1A3C;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #0E1A3C;
  border-color: #0E1A3C;
}
.btn-primary .badge {
  color: #0E1A3C;
  background-color: #fff;
}

.BotonPaginacion{
    color: #fff;
    border: 1px solid #0E1A3C;
    background-color: #0E1A3C;
    border-radius: 15px; 
}

.BotonPaginacion:hover{
    text-decoration: none;
    background-color: #eee;
}




.PagingStyle {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    background-color: #F7AC26;
}

.PagingStyle table > tbody > tr > td {
    display: inline;
}

.PagingStyle table > tbody > tr > td > a,
.PagingStyle table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #0E1A3C;
    background-color: #F7AC26;
    border: 1px solid #0E1A3C;
    margin-left: -1px;
}

.PagingStyle table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #0E1A3C;
    font-weight:bold;
    background-color: #EEEEEE;
    border-color: #0E1A3C;
    cursor: default;
}

.PagingStyle table > tbody > tr > td:first-child > a,
.PagingStyle table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.PagingStyle table > tbody > tr > td:last-child > a,
.PagingStyle table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.PagingStyle table > tbody > tr > td > a:hover,
.PagingStyle table > tbody > tr > td > span:hover,
.PagingStyle table > tbody > tr > td > a:focus,
.PagingStyle table > tbody > tr > td > span:focus {
    color: #0E1A3C;
    background-color: #EEEEEE;
    border-color: #0E1A3C;
}

.TituloGrid{
     color:#0E1A3C;
     font-weight:bold;
}

.TituloGrid > th{
    background-color: #F7AC26;
    border-color: #F7AC26;    
    text-align:center;    
}


.horizontalrule{
    background-color:#A71737;
    border-bottom-color:#A71737;
    height:5px;
}

.horizontalrule2{
    background-color:#A71737;
    border-bottom-color:#A71737;
    height:1px;
}

.TituloSeccion {
    font-weight:bold;
    color:#A71737;
    font-size:15px;
    font-style:italic;
}