.qs_contenido{ position:relative; float:left; width: 95%;height:auto; border:1px solid #EBEBEB; padding:20px;}
	.qs_contenido h2{ position:relative; float:left; width:100%; height:auto;}
	.qs_contenido p{ position:relative; float:left; width:100%; height:auto; margin-top:10px; margin-bottom:10px;}
	
	.qs_contenido ul{ position:relative; height:auto; margin-top:50px;}
		.qs_contenido li{ list-style:none; position:relative; font-size: 12px; padding-left: 20px; margin-top: 15px;}
		.qs_contenido li img{width:15px; height:auto; margin-bottom:-2px; margin-right:3px;}
			.qs_contenido li h3{ padding-bottom:5px; font-size:1.1em;margin-top:40px;}
/* Estilo para el primer Label dentro del primer ItemTemplate */
.qs_contenido h2:first-of-type {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    width: 98%;
    font-weight: bold;
    font-size: 2.2em; /* 2 puntos más grande si base es 1em */
}
.qs_contenido:first-of-type ul:first-of-type li:first-of-type {
    background-color: #d4edda; /* verde tipo alerta success */
    color: #155724;
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 1.2em;
    display: flex;
    flex-direction: column; /* apila hijos verticalmente */
    align-items: flex-start;   
    position: relative;
}

.qs_contenido:first-of-type ul:first-of-type li:first-of-type .icon-phone:first-of-type {
    content: "";
    background-image: url("/Images/system/phone.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 120px;
    display: inline-block;
    padding-left: 30px; /* deja espacio para el icono */
}

.qs_contenido:first-of-type ul:first-of-type h3:first-of-type {
    margin-top:0px;
}.qs_contenido:first-of-type ul:first-of-type li:first-of-type a {
    content: "";
    background-image: url("/Images/system/contactoicon.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    display: inline-block;
     padding-left: 30px; /* deja espacio para el icono */
    color: #155724;
}

