* {
	box-sizing: border-box;
}
html,body {   
	background-color: #e5e5e5;    
	/*background: linear-gradient(rgba(255,255,255,0.3),rgba(229,229,229,0.8)), url("../imagenes/water.jpg") no-repeat scroll 0 0 / cover;*/
	background: linear-gradient(#6dbee2,rgba(255,255,255,1));
	/*#45b1e0*/
    color:#333;
    font-family: Helvetica, Arial, Tahoma, "Trade Gothic", "Trebuchet MS", sans-serif;
    font-size: 12px;
    height:100%;
	margin:0;	        
}
ul
{
	margin: 10px 0 0;
	padding: 0;
}
p
{
	color: #666;
}
.wrapper
{
	margin: 0 auto;
	width: 390px;
	padding-top: 60px;
}
.cabecera
{
	background: #009cde; /*00A4F8*/
	/*border-bottom: 1px solid #ccc;*/
	height: 60px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.cabecera-logo
{
	height: 65px;
}
.spinner
{
	left: 48%;
	position: absolute;
	top: 8px;
}
.fondo {
  /*background: linear-gradient(rgba(255,255,255,0.3),rgba(229,229,229,0.8)), url("../imagenes/fondoblur.png") no-repeat scroll 0 -30px / cover  rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  height: 400px;*/
}
.container
{
	/*height: 100%;
	position: relative;*/
}
.logo {
	background-color: #009cde;
	border-radius: 5px 5px 0 0;
	text-align: center;
	/*margin-bottom: 10px;*/
	padding: 8px 0 5px 0;
}
.logo > div {
	color: #fff;
	font-size: 14px;
	letter-spacing: 3px;
}
.login
{
	background-color: #fff;
	/*border: 1px solid #c0c0c0;*/
	border-radius: 5px;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.3);
	color: #666;

	/*
	background: linear-gradient(rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0.95)) repeat scroll 0 0%, url("../imagenes/fondobn.jpg") no-repeat scroll 0 -550px / cover  rgba(0, 0, 0, 0);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	color: #666;
	padding: 5px 0 25px;
	 */
}
.titulo
{
	border-bottom: 1px dotted #ccc;
	color: #555;
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 10px 0;
	padding-bottom:5px;
	text-align: center;
}
.titulo > i
{
	float: right;
}

.loginD {
  border-radius: 1px;
  color: #009cde;
  font-weight: bold;
  padding: 0 20px 20px;
}
.loginI
{
	float: left;
	font-size: 14px;
	width: 600px;
}
.tblogin {
  border: 1px solid #009cde;
  /*border-radius: 3px;*/
  color: #2679B7;
  font-size: 14px;
  height: 38px;
  margin: 4px 0;
  padding: 4px;
  width: 100%;
}
.tblogin:focus {
  /*background-color: #f5f5f5;*/
  border: 1px solid #499fd8;
}
.btcambiaUsuario {
	color: #c94448;
	position: absolute;
	font-size: 18px;
	font-weight: bold;
	margin: 12px -17px 0;
	text-decoration: none;
}
a.linkrecuerda {
  color: #009cde;
  float: left;
}
.linknueva{
	color: #2679B7;
	float: right;
  }
.btlogin {
  background: #009cde;
  border: 0;
  /*border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  margin: 10px 0;
  line-height: 35px;
  opacity: 1;
  width: 100%;

  /*
  	background: linear-gradient(#368cc9, #2679b7) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #1e70aa;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 10px 0;
	opacity: 1;
	padding: 8px 25px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   */
}
.btlogin:hover,.btnueva:hover {
  opacity: 0.9;
}
.btnueva {
  background: #499fd8;
  border: 0;
  /*border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);*/
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  opacity: 1;
  padding: 8px 25px;
  text-decoration: none;
  /*
  	background: linear-gradient(#5aaee2, #499fd8) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 1px solid #3a92c9;
	border-radius: 2px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	opacity: 1;
	padding: 8px 25px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
   */
}
.clientes
{
	margin-bottom: 5px;
}
.clientes-lista > li
{
	list-style: none;
	margin-bottom: 5px;
}
.clientes-lista > li > a
{
	color: #555;
}
.pie {
  background: none repeat scroll 0 0 #fff;
  bottom: 0;
  color: #808080;
  font-weight: bold;
  position: absolute;
  width: 100%;
}
.pie a
{
	/*color: #c94448;
	font-size: 14px;
	margin-left: 5px;*/
}
.error
{
	color: #e86e90;
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-top: 15px;
}
.mensaje
{
	color: #168de6;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	display: block;
	margin-top: 15px;
}
.oculto
{
	display: none;
}
.slide
{
    animation-duration: 0.7s;
    animation-name: slide;
    -webkit-animation-duration: 0.7s;
    -webkit-animation-name: slide;
}
@keyframes slide {
  from {
    margin-top: -100%;
  }
  to {
    margin-top: 30px;
  }
}
/*
*
* Moviles
*
*/
@media (max-width: 600px) {
	.wrapper {
		margin: 10px auto;
		width: 94%;
	}
	.titulo {
		font-size: 16px;
	}
}
/*
*
* tablet??
*
*/
@media (min-width: 600px) and (max-width: 900px) {
}
