body {
    -webkit-transition: 2s, -moz-transition: 2s, -ms-transition: 2s, -o-transition: 2s, transition: 2s, background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    /*background: url(../images/fondos/fotomontaje1.jpg) no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: 'GandhiSans-Regular';
}

.content {
    background-color: rgba(255,255, 255, .7);
    color: black;
    /*float: left;*/
    /*width: 600px;*/
    /*height: 100%;*/
    /*padding: 0px 20px 0px 0px;*/
    /*padding-top: 5px;*/
    /*margin: 0px 5px 0px 5px;*/
    /*display: inline;*/
    /*overflow: hidden;*/
    -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

/*Todos los botones que usen esta hoja de estilos seran morado Gandhi y de un tono mas claro de este mismo color al pasr sobre ellos */
.btn-primary, .btn-primary:active, .btn-primary:visited {
    background-color: #8B189B !important;
    color: white;
}

    .btn-primary:hover {
        background-color: #9e27ae !important;
    }
