a{
	color: rgb(256,256,256);
}
a:hover{
	color: rgb(256,256,256);
}
body{
	font-family: 'Raleway', sans-serif;
	overflow-x: hidden;
}
@media screen and (max-width: 600px){
	.contenedorHead{
		min-height: 40vh;
		max-height: auto;
		text-align: center;
		background-color: rgb(0,0,0);
	}
	.flujo {
		min-height: 89.5vh;
		max-height: 89.5vh;
		background-image: url('../img/workflow-vertical.png');
		background-attachment: fixed;
		background-color: rgb(0,0,0);
		background-repeat: no-repeat;
		background-position: center;
	}
}
@media screen and (min-width: 601px){
	.contenedorHead{
		min-height: 89.5vh;
		max-height: auto;
		text-align: center;
		background-color: rgb(0,0,0);
	}
	.flujo	{
		min-height: 89.5vh;
		max-height: 89.5vh;
		background-image: url('../img/workflow.png');
		background-attachment: fixed;
		background-color: rgb(0,0,0);
		background-repeat: no-repeat;
		background-position: center;
	}
}
.cabecera1{
	/*min-height: 20vh;
	max-height: 20vh;
	background-color: rgb(245,108,54);*/
	background-color: rgb(256,256,256);
	color: rgb(0,0,0);
}
.contenido1{
	background-color: rgb(245,108,54);
	color: rgb(256,256,256);
}
.espaciador{
	min-height: 3rem;
	max-height: 3rem;	
}
.foot{
	font-size: 0.7rem;
}
.head1{
	min-height: 1rem;
	max-height: 1rem;
}
.howSection{
	min-height: 50vh;
	max-height: auto;
	background-image: url('../img/howBack.jpg');
	background-attachment: fixed;
}
.logo{
	width: 10rem;
}
.pie{
	background-color: rgb(0,0,0);
}
.sinFondo{
	background-color: rgb(256,256,256,0);
	border:0;
}