.jumbotron {
	background-image: url(../img/estrella-del-sur-portada-1.jpg);
	color: #000;	
	min-height: 300px;
	margin-top: -30px;

}

body {
	background-color: orange;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.gallery
{
    display: inline-block;
    margin-top: 20px;
}


.navbar-brand {
	font-family: 'Berkshire Swash', cursive;
	font-size: 40px;
}

.display-4 {
	color: #fff;
}

.lead {
	color: #fff;

}

.fondogris {
	padding-top: 30px;
	background-color: #424242;
	padding-bottom: 30px;
}

.fondopie {
	margin-top: -5px;
	background-color: #0C5196;
}

.fondopie h5 {
	color: #fff;
}

.fondopie p {
	color: #fff;
}

.fondobeige {
	background-color: #FFE79B;
	margin-top: -50PX;
}

.grisclaro {
	background-color: #FFF2CB;
	margin-top: 	-32px;
}















@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
@import url('https://fonts.googleapis.com/css?family=Slabo+27px');
@import url('https://fonts.googleapis.com/css?family=Kumar+One');

a, a:hover, a:focus{outline:none; text-decoration:none;}

body{
    font-family: 'Open Sans', sans-serif;
}

h2{float:left; width:100%; color:#fff; margin-bottom:30px; font-size: 14px;}
h2 span{font-family: 'Kumar One', cursive; display:block; font-size:45px; text-transform:none; margin-bottom:20px; margin-top:30px;}
h2 a{color:#fff; font-weight:bold;}


section{
    
    float:left;
    width:100%;
   
}

.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 20px 1.25rem;
    border:none;
    
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 25px 0 0px;
    color:#195C9D;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:1%;
    margin-top:8px;
    margin-right:10px;
}
.card-header a{
    width:97%;
    float:left;
    color:#565656;
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin:0 0 0px;
    font-size:20px;
    font-family: 'Berkshire Swash 27px', serif;
    font-weight:bold;
    color:#864480;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}