.cvd{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.42857143;
    color: #333;
    margin-bottom:20px;
}
.cvd1{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    margin-bottom:20px;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    color: black !important;
}

.cuerpopaginapadre{
    /*margin-top:30px;*/
    text-align:center;
}

.cuerpopaginapadre2{
    /* margin-left:30px; */
}

.cabecerapaginas{
/*	margin-top:-20px;*/
	top:0;
	bottom:0;
	left:0;
	height:100%;
	background-repeat:no-repeat;
	background-position: top center;
	background-size:cover;
    width: 100%!important;
    max-width: 100%!important;

}
input[type="radio"], input[type="checkbox"] {
    margin: 4px 5px 0 !important;
}


/* Esta clase es para páginas con poco contenido y centradas */

.cuerpopaginacentrada{
    display:inline-block;
    width:60%;
    padding:2px;
    margin-bottom: 30px;
}

.cuerpopagina{
    display:inline-block;
    width:99%;
    padding:2px;
    margin-bottom: 30px;
    margin-top:20px;
    padding-left:10px;
}

.bloquebusqueda{
    text-align:left;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #dbdbdb;
}

.bloquebusqueda input, .bloquebusqueda select{
    border:1px solid #dbdbdb;
    background-color: #ececec;
    margin-bottom: 10px;

}

.tabla-edictos-inner{
    position:relative;
    box-shadow:2px 2px 3px 0px rgba(0,0,0,0.15);
}

.tabla-edictos{
    /* padding:15px;*/
}

.tabla-edictos table thead{
    background-color: #336699;
    /* color: white;*/
}


.tabla-edictos table {
    width: 99%;
/*    font: .75em Verdana, Arial, Helvetica, sans-serif; */
    color: #000;
    text-align: left;
    border-collapse: collapse;
    margin:10px;
    border:1px solid #eaeaea;
}
.tabla-edictos table td,  .tabla-edictos table th {
    font-size: 12px;
    line-height: 1.3em;
    padding: 5px;
}
.tabla-edictos table th{
    border-bottom: 1px solid #eaeaea;
   /* background-color: #336699;
    color:white; */
}
.tabla-edictos tr{
    /* Todas las filas blancas */
    background-color: white;
}
.tabla-edictos tr:nth-child(2n+1){
    /* Filas impares grises */
   /*  background-color: #F5F5FF;*/
}
.tabla-edictos tr:hover{
    /* Filas celeste al pasar el mouse */
    /* background-color: #E1E4F2;*/
}
.tabla-edictos th.headerSortUp {
    background-image: url("../Desarrollo-Diputacion/images/up.gif");
    background-color: #5185BA;
}
.tabla-edictos th.headerSortDown {
    background-image: url("../Desarrollo-Diputacion/images/down.gif");
    background-color: #5185BA;
}
.tabla-edictos th.header {
    cursor: pointer;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center right;
    padding-left: 20px;
    border-right: 1px solid #dad9c7;
    margin-left: -1px;
}


.bop-fecha{
    width:5%;
}
.bop-numero{
    width:5%;
}
.bop-edicto{
    width:5%;
}
.bop-extracto{
    width:50%;
}
.bop-localidad{
    width:10%;
}
.bop-organismo{
    width:20%;
}
.bop-erratas{
    width:5%;
}

.fondoedictos{
    background-color: #eaeaea;
    margin:20px;
}

.fondoedictos h4{
    margin-left:10px;
    color: #336699;
    font-weight: bold;
}

.fondoedictos h5{
    margin-left:10px;
    font-weight: bold;
}


.table-responsive table thead{
     background-color: #2480AF;
    color: white;
}

.table-responsive table thead th{
/* border: 1px solid black; */
}

.table-responsive input {
    border: 1px solid grey !important;
}

#buscador {
    /* border: 1px solid black; */
    margin-bottom:10px;
}
.control{
    /* border: 1px solid black; */
    margin-top:10px;
}
/*--------------------- Formato formularios tablas ----------------------------------------*/
.contenedor-tabla{
        display: table;
        width:100%;
        padding:2px;
        border: 1px ;
}
.contenedor-fila{
        display: table-row;			
}
.contenedor-columna{
        display: table-cell;
        border: 1px ;     
        text-align: left;
}
.contenedor-columna div{
        margin: 1px;
        border: 1px;
}

.tabladetalle table, th{
   /*border: 1px solid black !important; */
}

.tabladetalleth{
    background-color: #2480AF;
    color: white;
}

.atras {
    text-align:right;
    font-size: 16px;
}


#DatosSalida {
    border: inset 0pt !important;
}
#DatosSalida th{
    padding:5px;
}

thead th, thead td {
    border: inset 0pt !important;
}

/* estas clases sirven vara ocultar y mostrar texto en un div */
.cortar{
    width:200px;
    height:20px;
    padding:20px;
    border:1px solid blue;
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cortar:hover {
    width: 100%;
    white-space: initial;
    overflow:visible;
    cursor: pointer;
}

.alinear{
    text-align: justify;
}
