﻿.futuras-contenedor-blanco {
    width: 100%;
    background-color: white;
}

.futuras-contenedor-azul {
    width: 100%;
    /*background-color: #ecf1f4;*/
}

.futuras-contenedor-centro {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
}

.futuras-localidad {
    font-size: 14pt;
    font-weight: bold;
    color: #007838;
    text-align: center;
    display: table-cell; 
    vertical-align: middle;
}

.futuras-imagen-galeria {
    position:relative;
    padding: 4px 4px 4px 4px;
}

/*http://www.minimit.com/demos/bootstrap-3-responsive-centered-columns*/
/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}