/*-- fondo del footer --*/;

.footer-widgets {
    background-color: #353e44;
}


.contactopost {
 width:100%;   
}


.has-site-title.has-site-tagline .site-header {
    display: block;
    height: 55px;
    z-index: 20;
    line-height:55px;
       
}

#site-navigation > ul {
    color:white;
}

.ul.nav-menu {
    color:white;
    
}

.nav-menu a {
    color: #f5f5f5;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    zoom: 1;
}

.site-footer .site-info .theme-info {
    display: none;
}

#responsive-form{
    max-width:800px /*-- cambiar esto para conseguir el ancho de la forma deseada --*/;
    margin:0 auto;
        width:100%;
}
.form-row{
    width: 100%;
}
.column-half, .column-full{
    float: left;
    position: relative;
    padding: 0.65rem;
    width:100%;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
 
 
button, input, select, textarea {
    margin: 0;
    width: 100%;
    line-height: inherit;
    border-radius: 0;
} 

.news-head {
    background-color: #333331;
    padding: 10px;
    color: white !important;
}

.pico {
 border-left: 109px solid transparent;
    border-right: 109px solid transparent;
    border-top: 44px solid #FFFFFF;
    height: 0;
    margin: -5px auto 0;
    width: 0;
    }
    

.texto-newsletter {
    text-align: center;
    font-weight: bold;
}

.home-newsletter {
    width: 950px;
    height: 312px;
    margin: 101px auto -175px auto;
    position: relative;
    background: #fff;
}

.home-newsletter-intro {
    font-size: 20px;
    margin: 5px 20px;
    display: table;
}
 
/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
    .column-half{
        width: 50%;
    }
}