*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: arial;
}
.barraNegro{
    width: 100%;
    height: 28px;
    background: black;
    
}
.centroBarra{
    width: 1170px;
    height: 100%;
    margin: auto;
}
@media(max-width:1170px){
    .centroBarra{
        width: 95%;
    }
}
.centroBarra a{
    float: right;
    height: 15px;    
    margin-top: 6px;
    margin-right: 7px;
}
.centroBarra span{
    float: right;
    font-size: arial;
    font-size: 10pt;
    margin-top: 6px;
    color: white;
    font-weight: lighter;
}
.centroBarra a img{
    height: 100%;
}
.menuNav{
    width: 100%;
    position: fixed;
    background: rgba(134,23,27,0.95);
    z-index: 100;
    box-shadow: 2px 2px 20px rgba(0,0,0,0.7);
}
.centroMenu{
    width: 1200px;
    margin: auto;
}
@media(max-width:1200px){
    .centroMenu{
        width: 95%;
    }
}
.menuGeneral{
    width: 40px;
    float: left;
    margin-right: 25px;
    padding: 6px;
    cursor: pointer;
}
@media(max-width:348px){
    .menuGeneral{
        margin-right: 5px;
        width: 30px;
    }
}
.nombreDiario{
    width: 102px;
    
    padding-top: 8px;
    padding-bottom: 3px;
}
@media(max-width:600px){
    .nombreDiario{
        width: 200px;
    }
}
.menuTelefono{
    margin-top: 5px;
    width: 235px;
    height: 55px;
    float: right;
    position: relative;
}
.divTelefono{
    width: 243px;
    
    right: 10px;
    position: absolute;
    top: 0;
}
.facebooA img{
    width: 22px;
    cursor: pointer;
}
.facebooA img:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.instagramA img{
    width: 22px;
    cursor: pointer;
}
.instagramA img:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.divTelefono span{
    position: absolute;
    font-family: arial;
    font-size: 12pt;
    margin-top: 3px;
    margin-left: 5px;
}
.seccionesMEsta{
    width: 100%;
    position: absolute;
    bottom: 0;
    
}
.seccionesMEsta a{
    text-decoration: none;
    font-family: arial;
    color: white;
    font-size: 12pt;
    padding: 3px;
    margin-right: 4px;
    cursor: pointer;
}
.seccionesMEsta a:hover{
    opacity: 0.7;
    transition: 0.5s;
}
.nombreDiario img{
    width: 100%;
    cursor: pointer;
}
.nav1{
    width: 100%;
    height: 30px;
    padding-bottom: 20px;
    display: none;
}
.logoSolo{
    width: 50px;
    position: absolute;
    margin-top: -3px;
}

/*Menu1////*/
.menu1{
    list-style: none;  
    float: left;
}
.menu1 li{
    float: left;
    
}
.menu1 li a{
    font-size: 12pt;
    font-family: arial;
    padding: 10px 5px;
    padding-bottom: 8px;
    margin-right: 2px;
    display: block;
    font-weight: bold;
    color: white;
    cursor: pointer;
    text-decoration: none;
}
.menu1 li a:hover{
    transition: 0.7s;
    background: white;
    color: white;
}
/*Search//*/
.search{
    width: 250px;
    height: 30px;
    
    float: right;
    border: solid 1px white;
    display: none;
    
}
.search img{
    width: 20px;
    padding: 3.5px;
    cursor: pointer;
}
.search input{
    float: right;
    width: 220px;
    height: 90%;
    margin-top: 2px;
    margin-right: 1%;
    background: #02b1ce;
    border: none;
    
    color: white;
    font-family: arial;
}
.redesResponsive{
    margin-top: 30px;
    margin-left: 20px;
}
.redesResponsive a{
    font-family: arial;
    font-size: 12pt;
}
@media(max-width:600px){
    .menuTelefono{
        display: none;
    }
    .nombreDiario{
        margin: auto;
        width: 65px;
        padding-top: 2px;
    }
    .nav1{
        display: block;
    }
    .menu1{
        display: none;
        background: gray;
    }
    .menuGeneral{
        position: absolute;
        top: 42px;
        width: 35px;
    }
    .menuNav{
        height: 80px;
    }
}


