
			.hidden{
				display: none;
			}

			.pointer{
				cursor: pointer;
			}

			.fondo{
				background-repeat: no-repeat;
			}

			.vcard_icono{
				color: #ffffff !important;
			}

			.vcard_enlace{
				color: #FFFFFF !important;
			}
			
			.sombra {
				border-radius: 0px 28px 0px 28px;
				-webkit-border-radius: 0px 28px 0px 28px;
				-moz-border-radius: 0px 28px 0px 28px;

				box-shadow: 23px 25px 24px -7px rgba(0,0,0,0.75);
				-webkit-box-shadow: 23px 25px 24px -7px rgba(0,0,0,0.75);
				-moz-box-shadow: 23px 25px 24px -7px rgba(0,0,0,0.75);
	    }

	   	#particles-js {
			  position: absolute;
			  width: 100%;
			  height: 100%;
			}

			.fondo{
	    	width: 68%; 
	    }

	    .fondo2{
	    	width: 68%; 
	    }

			html, body {
				margin: 0;
				padding: 0;
				color: #C0C0C0;
			}

			.bgs {	  
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				z-index: -1;
			}
		