@charset "utf-8";
/* CSS Document */

body {
	background-image:url(../Images/fondo-azul.jpg);
}

.login {
  width: 400px;
  padding: 30px 25px;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
}

.login-xs {
  width: 350px;
  padding: 30px 25px;
  background: white;
  border: 1px solid #c4c4c4;
  border-radius: 6px;
}

.login-margin {
  margin: 40px auto;
}

.login-margin-xs {
  margin: 20px auto;
}
.menu-gral {
  margin: 80px auto;
  width: 400px;
  padding: 0px 0px;
  border-radius: 6px;
  alignment-adjust:central;
  text-align:center;
  background-color:#FFF;
}

.menu-xs {
  margin: 40px auto;
  width: 300px;
  padding: 0px 0px;
  border-radius: 6px;
  alignment-adjust:central;
  text-align:center;
  background-color:#EEE;
}

.menu-genera-xs {
  margin: auto;
  width: 800px;
  padding: 0px 0px;
  border-radius: 6px;
  alignment-adjust:central;
  text-align:center;
  background-color:#EEE;
}
.fuente-title{
	font-family: sans-serif;
	font-size: 24px;
	font-weight: 500;	
}

.fuente-body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: 500;
	color:#003;	
	text-transform:uppercase; 
}
h1.login-title {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color:#009;
  text-align:center;
  background: #f7f7f7;
 
}
h1.warning-label {
  margin: -28px -25px 25px;
  padding: 15px 25px;
  line-height: 30px;
  font-size: 25px;
  font-weight: 300;
  color: #666;
  text-align:center;
  background: #F90;
 
}

.login-input {
  width: 350px;
  height: 50px;
  margin-bottom: 25px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.login-input-xs {
  width: 300px;
  height: 50px;
  margin-bottom: 25px;
  padding-left:10px;
  font-size: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
  }
.login-button {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background: #f0776c;
  border: 0;
  border-radius: 5px;
  cursor: pointer; 
  outline:0;
}

.login-button2 {
  width: 100%;
  height: 50px;
  padding: 0;
  font-size: 20px;
}

.login-lost
{
  text-align:center;
  margin-bottom:0px;
}

.login-lost a
{
  color:#666;
  text-decoration:none;
  font-size:13px;
}

header{
	text-align:center;
	background: #003;
	color: #FFF;
}

aside{
	background:#003;
	color:#033;
}

footer{
	color:#FFF;
}

.cambiarfuente { /* Cambia el tipo de letra para los Titulos*/
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif, cursive;
	font-size:18px;
	font-weight:bold;
}
a.nounderline:link   {   
	text-decoration:none;
	}
