

/*body { padding-top: 70px; }*/
@import "/assets/css/fonts/font-awesome-4.7.0/css/font-awesome.css";
/*html,body{height:100%;}*/
body{
    background: url('/assets/img/background.jpg');
    /*background: url('/assets/img/kandinsky_transverse_lines.jpg');*/
    background-size: cover;
    /*background-repeat: no-repeat;*/
    /*margin: 2% auto;*/
    /*height:80%;*/
}
/*#contenedor-p{
    height:90%;
    min-height:90%;
}

*/
.content-inicio{
/*    width: 33%;
    min-width: 290px;*/
    margin: 6% auto 9%;
    
    /*padding-top: 4%;*/
}
/*min-width: 290px;
text-align: center;
width: 33%;
margin: 0 auto;*/



/*.footer{
    margin: -50px;
}*/
.nb-copyright{
    
    background: #5185a7;
    padding: 10px 0px 10px 0px;
    color: white;    
}
.nb-copyright a{
    color: white;
}

.custom-select {
    line-height: 1.25;
    color: #495057;
    z-index: 1;
}
.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(3.05rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.25;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
        background-size: auto auto;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    appearance: none;
}
form select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

