body {
	background-color:rgba(0,0,0,1.00);
	width: 100%;
	height: 100%;
}
.herramienta1,
.interface{
	width: 1000px;
	margin: 150px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
	
	background-color: white;
}

.herramienta1{
	margin-top: -100px !important;
}

.contenido{
	width: 1000px;
	min-width: 1000px;
	border-bottom: thin solid #FF6600;
	border-top: thin solid #FF6600;
	
}

.wrappcenter{
	width: 950px;
	height: 450px;
	margin: 0px auto;
	
	background-color:rgba(170,170,170,0.10);
}



.wrappimg{
	width: 460px;
	height: 400px;
	display: block;
	float: left;
	margin: 20px 20px;
	background-color: white;
	-webkit-box-shadow: 4px 6px 7px rgba(74,74,74,0.40);
	box-shadow: 4px 6px 7px rgba(74,74,74,0.40);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
}
.wrappimg img{
	margin: 0px auto;
	padding: 20px 20px;
	width: 420px;
		
}
.description{
	width: 400px;
	height: 460px;
	margin: 20px 20px;
	display: block;
	float: left;
}
.description h1 p{
	width: 300px;
		
}

.selected  h1{
	color: #FFE500 !important;
}

.boton{
	width: 160px;
	height: 25px;
	margin-top: 50px !important;
	display: inline-block;
}
.boton span a:hover{
	box-shadow: 0 0 0px #000;
	-webkit-box-shadow: 0 0 0px #000;
	-moz-box-shadow: 0 0 0px #000;
	-o-box-shadow: 0 0 0px #000;
	
}
.boton span a{
	padding-left: 10px;
	padding-right: 10px;
	font-family: 'Coda', cursive;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 2px 12px -5px #494949;
	box-shadow: 0px 2px 12px -5px #494949;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc800), color-stop(1, #ff9d00));
	background: -moz-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -webkit-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -o-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -ms-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: linear-gradient(to bottom, #ffc800 5%, #ff9d00 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc800', endColorstr='#ff9d00', GradientType=0);
	background-color: #ffc800;
	color: #333333;
	text-decoration: none;
	text-shadow: -1px 1px 0px #ffee66;
	border: thin solid #FF9E00;
}
.next{
	float: right;
}


@media screen and (max-width: 1024px) {
	.herramienta1,
	.interface{
	width: 700px;
	
}
	.contenido{
	min-width: 700px;
		height:950px;
	
}
	.wrappcenter{
	width: 700px;
	height: 900px;
	
	
	background-color:rgba(170,170,170,0.10);
}
	.wrappimg{
		width: 600px;
		height: 500px;
		margin-left: 50px;
	
	}
	.wrappimg img{
	width: 560px;
	}

	
	.description{
	width: 600px;
		margin-left: 50px;
	}
	
}

@media screen and (max-width: 768px){
	.herramienta1,
	.interface{
	width: 420px;
	
}
	.contenido{
	min-width: 420px;
		height:950px;
	
}
	.wrappcenter{
	width: 420px;
	height: 850px;
	
}
	.wrappimg{
		width: 400px;
		height: 380px;
		margin-left: 10px;
	
	}
	.wrappimg img{
	width: 350px;
	}

	
	.description{
	width: 350px;
	margin-left: 40px;
	}
	
}

@media screen and (max-width: 480px) {
	
	.herramienta1,
	.interface{
	width: 280px;
	
}
	.contenido{
	min-width: 280px;
		height:950px;
	
}
	.wrappcenter{
	width: 280px;
	height: 850px;
	
}
	.wrappimg{
		width: 260px;
		height: 300px;
		margin-left: 10px;
	
	}
	.wrappimg img{
	width: 220px;
	}

	
	.description{
	width: 260px;
	margin-left: 5px;
	}
	
	.boton {
		width: 260px !important;
		display:block!important;
		margin-top: 30px !important;
	}
	
	.boton span a{
	display: block;
	padding-left: 60px;
	padding-right: 60px;
	}
}

@media screen and (max-width: 320px) {
}
