body {
	background-color:#BDBDBD;
	
}
.navbar {
	margin-bottom:0px;
	color:#a1b5fe;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
}
.sombra
{
	text-shadow: 2px 2px 4px #000000;
}
#sha
{
	/* border: 1px solid #FC0; */
/*	background-image: url(../imagenes/fondo2.gif); 
	background-repeat: repeat-x; */
	background-color:white;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(48,50,0,48);
	-moz-box-shadow: 0px 0px 18px 0px rgba(48,50,0,48);
	box-shadow: 0px 0px 10px 0px rgba(48,50,0,48);
}
.jumbotron{
	background:#314AEF;
	padding:5px 5px 5px 5px;
	margin:0px;
	color:#FFF;
}

.main {
	margin-top:5px;
	margin-bottom: 5px;
}
.post {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #999;
}

.post .post-title a {
	color:#333;
}

.post .thumb{
margin-right:10px;
width:40%;
}

.post .thumb img {
width:100%;
}
h1{
	color:#FFF;
	font-family: 'Cabin', sans-serif;
	font-size:30px;
	text-shadow: 2px 2px 4px #000000;
}

h2{
	font-family: 'Cabin', sans-serif;
	font-size:30px;
	color:#333;
}


.texto{
	color:#333;
	font-family:Lato;
	line-height:1.8em;
	text-align: justify;
}