.enlace-opacity:hover { opacity:0.8; text-decoration:none;  }

.text-carrusel-block {
			  position: absolute;
			  bottom: 100px;
			  background-color: #961cb4; opacity: 0.8;
			  padding-left: 20px;
			  padding-right: 15px;
			  padding-bottom: 5px;
			  padding-top: 5px;
			  width:100%
			}
.p-carrusel-block {
			  position: absolute;
			  bottom: 30px;
			  background-color: #FFFFFF; opacity: 0.8;
			  color: #000000;
			  padding-left: 20px;
			  padding-right: 15px;
			  padding-bottom: 5px;
			  padding-top: 5px;
			  width:100%
			}
  
  		/* Centrar  Imagen Background Card */
		.FondoTarjeta {
            background: no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 150px;
        }
		/* Centrar  Imagen Background Card */
		
		/* Centrar  Imagen Background Card */
		.FondoPortada {
            background: no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 320px;
        }
		/* Centrar  Imagen Background Card */
		
		/* Centrar  Imagen Background Card */
		.FondoContenedor {
            background: no-repeat center center;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            height: 180px;
        }
		/* Centrar  Imagen Background Card */
		
		
			.text-block {
			  position: absolute;
			  bottom: 10px;
			  background-color:#961cb4; opacity: 0.8;
			  color: white;
			  padding-left: 20px;
			  padding-right: 15px;
			  padding-bottom: 5px;
			  padding-top: 5px;
			  width:100%
			}

		.enlace-blanco-negro  { color:#FFFFFF; text-decoration:none; }
		.enlace-blanco-negro:hover { color:#000000; text-decoration:none;  }
		
		.enlace-negro-azul  { color:#000000; text-decoration:none; }
		.enlace-negro-azul:hover { color:#0066FF; text-decoration:none;  }
		
		.enlace-violeta-negro  { color:#961cb4; text-decoration:none; }
		.enlace-violeta-negro:hover { color:#db6ff6; text-decoration:none;  }
		
		.enlace-negro-violeta  { color:#000000; text-decoration:none; }
		.enlace-negro-violeta:hover { color:#961cb4; text-decoration:none;  }
		
		
	.clear {  clear: both; }

	.h-divider{
	 margin-top:10px;
	 margin-bottom:10px;
	 height:10px;
	 width:100%;
	 border-top:10px solid #961cb4;
	}