@charset "utf-8";
/* CSS Document */

.FondoJumbotron
{
	background-image:url(Imagenes/BannerDefault.png);
	margin-bottom: 0;
    max-height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
	

	color:white; text-shadow: 0px 3px 8px #2a2a2a;
	
}
