@font-face {
    font-family: 'UniversLTStd-LightCnObl';
    src: url('fonts/UniversLTStd-LightCnObl.html');
    src: url('fonts/UniversLTStd-LightCnObld41d.html?#iefix') format('embedded-opentype'),
         url('fonts/UniversLTStd-LightCnObl.woff') format('woff'),
         url('fonts/UniversLTStd-LightCnObl.ttf') format('truetype'),
         url('fonts/UniversLTStd-LightCnObl.svg#UniversLTStd-LightCnObl') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* CSS reset */

body
{
  padding-left: 0px !important;  
  width:100%;
  
  margin: 0px; 
  color: #AA3E03;        
  font-family: Constantia,Palatino,"Palatino Linotype","Palatino LT STD",Georgia,serif;
  font-size: 15px;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: scroll;
  
}

#contenedor55 strong
{
    color:White;
    
}

#contenedor55
{
    width:100% !important;
    height:100% !important;
    display:flex;
    flex-direction:column;
}

#contenedor55 .boton-buscar {
    background: url(entrar.png) no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 35px;
    width: 120px;
}
#contenedor55 table {
	border-collapse:collapse;
	border-spacing:0;
}
#contenedor55 fieldset,img { 
	border:0;
}
#contenedor55 input{
    width:190px;
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;	
    font-family:Raleway;
}
#contenedor55 address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
#contenedor55 ol,ul {
	list-style: none;
}
#contenedor55 caption,th {
	text-align:left;
}
#contenedor55 h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
#contenedor55 q:before,q:after {
	content:'';
}
#contenedor55 abbr,acronym { border:0;
}

#contenedor55 a{
	color: #333;
	text-decoration: none;
    font-family: Helvetica;
}
#contenedor55 .container{
	position: relative;
	text-align: center;
}
#contenedor55 .clr{
	clear: both;
}
#contenedor55 .container > header{
	padding: 30px 30px 10px 20px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
#contenedor55 .container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
    padding: 0px 0px 5px 0px;
}
#contenedor55 .container > header h1 span{

}
#contenedor55 .container > header h2, p.info{
	font-size: 16px;
	font-style: italic;
	color: #f8f8f8;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
}
/* Header Style */
#contenedor55 .codrops-top{
	font-family: Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	width: 100%;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
#contenedor55 .codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
#contenedor55 .codrops-top a:hover{
	color: #fff;
}
#contenedor55 .codrops-top span.right{
	float: right;
	width:180px !important;
}
#contenedor55 .codrops-top span.right a{
	float: none;
	display: inline;
}

#contenedor55 p.codrops-demos{
	display: block;
	padding: 15px 0px;
}
#contenedor55 p.codrops-demos a,
#contenedor55 p.codrops-demos a.current-demo,
#contenedor55 p.codrops-demos a.current-demo:hover{
    display: inline-block;
	border: 1px solid #6d0019;
	padding: 4px 10px 3px;
	font-size: 13px;
	line-height: 18px;
	margin: 2px 3px;
	font-weight: 800;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #a90329;
	background: -moz-linear-gradient(top, #a90329 0%, #8f0222 44%, #6d0019 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019));
	background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -o-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: -ms-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
	background: linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);
}
#contenedor55 p.codrops-demos a:hover{
	background: #6d0019;
}
#contenedor55 p.codrops-demos a:active{
	background: #6d0019;
	background: -moz-linear-gradient(top, #6d0019 0%, #8f0222 56%, #a90329 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6d0019), color-stop(56%,#8f0222), color-stop(100%,#a90329));
	background: -webkit-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -o-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: -ms-linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	background: linear-gradient(top, #6d0019 0%,#8f0222 56%,#a90329 100%);
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
	-moz-box-shadow:0px 1px 1px rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.9);
}
#contenedor55 p.codrops-demos a.current-demo,
#contenedor55 p.codrops-demos a.current-demo:hover{
	color: #A5727D;
	background: #6d0019;
}
/* Media Queries */
/*@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}*/

#formulario,#imgesquerra,#imgdreta{height:320px !important;}

#contenedor55 .div-inputs
{
    width: 100%;
    height: 100%;
    box-sizing:border-box;
    padding:10px 30px;
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    background-color:rgba(255,255,255,0.7);
    align-items: center;
}

.div-inputs .img-logo-inputs
{
    width: 70%;
    height: 92px;
    background: url(logo-wasabis.png) no-repeat center;
    background-position: center;
    background-size: contain;
}

.div-inputs input[type="text"],
.div-inputs input[type="password"],
.div-inputs input[type="submit"]
{    
    width:100% !important;
    height:35px;
    box-sizing:border-box;
    border-radius:5px;
    border:1px solid #cccccc !important;
    font-size:15px;
    color:#9e9e9e !important;    
    outline:none;    
}

.div-inputs input[type="submit"]{    
    text-align:center;
    color:#4c5542 !important;
    font-weight:bold;    
    background-color:#64d501;
    background-image: url(glass.png);
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position-x:calc(50% + 35px);
    background-position-y:50%;
    cursor:pointer;
}

.div-inputs input[type="text"]::placeholder,
.div-inputs input[type="password"]::placeholder{color: #9e9e9e !important;opacity: 1; /* Firefox */}

.div-inputs input[type="text"]:-ms-input-placeholder,
.div-inputs input[type="password"]:-ms-input-placeholder,{color:#9e9e9e !important;}

.div-inputs input[type="text"]::-ms-input-placeholder,
.div-inputs input[type="password"]::-ms-input-placeholder{color:#9e9e9e !important;}

.capaLoadingComplete {
    z-index: 9999999;
	width: 100%;
	height: 100%;
	display: none;
	overflow: auto;
	overflow-y: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background:rgba(255,255,255,0.7);
}

.capaLoadingComplete i {
    font-size: 100px;
	color: #64d501;
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-50px;
	margin-left:-50px;
}

@media (min-width:320px) { body{/*background-color:Red !important;*/overflow-y: hidden !important;}#formulario{left:auto !important;}#imgesquerra{float:none !important;  background-position-x: -81px !important;width:425px !important}#imgdreta{float:left !important;width:425px !important} #layer1{left:0 !important;top: 0px !important;position:relative !important;} }
@media (min-width:480px) { body{/*background-color:green !important;*/overflow-y: hidden !important;}#formulario{left:6% !important;}#imgesquerra{float:none !important;  background-position-x: -81px !important;width:425px !important}#imgdreta{float:left !important;width:425px !important} #layer1{left:0 !important;top: 0px !important;position:relative !important;} }
@media (min-width:600px) { body{/*background-color:yellow !important;*/overflow-y: hidden !important;}#formulario{left:20% !important;}#imgesquerra{float:none !important;  background-position-x: -81px !important;width:425px !important}#imgdreta{float:left !important;width:425px !important} #layer1{left:0 !important;top: 0px !important;position:relative !important;} }
@media (min-width:801px) { body{/*background-color:Aqua !important;*/overflow-y: hidden !important;}#formulario{left:25% !important;}#imgesquerra{float:none !important;  background-position-x: -81px !important;width:425px !important} #imgdreta{float:left !important;width:425px !important} #layer1{left:0 !important;top: 0px !important;position:relative !important;}}
@media (min-width:1025px) { body{/*background-color: Fuchsia !important;*/overflow-y: hidden !important;}#formulario{left:auto !important;}#imgesquerra{float:left !important;  background-position-x: 0px !important;width:520px !important} #imgdreta{float:right !important;width:380px !important} #layer1{left:569px !important;top: 25px !important;position:absolute !important;} }
