/* INICIO */
.navbar {
	margin-bottom:-1px;
	border-radius:0;
}

#submenu {
	background-color: #982029;
	color:#FFF;
	margin-bottom:20px;
}

.collapsing {
	display:none;
}


/* INICIO */
.tituloApartado{
	border-left-style:solid;
	border-left-width:5px;
	border-left-color:#9a2028;
	padding-left:10px;
	font-size:20px;
	font-weight:500;
	margin:10px 0px 10px 0px;
  	font-family: 'Open Sans', sans-serif;
}

.tituloSecc{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9a2028;
	margin-left:10px;
	font-size:18px;
	font-weight:500;
  	font-family: 'Open Sans', sans-serif;
}

.tituloSecc2{
	border-top-style:solid;
	border-top-width:5px;
	border-top-color:#9a2028;
	font-size:20px;
	font-weight:500;
  	font-family: 'Open Sans', sans-serif;
	padding-left:20px;
}

.tituloSecc3{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#9a2028;
	margin-left:10px;
	font-size:18px;
	font-weight:500;
  	font-family: 'Open Sans', sans-serif;
	margin-bottom:300px;
	padding-bottom:300px;
}

.calendario{
	font-size:70px;
	text-align:center;
	color:#c5c5c7;
	font-weight:bold;
}

.calendario2{
	font-size:36px;
	text-align:center;
	color:#c5c5c7;
}

.seccionActiva{
	color: #9c2138;
	border-top: solid 2px #9c2138;
}

.margin-top-10{
	margin-top: 10px;
}

.img-blob img{
	display: block;
	max-width: 100%;
	height: auto;
}

.testimonials.testimonials-v1 p, .testimonials.testimonials-v2 p{
	background-color: inherit;
}