/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /* margin-top: 142px; */
    padding: 46px;
}

/* Header Image Background - Change the URL below to your image path (example: ../images/background.jpg) */

.full {
	
    background: url('/static/img/fondo.jpg') no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;	
    -o-background-size: cover;
}