/*@font-face {
	font-family: Museo Sans;
	font-weight: 500;
	src: url('../fonts/MuseoSans/MuseoSans_500.otf'); 
}*/

/* se importa el google font y se aplica al contenido de la página */
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body{
  font-family: 'Montserrat', sans-serif;
}

body {
	background-color: lightblue;
	/*font-family: Museo Sans;*/
	font-weight: 500;

}
body.boxed-layout #wrapper {
    background-color: #ededed;
}
#menu {
  text-align: center;
}
.content-Faqs
{
	margin-left: 10%;
	margin-right: 10%;
}
.FAQS-Title h1
{
	color: #0096d5;
	font-size: x-large;
	text-align: center;
}
.FAQS-Title h2
{
	text-transform: uppercase;
	font-size: large;
	text-align: center;
}
.inline h1,
.inline p{
 display: inline;
    vertical-align: top;
    line-height: 28px;
}
.separacion
{
  border-style: solid;
  border-color: #d4cdcd;;
  border-width: 0px 0px 2px 0px;
}
.inline
{
padding-top: 3%;
padding-bottom: 3%;
}
.FAQS-Title .FAQs-parrafo h1
{
	color: #0096d5;
	font-size: medium;
	text-align: left;
}
.FAQS-Title .FAQs-parrafo p
{
	font-size: medium;
	text-align: left;
}