/*Mapa////*/
.sectionMapa{
        width: 100%;
        height: 400px;
        position: relative;
    }
    .sectionMapa iframe{
        width: 100%;
        height: 100%;
    }
    @media(max-width:800px){
        .sectionMapa{
            height: 330px;
            overflow: hidden;
        }
    }
/*Contacto///*/
.contacto{
    background: #86171B;
    height: 550px;
}
.centroContacto{
    position: relative;
    width: 1000px;
    height: 300px;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 150px;
    
}
.textoRedes{
    float: left;
    width: 360px;
    height: 300px;
    
}
@media(max-width:400px){
    .textoRedes{
        margin-top: 0px;
    }
}
.textoRedes p{
    color: white;
    font-family: arial;
    padding-bottom: 7px;
}
.redesContacto{
    width: 70px;
    margin: auto;
    margin-bottom: 10px;
}
.redesContacto img{
    width: 100%;
    
}
.divRedC{
    margin-top: 10px;
    height: 22px;
    margin-bottom: 10px;
}
.divRedC a{
    height: 100%;
    margin-right: 3px;
}
.divRedC a img{
    cursor: pointer;
    height: 100%;
}
.redesContacto img:hover{
    transition: 0.5s;
    opacity: 0.7;
}
.contacto form{
    width: 350px;
    float: right;
    
    padding: 10px;
}
.contactanos{
    text-align: center;
    font-family: arial;
    padding-bottom: 10px;
    color: #3B3B3D;
    display: none;
}
@media(max-width:800px){
    .contactanos{
        display: block;
    }
}
form .input{
    width: 100%;
    height: 33px;
    margin-bottom: 13px;
    border: none;
    
    
    padding-top: 5px;
    padding-bottom: 5px;
}
form textarea{
    padding-top: 5px;
    width: 100%;
    height: 150px;
    border: none;
    
}
.enviar{
    margin-top: 5px;
    border: none;
    padding: 10px;
    width: 100px;
    padding-right: 10px;
    background: #903333;
    color: white;
    background: black;
    color: white;
    cursor: pointer;
    float: right;
}
.enviar:hover{
    
    
}
@media(max-width:1000px){
    .centroContacto{
        width: 95%;
    }
}
@media(max-width:770px){
    .centroContacto{
        width: 400px;
        height: 600px;
        padding-top: 30px;
    }
    .textoRedes{
        width: 100%;
        height: 150px;
        float: inherit;
        
        
    }
    .contacto{
        height: 650px;
    }
    .contacto form{
        margin-top: 30px;
        width: 100%;
        float: inherit;
        padding: inherit;
    }
}
@media(max-width:400px){
    .centroContacto{
        width: 95%;
    }
    .textoRedes p{
        font-size: 10pt;
    }
}



/*Venta Departamento Filtros

/*Venta Departamento*/
/*the container must be positioned relative:*/
.custom-select, .custom-select2 {
  position: relative;
  font-family: Arial;
    float: left;
    margin-left: 2px;
}
.custom-select{
    width: 100px;    
}
.custom-select2{
    width: 140px;    
}
.custom-select select, .custom-select2 select {
  display: none; /*hide original SELECT element:*/
    
}
.select-selected {
  
}
.selected1{
  border: solid 1px rgba(0,0,0,0.2);
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom:none;
}
.selected2{
    border: solid 1px rgba(255,255,255,0.2);
    border-top: none;
    border-left: none;
    border-bottom:none;
    
    border-right-color: rgba(0,0,0,0.2);
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #000 transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #000 transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: black;
  padding: 6px 8px;
  
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
  position: absolute;
  background-color: white;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  box-shadow: 2px 2px 10px black;
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: scroll;
    overflow-x: hidden;
    min-height: 50px;
    max-height: 150px;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.2);
}

