body {
	background-color: #AEAEAE;
	background-image: url(../imgs/default-background.jpg);
}

.loginbox {
	width:210px;
	background-color:rgba(255,255,255,0.90);
	height:212px;
	padding:11px;
	margin:auto;
	margin-top:170px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.loginboxtitle {
	color:#333;
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: normal;
	text-align:center;
	text-shadow: 0 1px 0 #FFFFFF;
	margin-top:5px;
}
.loginboxfooter {
  text-align: center;
  font-family: "Verdana", serif;
  font-size: 9pt;
  font-style: normal;
  font-weight: normal;
  margin-top: 8px;
}
.loginboxfooter a {
  text-decoration:none;
  color:#246CC8;
}
.loginform {
	margin:auto;
	width:189px;
	position:relative;
}
.form {
	border-radius: 3px;

	margin:auto;
	width:182px;
	height:27px;
	font-family:"Helvetica Neue",helvetica,Arial,sans-serif;

	border-style:solid;
	border-color:#aaa;
	border-width:1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 10pt;
	-webkit-box-shadow: inset 0px 2px 3px -1px #ccc;
	padding-left:4px;
}
.conbut {
  cursor: pointer;
  padding: 8px 10px;
  width: 189px;
  font-family: "Helvetica Neue",helvetica,Arial,sans-serif;
  font-size: 12pt;
  font-style: normal;
  font-weight: normal;
  color: #FFF;
  background-color: #337ab7;
  border-width: 1px;
  border-color: #2e6da4;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-style: solid;
  margin-top: 10px;
}
.conbut:hover {
	background-color:#286090;
	border-color:#204d74;
}

.securelogo img {
  display: inline-block;
  height: 24px;
  float: right;
  margin-right: 20%;
  margin-top: -22px;
}
.boton {
	font-size:9pt;
	font-family:Verdana;
	color:#111;
	background:#E9E9E9;
	border-width:1px;
	border-color:#999;
	border-radius: 2px;
	border-style:solid;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -moz-linear-gradient(90deg, #DBDBDB, #F1F1F1);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DBDBDB)) !important; /* Webkit: Chrome, Opera,... */
	height:22px;
	margin-top: 2px;
	margin-bottom:3px;
}
.boton:hover {
	font-size:9pt;
	font-family:Verdana;
	color:#111;
	background:#E9E9E9;
	border-width:1px;
	border-color:#999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -moz-linear-gradient(90deg, #E3E3E3, #FAFAFA);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FAFAFA), to(#E3E3E3)) !important; /* Webkit: Chrome, Opera,... */
	height:22px;
}
.boton:active {
	font-size:9pt;
	font-family:Verdana;
	color:#111;
	background:#E9E9E9;
	border-width:1px;
	border-color:#999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-image: -moz-linear-gradient(90deg, #F1F1F1, #DBDBDB);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DBDBDB), to(#F1F1F1)) !important; /* Webkit: Chrome, Opera,... */
	height:22px;
}
h1 {
	text-align:left;
	font-family: "Verdana", serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	margin-top: 9px;
	margin-bottom: 4px;
	margin-left:3px;
}

#titulocaja {
	text-align:center;
	font-family: "Verdana", serif;
	font-size: 16pt;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 8px;
	margin-left:-6px;
	color: #444;
}
#capablanca {
	position:absolute;
	top:0px;
	right:0px;
	background-color: #FFF;
	background-color:rgba(255,255,255,0.94);
	width: 100%;
	height:42px;
	padding: 10px;
	margin:auto;
	border-style:none;
	border-color:#FFF;
	border-width:1px;
}
#textocapablanca {
	position:absolute;
	top:6px;
	left:0;
	right:0;
	color: #444;
	font-family: "Verdana", serif;
	font-size: 30pt;
	font-weight: bold;
	text-align:center;
}
#cajablanca	{
	width:210px;
	background-color: #FFF;
	background-color:rgba(255,255,255,0.94);
	padding: 10px;
	margin:auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-style:none;
	border-color:#FFF;
	border-width:1px;
	margin-top:170px;
	position:relative;
}
#footer {
	position:absolute;
	bottom:0px;
	right:0px;
	width:100%;
	height:30px;
	background-color: #FFF;
	background-color:rgba(255,255,255,0.85);
	margin:auto;
}
#textofooter {
	color: #444;
	text-align:center;
	font-family: "Verdana", serif;
	margin-top:6px;
	font-size: 12pt;
}
.footerlink {
	color: #444;
	font-family: "Verdana", serif;
	font-size: 12pt;
	position: absolute;
	bottom: 5px;
	left: 8px;
}
.footerlink a, #textofooter a {
	color: #444;
	text-decoration:none;
}
.footerlink2 {
	color: #444;
	font-family: "Verdana", serif;
	font-size: 12pt;
	position: absolute;
	bottom: 5px;
	right: 8px;
}
.footerlink2 a {
	color: #444;
	text-decoration:none;
}
