.darewaymicro .botones_instrucciones{
	margin-top: 10px;
}

.dar-bloque1{
	background:#052eae url(./img/fondobloque1.jpg) repeat-x;
	color: #fff;
}

.dar-bloque{
	background:#052eae;
	color: #fff;
	font-size: 14px;
	    margin-bottom: 20px;
}

.dr-conten{
    width: 1180px;
    margin: auto;
    
}

.dr-conten strong{
	color: #ff9100;
}

.dr-columna1{
	width: 50%;
	float: left;
	padding: 20px;
}

.dr-columna2{
	width: 50%;
	float: right;
	padding: 20px;
}

#contenfaqs a, #contenfaqsmovdareway a, #contenfaqs a:hover, #contenfaqs a:visited, #contenfaqs a:active{
	color: #ff9100;
	text-decoration: underline;
}

.dar-bloque h2{
	font-size: 28px;
}

.dar-bloque h4{
	font-size: 16px;
	color: #ff9100;
}

.dr-youtube{
	margin: auto;
	width: 895px;
	height: 565px;
	background: url(./img/dr-youtube.png) no-repeat;
}

.dr-conten .minis{
	width: 554px;
	text-align: center;
}

.dr-conten .minis img{
	cursor: pointer;
}

.dr-conten .imagen{
	position: relative;
}

.dr-conten .imagen .edad {
    background: url(./img/ribbon-edad.png);
    width: 154px;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 200;
}

.dr-conten .wrap_lienzo{
	width: 450px;
	margin: auto;
	position: relative;
	height: 230px;
	overflow: hidden;
}

.dr-conten .lienzo{
	width: 20000px;
	position: absolute;
	-webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    left:0px;
}

.dr-conten .item{
	width: 450px;
	float: left;
	margin-bottom: 20px;
}

.dr-conten .item img{
	float: left;
	width: 202px;
}

.dr-conten .item .texto{
	float: right;
	padding-top: 50px;
	width: 230px;
}

.dr-slider{
	position: relative;
	width: 550px;
}

.flecha_derecha {
    background: url(./img/flecha_derecha.png);
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    top: 80px;
    right: 0px;
    text-indent: -10000px;
    overflow: hidden;
    z-index: 400;
}

.flecha_izquierda {
    background: url(./img/flecha_izquierda.png);
    width: 32px;
    height: 45px;
    display: block;
    position: absolute;
    top: 80px;
    left: 0px;
    text-indent: -10000px;
    overflow: hidden;
    z-index: 400;
}

.dr-slider .paginacion{
	width: 500px;
	text-align: center;
	
}

.dr-slider .paginacion .pagina, .dr-slider .paginacion .paginadar{
	text-indent: -10000px;
	overflow: hidden;
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.dr-slider .paginacion .pagina.seleccionado, .dr-slider .paginacion .paginadar.seleccionado{
	background: #f00;
}

.dr-youtube{
	padding-top: 36px;
	padding-left: 25px;
}

.dr-footer{
	background: #e6e6e6;
	text-align: center;
}

.prod-desktop, .prod-dareway, .prod-revolution{
	background:#052eae;
}

.dr-columna1 a:hover img{
	/*opacity: 0.85;*/
}

.botonrevolution2, .botonrevolution{
	width: 100%;
	height: 151px;
	background: url(./img/dr-discoverus2.jpg) no-repeat;
	background-position: top;
	background-size: cover;
	display: inline-block;
	text-indent: -10000px;
	overflow: hidden;
}

.botonrevolution2:hover, .botonrevolution:hover{
	background-position: bottom;
}

.noresponsive{
	display: block;
}

.responsive{
	display: none;
}

@media (max-width: 1180px){
	
	
	
	.responsive{
		display: block;
	}
	
	.noresponsive{
		display: none;
	}
	
	.dr-conten{
		width: 100%;
		padding: 2%;
	}
	
	.dr-slider{
		position: relative;
		width: 100%;
	}
	
	.dr-conten .imagen {
	    position: relative;
	    max-width: 554px;
	    margin: auto;
	}
	
	.dr-conten .wrap_lienzo{
		width: 80%;
		margin: auto;
		position: relative;
		height: 290px;
		overflow: hidden;
	}
	
	.dr-conten .item img{
		float: none;
		width: 202px;
		margin: auto;
		display:block;
	}
	
	.dr-conten .item .texto{
		float: right;
		padding-top: 20px;
		width: 100%;
		margin: auto;
		clear: both;
		text-align: center;
	}
	
	.dr-conten .item{
		width: 100%;
		float: left;
	}
	
	.dr-slider .paginacion{
		width: 100%;
		text-align: center;
	}
	
	.dr-conten .minis{
		width: 100%;
	}
	
	.botones_instrucciones{
		display: block;
		width: 100%;
	}
	
	.dr-conten .imagen .edad {
	    background: url(./img/ribbon-edad.png);
	    width: 114px;
	    height: 35px;
	    text-align: center;
	    padding-top: 5px;
	    color: #fff;
	    font-size: 16px;
	    position: absolute;
	    top: 30px;
	    left: 0px;
	    z-index: 200;
	    background-size: cover;
    }
    
    .logo-famosa{
	    margin-left: 50px;
    }
    
    .dar-bloque1 {
    	background: #052eae;
    }
    
    .header-menu, .header-content{
	    width: 100%;
    }
    
    .footer-colophon-content, .footer-content-content{
	    width: 100%;
    }
    
    .site-header{
	    width: 100%;
	    /*overflow: hidden;*/
    }
    
	
}