@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700|Lato:100,300,400);

body {
	background-image: url('/img/fondo.jpg');
	background-repeat: no-repeat;
	background-position: top, center;
	background-color: black;
	height: 1024px;
	overflow: hidden;

}

.form-signin-heading {  text-transform: uppercase; }

.dinamic-bg {

	width: 100%;
	height: 100%;
	background: rgb(158, 184, 254);
	background: -webkit-radial-gradient(center, ellipse cover, #ffffff -80%, rgb(158, 184, 254) 100%);
	background: -moz-radial-gradient(center, ellipse cover, #ffffff -80%, rgb(158, 184, 254) 100%);
}

.container-center {

	position: absolute;
	left: 50%;
	/*top: 45%;*/
	top: 35%;

	/*width: 358px;
	height: 254px;*/
	width: 600px;
	height: 784px;

	/*margin-left: -179px;
	margin-top: -127px;*/
	margin-left: -300px;
	margin-top: -400px;
	/*background-color: red;*/
	background-image: url('/img/tarjeta.png');
	background-repeat: no-repeat;
	background-position: top, center;

}

/* Identificación */


#login-wraper {

	/*-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);*/

}

.form-signin {

	/*max-width: 300px;*/
	max-width: 470px;

	/*padding: 5px 29px 29px;*/
	/*margin: 0 auto 20px;*/
	margin: 380px 65px 20px ;
	/*background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);*/

}

.form-signin .form-signin-heading {

	font-family: Impact, Arial , Helvetica, sans-serif;
	/*font-style: italic;*/
	font-weight: bold;
	font-size: 36px;
	font-weight: 300;
	color: #364c88;
	margin-bottom:30px !important;
	margin-top: -5px;
	text-align:center;
	border-bottom: 3px solid #364c88;
	padding-bottom: 10px;
	width: 460px;

}

.form-signin .form-signin-heading, .form-signin .checkbox {

	margin-bottom: 10px;

}

.form-signin input[type="text"], .form-signin input[type="password"] {

	font-size: 16px;
	height: auto;
	width: 300px;
	margin-left: 0px;
	margin-bottom: 15px;
	padding: 7px 9px;
	color: #364b88;
	border: 1px solid #5c76b7;

	/*background-color: #FFFFFF;
	border: 1px solid #364b88;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;*/

}
.form-signin input[type="text"]:focus, .form-signin input[type="password"]:focus, .uneditable-input:focus{
	/*background-color: #red;*/
	/*border: 1px solid #364b88;*/
	box-shadow: 0 0 5px white;
	transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input, button, select, textarea {
	font-family: Arial , Helvetica, sans-serif;
}
.iconos{
	margin-top: 20px;
	position: absolute;
	z-index: 999;
}

.iconos li{
	list-style: none;
	height: 120px;


}
.img-circle{
	-moz-box-shadow: 0px 20px 50px black;
	-webkit-box-shadow: 0px 20px 50px black;
	box-shadow: 0px 20px 50px black;

	border: 4px solid white;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	/*background-color: white;*/

	filter:alpha(opacity=10);
	opacity:0.1;
	moz-opacity:0.1;
	khtml-opacity:0.1;
}

.img-circle:hover{	
	filter:alpha(opacity=100);
	opacity:1;
	moz-opacity:1;
	khtml-opacity:1;
}

.contenedor-logo {
	float: left;
	height: 116px;
	width: 152px;
}
#marco{
	height: 106px;
	width: 106px;
	border: 5px solid #364c88;
	/*-webkit-border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px 30px 30px 30px;
	border-radius: 30px 30px 30px 30px;*/
	margin-top: -15px;
	margin-left: 8px;
}
#logo{
	position: absolute;
	margin-left: 0px;
}
/*.btn-info {
	width: 460px;
	background-color: #364b88;
	background-image: linear-gradient(to bottom, #748fcb, #364b88);
	background-repeat: repeat-x;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #364b88;
  *background-color: #2a85a0;
}*/

.btn-info {
  width: 460px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #364b88;
  *background-color: #2a85a0;
  background-image: -moz-linear-gradient(top, #748fcb, #364b88);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#748fcb), to(#364b88));
  background-image: -webkit-linear-gradient(top, #748fcb, #364b88);
  background-image: -o-linear-gradient(top, #748fcb, #364b88);
  background-image: linear-gradient(to bottom, #748fcb, #364b88);
  background-repeat: repeat-x;
  border-color: #364b88 #364b88 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff748fcb', endColorstr='#ff364b88', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #364b88;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #2a85a0 \9;
}