
/*****tablas personalizadas fichas tecnicas *****************/
tr:nth-child(odd) {
    background-color:#f2f2f2;
}
tr:nth-child(even) {
    background-color: #ffffff;
}

table th, table td {
    border-top: 1px solid #aeaeae;
    border: 1px solid #aeaeae;
}


div#texto-justificado-01 {
    text-align: justify;
}
li.menu-item.menu-item-type-custom.menu-item-object-custom.current-menu-ancestor.current-menu-parent.menu-item-has-children.dropdown.menu-item-1678 {
    width: 240px;
}
ul.sub-menu {
    width: 220px;
}

/*Formato de Acordion*/

.su-note-inner.su-clearfix {
    padding: 1em;
    border-width: 1px;
    border-style: solid;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.wpb_accordion.wpb_content_element.not-column-inherit {
    margin-bottom: 0px;
    margin-top: 0px;
}

#logo img{
    margin-left: -60px
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper {
    padding-top: 4.25%;
}



/*fin del codigo */