div#contenido{
    margin: 0 auto;
    max-width: inherit !important;
}
body{
	background: #f0f0f0;
}

.div_body{
	background-color: #f0f0f0;
}

.contenido{
    max-width: inherit !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
    background-color: #f0f0f0;
    padding-top: 0px !important;
}


.preguntas-faq{
	width: 100%;
	margin: 0 auto;
	background-image: url(../imagenes/header-faq.jpg);
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*position: fixed;*/
    /*background-position: center;*/
    overflow: hidden;
}

.contenedor-faq{
	background: #fff;
	padding: 15px 35px;
	width: 100%;
	max-width: 1366px;
	margin: 0 auto;
	margin-top: 200px;
	padding-top: 0px;
}

.faqHeader{
	text-align: center;
	color: #333;
 /*	font-family: open_sansbold;   -- correccion SICO 09.2021 --  */
	font-size: 26px;
	padding: 15px;
}

.panel-heading{
	background-color: #fff !important;
}

.info-util{
	width: 100%;
	text-align: right;
	padding-bottom: 5px;
}

.info-util a{
	color: #337ab7;
 /*	font-family: open_sanssemibold;   -- correccion SICO 09.2021 --  */
	text-decoration: underline;
}
.info-util a:hover{
	color: #0b5798;
}

.panel-group {
	padding: 0px 15px;
}

.panel-group .panel{
	margin-bottom: 15px !important;
}

.panel{
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	margin-bottom: 15px;
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 3px 2px 0px rgba(0,0,0,0.1);
}

.panel table{
	width: 100%;
}

.panel i{
	color: #337ab7;
	padding-right: 5px;
}

.panel-title a{
	color: #337ab7;
}

.btn-estacionamiento{
	font-size: 13px;
}

@media only screen and (max-width : 768px){
	.contenedor-faq {
		background: #fff;
		padding: 0px;
	}
}