.tipo-consulta{
/* 	font-size:16px; */
	color:#00aeef;
	border-bottom:1px solid #d8dde1;
}

.tipo-consulta h2{
	margin-top:0px;
}

.titulo-consulta{
	color:#00aeef;
}

.mensaje-consulta{
	padding-bottom:15px;
	border-bottom:1px solid #d8dde1;
}

.preguntas-consulta{
	margin-top:15px;
	overflow-y:auto;
}

.pregunta-consulta{
	font-size:16px;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:10px;
}

.respuesta-consulta{
	font-weight:normal;
	background-color:rgba(216, 221, 225, 0.29);
	color:#353535;
	border-radius:4px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:10px;
	margin-top:10px;
}

.boton-consulta{
	border-radius:4px;
	margin-bottom:2px;
	background-color:rgba(0, 174, 239, 0.69);
	color:white;
}

.mensajeErrorListado{
	font-size: 26px;
    text-align: center;
    border: 0.1rem solid;
    padding-bottom: 41px;
    padding-top: 43px;
    color: #00aeef;
    border-radius: 12px;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 27px;
}

.titulo-estrella{
	font-size: 12px;
}

.boton-estrella{
	color: gold;
	cursor: pointer;
	font-size: 30px;
}