@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Coda|Graduate|Roboto+Condensed|Jura:400,500,600,300);
.selected  h1{
	color: #FFE500 !important;
}
.bannerfullscreen {
	display:flex;
	width: 100%;
	height: 100px;
	margin: 90px auto 10px auto;
	background-image: url("../img/portfolio/z-costumer/banner-Zona-de-Clientes.jpg");
	/*background-color: gainsboro;*/
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
.franja-banner{
	display: flex;
	justify-content: center;
	width: 100%;
	height: 60px;
	margin: auto 0px;
	background: rgba(0,0,0,0.50);
}
h6{
	font-family: 'Jura', sans-serif;
	color: white;
	font-size: 40px;
	font-style: normal;
	font-weight: 300;
}
.bloqueL1 {
	max-width:  1024px;
	margin: 50px auto;
	
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
section {
	max-width: 100%;
	margin: 0px 10px;
	display: block;
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	border-top: thin solid #FF6600;
	border-bottom: thin solid #FF6600;
}
/******formulario******************/
form{
	margin: 80px auto;
}
.user_info{
	display: flex;
	flex-wrap: wrap;
	margin:  auto;
	max-width: 300px;
}

.user,
.pass{
	
	height: 60px;
	font-family: 'Jura', sans-serif;
	font-size: 18px;
	color: #ff6600;
	
	-webkit-transition: 0.5s;   /* Podés cambiar la velocidad */
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	
}

input{
	width: 300px;
	height: 30px;
	display: block;
	
	border: thin solid rgba(0,0,0,0.20);
}

/**boton de verificación**/

 .check {
	 margin-top: 20px;
	 font-family: 'Jura', cursive;
	font-size: 18px;
	color: #000000 !important;
	font-weight: 500;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: 0px 4px 2px -4px #000000;
	box-shadow: 0px 4px 2px -4px #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc800), color-stop(1, #ff9d00));
	background: -moz-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -webkit-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -o-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: -ms-linear-gradient(top, #ffc800 5%, #ff9d00 100%);
	background: linear-gradient(to bottom, #ffc800 5%, #ff9d00 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc800', endColorstr='#ff9d00', GradientType=0);
	background-color: #ffc800;
	}

.check:hover {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9d00), color-stop(1, #ffc800));
	background: -moz-linear-gradient(top, #ff9d00 5%, #ffc800 100%);
	background: -webkit-linear-gradient(top, #ff9d00 5%, #ffc800 100%);
	background: -o-linear-gradient(top, #ff9d00 5%, #ffc800 100%);
	background: -ms-linear-gradient(top, #ff9d00 5%, #ffc800 100%);
	background: linear-gradient(to bottom, #ff9d00 5%, #ffc800 100%);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9d00', endColorstr='#ffc800', GradientType=0);
	background-color: #ff9d00;
	cursor: pointer;
}