/*Search///*/
.contenerFiltroSearch{
    position: absolute;
    bottom: 30%;
    width: 100%;
}
@media(max-width:500px){
    .contenerFiltroSearch{
        bottom: 40%;
    }
}
.centroSearchFiltro{
    width: 850px;
    margin: auto;
    background: black;
    padding: 20px;
    padding-left: 30px;
    padding-right: 30px;
    background: rgba(255,255,255,1);
    position: relative;
    box-shadow: 2px 2px 10px black;
    
    
}
@media(max-width:850px){
    .centroSearchFiltro{
        width: 593px;
    }
}
.labelUbicacion{
    color: black;
    margin-left: 10px;
}
#input-search{
    width: 430px;
    height: 30px;
    font-size: 12pt;
    text-indent: 2px;
    border: none;
    margin-left: 2px;
    border-bottom: solid 5px #86171B;
    color: black;
}
@media(max-width:593px){
    .centroSearchFiltro{
        width: 90%;
    }
    #input-search{
        width: 65%;
        margin-top: 8px;
    }
}
#input-search::placeholder { 
    color: #86171B;
}
#input-search:-ms-input-placeholder { color: #86171B; } /* IE 10+ */
#input-search::-webkit-input-placeholder { color: #86171B; } /* WebKit */
#input-search::-moz-placeholder { color: #86171B; } /* Firefox 19+ */
.botonBuscarSearch{
    padding: 3px 10px;
    margin-left: 30px;
    cursor: pointer;
    color: white;
    background: none;
    font-size: 12pt;
    width: 70px;
    background: #86171B;
    border: none;
    font-weight: lighter;
    padding: 5px 10px;
}
.botonBuscarSearch:hover{
    background: black;
    color: white;
    transition: 0.5s;
}
@media(max-width:394px){
    .centroSearchFiltro{
        width: 95%;
        padding-left: 5px;
        padding-right: 9px;
    }
    #input-search{
        width: 75%;
        font-size: 11pt;
        margin-top: 8px;
    }
    .botonBuscarSearch{
        margin-left: 5px;
        
    }
}
@media(max-width:340px){
    .botonBuscarSearch{
        font-size: 10pt;
        width: 50px;
        padding: 3px 2px;
    }
}
@media(max-width:284px){
    #input-search{
        width: 70%;
    }
}
.content-search{
    display: none;
}

.content-table{
    width: 430px;
    right: 0;
    max-height: 200px;
    height: auto;
    background: white;
    margin-top: 1px;
    overflow-y: visible;
    overflow-x: hidden;
    border: solid 1px lightgray;
    box-shadow: 2px 2px 10px #000;
border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    margin-right: 134px;
    position: absolute;
}
@media(max-width:593px){
    .content-table{
        width: 100%;
        margin-right: 0;
        }
}
.content-table table{
    width: 100%;
}

tbody tr td a{
    display: block;
    padding: 4px;
    color: black;
    text-decoration: none;
    font-size: 12pt;
}

tbody tr td a:hover{
    background: lightgray;
}

#table_length, #table_filter, #table_info, #table_paginate{
    display: none;
}













/*Footer////*/

footer{
    
    
    border-left: none;
    border-right: none;
    border-bottom: none;
    position: relative;
    
}
@media(max-width:800px){
    footer{
        
    }
}
footer p{
    font-family: arial;
    font-size: 11pt;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
footer span{
    color: #86171B;
}
footer a{
    text-decoration: none;
    color: black;
}
footer a:hover{
    transition: 0.5s;
    opacity: 0.8;
}
    
    
    .imagenesCodigoFooter{
        width: 280px;
        height: 170px;
        padding-top: 20px;
        
        margin: auto;
    }
    .imagenesCodigoFooter a{
    }
    .imfooter1{
        float: left;
        display: block;
        width: 120px;
        margin-top: 25px;
    }
    .imfooter1 img{
        width: 100%;
    }
    .imfooter2{
        float: right;
        display: block;
        width: 100px;
    }
    .imfooter2 img{
        width: 100%;
    }
    
    @media(max-width:400px){
        .imagenesCodigoFooter{
            width: 200px;
            height: 120px;
        }
        .imfooter1{
            width: 80px;
        }
        .imfooter2{
            width: 70px;
        }
    }