body {
    background-image: url("../img/geometric-leaves.png");
}
main{
    /*padding:100px 0px !important;*/
    padding-top: 100px!important;
    padding-bottom: 5px!important;
}
.jumbotron{
    background-color: deepskyblue!important;
    color: white!important;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 1px;
}
.sombra{
    -moz-box-shadow: 0 0 5px 5px #888!important;
    -webkit-box-shadow: 0 0 5px 5px#888!important;
     box-shadow: 0 0 5px 5px #888!important;
}
.footer{
    background-color: #22ABF5;
}

/*Ponemos el color de los paneles ya no hay paneles
.panel-heading{
    background-color: deepskyblue !important;
    color: black!important; 
}
*/
/*
.panel-body{
    color: #19003C !important; 
#22E0F5
}#1CC8D6
*/
/*Cambiamos el#E0770F bolor #E1F00Cde la barra del menu y el resto del texto en bla #382903*/
.navbar{
    background: #22ABF5!important;
    color: white !important;
    /*font-weight: bold;*/
}

/*Color del menu #1377E0! del texto el para el nombre de la empresa*/
.navbar-brand:link,.navbar-brand:visited{
    color: #F07D00!important;
}
/*Cunado el menu esta activo*/
.navbar-brand:hover,.navbar-brand:active{
    color: #F07D00!important;
}

/*Color del menu del texto que tiene de Id=#navbarSupportedContent*/
#navbarSupportedContent li a:link,#navbarSupportedContent li a:visited{
    color: #ffffff !important;
}
#navbarSupportedContent li a:hover,#navbarSupportedContent li a:active{
    color: black !important;
}
.dropdown-menu{
    background: #1CC8D6 !important;
}
/*Colocamos el marquen izq. de carucel en 0*/
div div.carousel-item div.container{
    padding-left: 0!important; 
    margin-left: 0!important;

}
#myCarousel{
    padding-bottom: 5px!important;
    margin-bottom: 5px!important;
}
/*Colocamos imagenes a los banners*/
.carousel-inner,.carousel-item{
    /* background-color: deepskyblue !important;
    display: flex;
    align-items: center;*/
    justify-content: center;
}

/*.carousel-item{
    width: 1450px;
}*/
/* si encaso al imprimir no sale correcto descomentar
@media print {
  .container {
    width: auto;
  }
}*/
/*Cambiamos los iconos sus propiedades*/
.fa-fire{
    background: whitesmoke;
    color: #DEC716;
    font-size: 30px;
    padding: 5px;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    border:2px solid #B8E817;
    -webkit-box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow:inset 0 0 15px 0 rgba(0,0,0,0.3);
    text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
/*Decoracion de texto del Nombre*/
.decoratexto{
    text-align: left; 
    font-family: Arial Black; 
    font-weight: bold; 
    font-size: 40px; 
    color: #fff; 
    text-shadow: 0 1px 0 #ddd,
                 0 2px 0 #ccc,
                 0 3px 0 #bbb,
                 0 4px 0 #aaa,
                 0 5px 0 #acacac, 
                 0 6px 1px rgba(5,5,5,0.1),
                 0 0 5px rgba(5,5,5,0.1),
                 0 1px 3px rgba(5,5,5,0.3),
                 0 3px 5px rgba(5,5,5,0.2),
                 0 5px 10px rgba(5,5,5,0.25),
                 0 10px 10px rgba(5,5,5,0.2),
                 0 20px 20px rgba(5,5,5,0.15);
}
.decoracionTexto{
    
    text-shadow: 0 1px 0 #000,
        0 2px 3px #000,
        0 3px 3px #000,
        0 4px 4px #000,
        0 5px 8px #000;
        
}
/*Cambiamos las propiedades de marketin*/
.marketin{
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50%;
    border-radius: 50%;
    background-size: 100% auto;
}
/*estilo para el texto*/
.contenido-articulo{
    background-color: white;
    padding: 2em;
}

.sidebar{
    background-color: white;
}
.sidebar,.gG-Elementos{
    padding-top: 1em;
    padding-bottom: 1em;
}
.gG-Elementos:hover{
    background-color: #2b2b2b!important;
    color: deepskyblue;
}
.gG-Elementos{
    color: white;
}
#gG-Entradas{
    background-color: deepskyblue;
}
#gG-Comentarios{
    background-color: #029ac4;
}
#gG-Favoritos{
    background-color: #394a66;
}
.parte-gestor-entradas{
    background-color: deepskyblue;
    color: white!important;
}
.table-striped{
    color: white;
    border: 0;
}
.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #029ac4;
}
.table-striped>tbody>tr>td{
    border:none;
}
.table-striped>thead>tr>th{
    border: none;
}
/*separar el titulo de la tabla del las filas de la tabla
*/
tbody:before{
    content: "-";
    display: block;
    line-height: 2em;
    color: transparent;
}
.form-nueva-entrada{
    background-color: white;
    padding: 2em;
}