* {
	margin: 0;
	padding: 0;
	border: 0;
}
#logCargar{
	position:absolute;
	top:50%;
	left:48%;
	z-index:100;
	width:70px;
	height:70px;
}
body {
	min-height:450px;
	min-width: 450px;
	

	background-color:grayligth;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight:300;
	text-align: left;
	text-decoration: none;
	z-index:10;	
}
#content {
	/* Center wrapper perfectly */
	width: 300px;
	height: 400px;
position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -150px;
	margin-top: -200px;
	background: #d4dedf;;
	
	border: 1px solid gray;
	border-radius: 5px;
	box-shadow: 15px 15px 30px #888888;
	
}

#cabecera{

	width: 300px;
	height: 100px;
	z-index:12;	
	background-color:#eee;

	
}
#cabecera h1 {
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 28px;
	line-height:34px;
	color: #414848;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	margin-bottom: 10px;
	
}
#contenido{

	width: 300px;
	height: 200px;
	background-color: #eee;

	
}
/*color pa iconos #FF2C45;*/
#pie{
	border-top:5px solid darkslateblue;
	width: 300px;
	height: 100px;
	background-color:#D3DCE3;
	border-radius: 0 0 5px  5px;
		
}
#logo{
	position:relative;
	top:15px;
	bottom:25px;
	left:20px;
	width:50px;
	height:50px;
	cursor: pointer;


}
#logo:hover{
	background-color: white;
	border-radius: 5px;
}
#btn{
	position:relative;
	top:15px;
	float:right;
	bottom:25px;
	right:20px;
	padding: 11px 25px;
	
	font-family: 'Bree Serif', serif;
	font-weight: 300;
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 0 rgba(0,0,0,0.25);
	
	background: #468EA8;
	border: 1px solid darkseablue;
	border-radius: 5px;
	cursor: pointer;
	
	box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-moz-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
	-webkit-box-shadow: inset 0 0 2px rgba(256,256,256,0.75);
}
#btn:hover{
	background: #4791F2;
	
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.5);
}
.int{
	
	width: 188px;
	padding: 15px 25px;
	
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #9d9e9e;
	text-shadow: 1px 1px 0 rgba(256,256,256,1.0);
	
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	
	box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-moz-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	-webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,0.50);
	
}
.int:hover {
	background: #D3DCE3;
	color: #468EA8;
}
.user-icon, .pass-icon {
	width: 46px;
	height: 47px;
	position: absolute;
	left: 0px;
	padding-right: 2px;
	z-index:-10 !important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.user-icon {
	top:100px; /* Positioning fix for slide-in, got lazy to think up of simpler method. */
	background: #D3DCE3 url(../img/user-icon.png) no-repeat center;	
}

.pass-icon {
	/*el fondo que se usaba originalmente rgba(65,72,72,0.75)*/
	top:180px;
	background: #468EA8 url(../img/pass-icon.png) no-repeat center;
}
 .user-icon, .pass-icon {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
