/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

nav.navigation.post-navigation {
	display: none;   }

.breadcrumbs { 
display: none;
}

.e-n-menu-item-title-text {
  color: #193153;
}

h2.entry_title {
  display: none;
}

div.post_info {
  display: none;
}

div.comment_holder.clearfix {
  display: none;
}

/*TABLAS*/

#tabla.filas td div {
    background: url("/wp-content/uploads/2024/04/h2-bg_esq.gif") no-repeat scroll left top;
    background-color: #162882;
    font-size: 101%;
    color: #fff;
    height: 40px;
    margin: 0;
    padding: 7px 0 0 0;
    text-align: center;
    vertical-align: text-bottom
}

#tabla.filas th {
    background-color: #e5e5e5;
    border-bottom: 1px solid #172982;
    border-left: medium;
    border-right: medium;
    vertical-align: middle!important;
    font-weight: 700;
    padding: 5px;
    text-align: left
}

#tabla.filas th h5 {
    font-size: 16px;
    color: #666;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-align: center
}

#tabla.filas td {
    border-bottom: 1px solid #172982;
    margin: 0;
    padding: 0;
    text-align: center
}

#tabla tr:hover{
   background-color:#e5e5e5;
  cursor: pointer;
}