h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    text-transform: uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #000000;
}

strong {
    color: #333333;
}

a {
    color: #6B6B6B;
    font-weight: 700;
}

a:hover {
    color: #000000; 
} 

/*Personalización Campo Desplegable CF7*/
.wpcf7-select {
   width: 100%;
   padding: 15px;
   border: none;
   -moz-border-radius: 0;
   -webkit-border-radius: 0;
   border-radius: 0px;
   color:#999;
   background-color: #eee;
   font-size: 14px;
}

#footer-bottom a:hover {
    color: #000000;
}

.et_pb_scroll_top.et-pb-icon {
    background: #1a65a3 none repeat scroll 0 0;
}