		_.container {
			border: none;
			text-align: center;
			}

		.porciento {
			max-width: 70%;
			height: auto;
			border: none;
			}
		#imagescontainer img {
			border: 1px solid whitesmoke;
			}
		.discounter {
			background-image: url(../comun/yellowstar.png);
			background-repeat: no-repeat;
			display: inline-block;
			text-align: center;
			width: 44px;
			height: 44px;
			line-height: 43px;
			}

		.dispon{
			background-color: whitesmoke;
			border: 1px dotted lightgray;
			border-radius: 6px;
			padding: 4px 8px;
			}
		.superdot{
			font-family: monospace;
			color: green;
			background-color: green;
			font-size: 11px;
			border-radius: 6px;
			}
		.ref{
			background-color: #c1dfd8;
			border: 1px dotted gray;
			border-radius: 3px;
			padding: 1px;
			}
		.pricecontainer td{
			padding: 0 0 4px 0;
			background-color: #bfddff;
		}

		.refref{
			word-wrap: break-word;
			line-height: 1em;
			white-space: normal;
			outline: 0;
			background: #fff;
			display: inline-block;
			padding: .78571429em 2.1em .78571429em 1em;
			color: rgba(0,0,0,.87);
			border: 1px solid rgba(34,36,38,.15);
			border-radius: .28571429rem;
			width: 100%;
			margin: 0 0 1em 0;
		}
		.refref > p {
			line-height: 1em;
		}

		.ui.select.dropdown {
			background-color: whitesmoke;
		}
			.goldme{
				background-color:#fffacc;
			}


		.ui.container h2 {
			font-size: 2.5em;
			color: #06C;
		}
		.ui.container p {
			font-size: 1em;
		}
		.ui.vertical.stripe {
			padding: 6em 0em;
		}

		.ui.vertical.stripe h3 {
			font-size: 1.6em;
		}
		.ui.vertical.stripe .button + h3,
		.ui.vertical.stripe p + h3 {
			margin-top: 3em;
		}
		.ui.vertical.stripe .floated.image {
			clear: both;
		}
		.ui.vertical.stripe p {
			font-size: 1.0em;
		}
		.ui.vertical.stripe .horizontal.divider {
			margin: 3em 0em;
		}

		.quote.stripe.segment {
			padding: 0em;
		}
		.quote.stripe.segment .grid .column {
			padding-top: 5em;
			padding-bottom: 5em;
		}

		.large.button {
			background-color: rgba(33, 134, 209, 0.6) !important;
			color: #333;
		}
		.large.button:hover	{
			background-color: #06C !important;
			color: aliceblue;
		}
		._small.text {
			font-size: 8.2rem;
		}
/*
@mini		: 0.7142rem;
@tiny		: 0.8571rem;
@small		 : 0.9285rem;
@medium		: 1rem;
@large		 : 1.1428rem;
@big		 : 1.2857rem;
@huge		: 1.4285rem;
@massive	 : 1.7142rem;
*/

		.masthead {
		/*	background-image: url("../assets/imgs/bigbackground.png") !important;
			background-repeat: repeat;*/
			background-color: #88B04B !important;
			background-image: url('assets/imgs/cropped-dsc-greenery.jpg') !important;
			background-position: center bottom !important;
			background-repeat: no-repeat;
			background-size: contain;
		}

		.masthead.segment {
			min-height: 400px;
			padding: 1em 0em;
		}
		.masthead .logo.item img {
			margin-right: 1em;
		}
		.masthead .ui.menu .ui.button {
			margin-left: 0.5em;
		}
		.masthead h1.ui.header {
			margin-top: 1em;
			margin-bottom: 0em;
			font-size: 4em;
			font-weight: normal;
		}
		.masthead h2 {
			font-size: 1.7em;
			font-weight: normal;
		}
		
		.pic {
			/*
			width: 100%;
			height: 100%;
			_position: relative;
			_display: inline-block;
			*/
		}
		.pic:hover  {
			/*
		    _position: absolute;
		    _top: 0;
		    _width:100%;
		    _height:100%;
		    _left: 0;
		    _z-index: 100;
		    _display: block;
		    */
		    border: 0;
		    background-color:white;
		    opacity:0.75;
		}

.destaca {
	margin: 2px -8px;
	padding: 8px;
	background-color: #C2FFC2;
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	}

		.nounderline a {
			text-decoration: none;
			}
		
		/*
		a > img {
			border: 1px solid whitesmoke;
		}
		*/
		.discounter {
			background-image: url(../comun/yellowstar.png);
			background-repeat: no-repeat;
			display: inline-block;
			text-align: center;
			width: 44px;
			height: 44px;
			line-height: 43px;
		}
			.youtube {
			    position: relative;
			    display: inline-block;
			}
			.youtube:before {
			    content: "";
			    position: absolute;
			    width: 100%;
			    height: 100%;
			    z-index: 1;
			    background: transparent url(../comun/play-mq.png) center center no-repeat;
			    background-size: 40%;
			}
			.dispon{
				background-color: whitesmoke;
				border: 1px dotted lightgray;
				border-radius: 6px;
				padding: 4px 8px;
			}
			.superdot{
				font-family: monospace;
				color: green;
				background-color: green;
				font-size: 11px;
				border-radius: 6px;
			}
			.pinked{
				background-color: pink;
			}
			select{
				width: 100%;
				margin: 8px 0;
				/*background-color: lightblue;*/
			}

			.ref{
				background-color: #c1dfd8;
				border: 1px dotted gray;
				border-radius: 3px;
				padding: 1px;
			}
			.otros{
				border: 1px solid whitesmoke;
				border-radius: .28571429em;
			}
			.loading::before{
				content:url("../../mailing/imgs/loading.gif");
			}
			.goldme{
				background-color:#fffacc;
			}
