#marqueecontainer{
	position: relative;
	width: 190px; /*marquee width */
	height: 230px; /*marquee height */
	/*				background-color: white;*/
				overflow: hidden;
	padding: 2px;
	padding-left: 4px;
			}

#banner{
	width: 900px;
	height: 359px;
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#banner div{
	padding: 140px 5px 5px 350px;
	color: #FF9D47;
}
.it {
	
	margin: 3px;
	padding:0px;
	height: 400px;
}

.it p {
	margin: 0 6px;
	line-height: 1.5rem;
}


.it ul{
	padding: 3px 6px;
	list-style-type: circle;

    font-size: 25px;
    font-weight: 100;
}


.imagen-subportada{
      width: 300px;                     /* Tamaño opcional */
      border-radius: 20px;              /* Esquinas redondeadas */
      box-shadow: 0 8px 16px rgba(0,0,0,0.3); /* Sombra suave */
      transition: all 0.4s ease;        /* Animación suave al hacer hover */
}