@charset "utf-8";
/* CSS Document */
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #666666;
	
}


#banner_fondo{
	margin:auto;
	background:#f2f2f2;
	border-top: 50px solid #FFF;
	height:500px;
	

	}
#banner_completo{
	width:940px;
	height:450px;
	margin:auto;
	background:#f2f2f2;
	}
	
#banner {
	margin: auto;
	width:940px;
	height:450px;
	float:left;
	}
	
#banner3 {
	width:180px;
	height:349px;
	font-size:13px;
	background:#cccccc;
	float: right;
	padding:5px;
	text-align-last:left;
	}
	
.slider{
	display:block;
	position:relative;
	margin:auto;
	width:100%;
	max-width:960px;
	max-height:540px;
	overflow:hidden;	
}

.boton{
	position:absolute;
	display:block;
	bottom:30px;
	margin:0;
	padding:0;
	z-index:999;
	cursor:pointer;
	opacity:0;
}

.boton:nth-child(1){
	left:30px;
}
.boton:nth-child(3){
	left:60px;
}
.boton:nth-child(5){
	left:90px;
}
.boton:nth-child(7){
	left:120px;
}

.slider label{
	position:absolute;
	bottom:30px;
	width:12px;
	height:12px;
	background: rgba (50,50,50,.3);
	border-radius:8px;
	z-index:100;
	border: 3px solid #FFF;
}

.slider label:nth-child(2){
	left:30px;
}
.slider label:nth-child(4){
	left:60px;
}
.slider label:nth-child(6){
	left:90px;
}
.slider label:nth-child(8){
	left:120px;
}

.boton:checked + label{
	background: rgba (0,0,0,.6);
	border:3px solid #2ebdc6;
	
	
}

.contenedor-img img {
	display: block;
	float: left;
}


.cuatro-imagenes {
	width: 400%;
}


#contenedor_banner{
	width:750px;
	height:350px;
	
	}
.cuatro-imagenes img {
	width: 25%;
}

.contenedor-img {
	position: relative;
	left: 0;
	-webkit-transition: left .3s ease-in;
	-ms-transition: left .3s ease-in;
	-moz-transition: left .3s ease-in;
	-o-transition: left .3s ease-in;
	transition: left .3s ease-in;
}

.boton:nth-child(1):checked ~ .contenedor-img {
	left: 0;
}

.boton:nth-child(3):checked ~ .contenedor-img {
	left: -100%;
}

.boton:nth-child(5):checked ~ .contenedor-img {
	left: -200%;
}

.boton:nth-child(7):checked ~ .contenedor-img {
	left: -300%;
}
