@media screen and (max-width:850px){
.contenedorN30 {
width: 100%;
margin-right: 0%;
margin-left: 0%;
}
.contenedorN70 {
width: 100%;
margin-right: 0%;
margin-left: 0%;
}

}

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

	#opcionesSilla{
				margin-right:5%;
			}
			
#contenedorFoto {
	width:100%
	
	}
	

#contenedorFicha {
	width:100%;
	margin-top:5px;
	
	}
	
#contenedorFoto2 {
/*	height: 400px;
	width: 30%;
	left: 20%;
	right: 0%;*/
	
}

#contenedorFoto2 img {
	left:20%;
}
	
.colores {
	
	
	height: 40px;
	width: 40px;
	left: 2px;
	top: 20px;
}

#miniEspaldarAzul {
	left: 50px;
	}
	
#miniEspaldarRojo {
	left: 100px;
	}
	
#miniAsientoAzul {
	left: 50px;
	}
	
#miniAsientoRojo {
	left: 100px;
	}
	
	 input[type=radio].colores + label {
	height: 40px;
	width: 40px;
	}
}


@media screen and (max-width:450px){
#contenedorFoto2 {
height: 400px;
}

}

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

#contenedorFoto2 img {
	left:10%;
}
}