#banner_equipo {
	width: 1024px;
	height: 750px;
	margin: auto;
	margin-top: -10px;
	margin-bottom: 100px;
}

#banner_equipo h2 {
	text-align: left;
	line-height: 150px;
	margin-left: 62px;
	margin-top: 30px;
}

/* start slider */


.slider {
	margin: 0 auto;
	width: 900px;
}

.slide_viewer {
	height: 550px;
	overflow: hidden;
	position: relative;
}

.slide_group {
	height: 100%;
	position: relative;
	width: 100%;
}

.slide {
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;

}

.slide figure {
	width: 370px;
	height: 370px;
	position: relative;
	float: left;
	text-align: center;
}

.slide ul {
	width: 528px;
	height: 370px;
	position: relative;
	float: left;
	font-size: 16px;
	line-height: 26px;
	color: #1229C1;
	padding-left: 30px;
}


.slide ul h3 {
	color: #43C805;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
	border-bottom: 1px solid #43C805;
	margin-bottom: 20px;
}

.slide ul li {
	margin-top: 18px;
}

.slide p {
	width: 820px;
	height: 170px;
	position: relative;
	float: left;
}

.slide:first-child {
	display: block;
}


.slide_buttons { /*punticos*/
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}

a.slide_btn {
	color: #d5d5d5;
	font-size: 42px;
	line-height: 60px;
	margin: 0 0.250em;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.slide_btn.active, .slide_btn:hover {
	color:  #43C805;
	cursor: pointer;
}

.directional_nav { /*flechas*/
	height: 0px;
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
	top: -250px;
}

.previous_btn {
	bottom: 0;
	left: 0px;
	margin: auto;
	position: absolute;
	top: 0;
	background-image: url("../imagenes/prev.png");
}

.next_btn {
	bottom: 0;
	margin: auto;
	position: absolute;
	right: 0px;
	top: 0;
	background-image: url("../imagenes/next.png");
}

.previous_btn, .next_btn {
	cursor: pointer;
	height: 65px;
	opacity: 0.6;
	width: 65px;
	background-position: center center;
	background-repeat: no-repeat;
}

.previous_btn:hover, .next_btn:hover {
	opacity: 1;
}



@media (max-width:480px) {
	#banner_equipo {
		height: auto;
		margin: 40px 0;
		width: 320px;
	}
	.slide figure {
		width: 90%;
		height: auto;
	}
	.slide figure img{
		width: 90%;
	}
	#banner_equipo h2 {
		text-align: center;
		line-height: 50px;
		font-size: 45px;
		margin-left: 0;
	}
	.slider {
		margin: 0 auto;
		width: 370px;
	}
	.slide_viewer{
		height: 1350px;
		margin-bottom: 5%;
	}
	.slide p{

		margin-left: 7%;
		margin-top: auto;
		font-size: 18px;
		width: 75%;
	}

	.slide ul {

		margin-left: 7%;
		width: 75%;
		font-size: 16px;
		padding: 0;
		height: auto;
	}
	.directional_nav { /*flechas*/

		top: -850px;
	}
	.previous_btn, .next_btn {
		height: 1700px;

	}
	.slide_buttons { /*punticos*/
		margin-top: -20%;
	}
}
@media (min-width: 481px) and (max-width:800px) {
	#banner_equipo {
		height: 820px;
		margin: 0;
	}
	#banner_equipo h2{
		margin-left: 10%;
	}
	.slider{
		margin: 0;
	}
	.slide ul {
		width: 350px;
		font-size: 14px;
		padding: 0;
	}
	.slide p{
		width: 630px;
		font-size: 14px;
		padding: 0;
		margin-left: 7%;
	}
	.next_btn {

		right: 300px;
	}
}