
/*
font-family: 'Montserrat', sans-serif;
font-family: 'PT Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'El Messiri', sans-serif;
font-family: 'Fresca', sans-serif;
font-family: 'Laila', serif;
*/
* {
	margin:0;
	padding:0;
}
body {
	background:#ccc;
	font-family:Arial;
}
.contenedor{
	background:#FFFFFA;
	width:95%;
/*	max-width:1000px*/
	margin:0 auto;
 	overflow:hidden;
}
header{
	width:100%;
	float:left;
	align-content:right;
	left:0;
	background:#99c932;
	z-index: 1000;
}
header.nutri{
	font-family: 'Montserrat', sans-serif;
	color:#fff;
        font-size: 18px;
        font-weight: bold;
        padding:5px 10px 5px 30px;
}

aside img{
	
	height:auto;
}
.principal{
	width:85%;
	background:#fff;
	padding:20px;
	float:left;
	box-sizing:border-box;
	height:100%;
}
.inicio{
	width:100%;
	background:#000;
	padding:20px;
	margin-top:130px;
	box-sizing:border-box;
	min-height:500px; 
        background-image: url("../imagenes/sandia.png"),url("../imagenes/chile.png");
        background-repeat: no-repeat,no-repeat;
        background-position: left center, right center;
        
}
.autenticacion{
	width:30%;
	padding:20px 0px 20px 0px;
	min-height:350px;
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;

}
.recuperacion{
	width:35%;
	padding:20px 0px 20px 0px;
	min-height:350px;
	background:#fff;
	border:1px solid #ddd;
	margin:0 auto;
	font-size:16px;
	-moz-box-shadow:1px 1px 7px #ccc;
	-webkit-box-shadow:1px 1px 7px #ccc;
	box-shadow:1px 1px 7px #ccc;

}
.claves .accion{
        background-color:#99c932;
	border-top:1px solid #ddd;
	margin-top:10px;
        margin-bottom: 10px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding:5px 10px 5px 10px;
}
.claves .etiqueta{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5pt;
	color:#817F7F;
	text-align:left;
	text-shadow: 0 10px 0 rgba(255, 255, 255, 0.5);
        color: #0f332d;
	display:inline-block;
	padding:10px 0px 0px 10px;
	margin:10px 0px 0px 10px;
}

.ingreso{
	width:100%;
	}
.claves{
	width:100%;
      	}
.autenticacion h1{
	font-family: 'Poppins', sans-serif;
	padding:20px 30px 20px 30px;
	background-color:#99c932;
	text-align:center;
	color:#fff;
	letter-spacing: 2pt;
	font-size:25px;
	border-bottom:1px solid #ddd;
	clear:both;
	/*text-shadow: 1px 1px black, 1px 2px #ccc*/
		text-shadow: -3px -3px 2px #696;
}
.autenticacion .boton{
	background-color:#99c932;
	border-top:1px solid #ddd;
	margin-top:50px;
	clear:both;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	padding:0px 30px 0px 30px;
}
.ingreso .etiqueta{
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5pt;
	color:#817F7F;
	font-weight:bold;
	text-align:left;
	text-shadow: 0 10px 0 rgba(255, 255, 255, 0.5);
        color: #0f332d;
	display:inline-block;
	padding:10px 50px 0px 30px;
	margin:10px 0px 0px 0px;
}
.ingreso span.error{
	visibility:hidden;
	color:#C70039;
	font-size:11px;
	font-style:italic;
	display:block;
	margin:4px 30px;
}
.ingreso a{
	font-family: Arial, Helvetica, sans-serif;
	float:right;
	font-style:italic;
	text-decoration:none;
	color:#ffa800;
	font-size:10;
	line-height:15px;
	text-shadow:1px 1px 1px #fff;
	padding:10px 50px 0px 30px;
}
.ingreso a:hover{
	color:#000;
}
input[type="text"],
select,
textarea,
input[type="date"],
input[type="email"],
input[type="tel"],
input[type="password"]{
	border: solid 1px #E5E5E5; /*margin: 5px 30px 0px 30px;*/
	background: #FFFFFF;
	-moz-box-shadow: 0px 0px 8px #FFFFE0;
	-webkit-box-shadow: 0px 0px 8px #FFFFE0;
	box-shadow: 0px 0px 8px #FFFFE0; 
	padding: 9px;
	/*text-transform:uppercase;*/
}/*
input[type="radio"] {
  -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
 /* -moz-appearance: checkbox;    /* Firefox */
/*  -ms-appearance: checkbox;     /* not currently supported */
/*	background-color:red;
}*/
  input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
 input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }

  input[type='checkbox']:after {
        width: 15px;
        height: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background: #d1d3d1;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
 input[type='checkbox']:checked:after {
        width: 15px;
        height: 15px;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffa500;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid white;
    }
.claves input[type="text"],
.ingreso input[type="text"],
.ingreso input[type="password"]{
	margin: 9px 30px 0px 30px;
	font-size:16px;
	width:76%;
	text-transform: none;
}
input[type="text"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
select:focus,
textarea:focus,
input[type="password"]:focus{
  border: 1px solid #696;
  background-color:#FCFEF8;
  color: #000;	
  -webkit-box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.2) inset;
  box-shadow: 4px 4px 4px 0 rgba(0,0,0,0.2) inset;
  -webkit-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 50ms cubic-bezier(0.42, 0, 0.58, 1);
}
.ingreso input[type="submit"]{
   background: #e3e3e3;
	border: 1px solid #ccc;
	color: #333;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 8px 0 9px;
	text-align: center;
	width: 200px;
	cursor:pointer;
	float:clear;
	margin:15px 20px 10px 10px;
	text-shadow: 0px 1px 0px #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0px 0px 2px #fff inset;
	-webkit-box-shadow: 0px 0px 2px #fff inset;
	box-shadow: 0px 0px 2px #fff inset;
}
.ingreso input[type="submit"]:hover {
	background: #d9d9d9;
	-moz-box-shadow: 0px 0px 2px #eaeaea inset;
	-webkit-box-shadow: 0px 0px 2px #eaeaea inset;
	box-shadow: 0px 0px 2px #eaeaea inset;
	color: #222;
}
aside{
	width:15%;
	height:500px;
	padding:20px;
	box-sizing:border-box;
	background:#FAFAFA;
	float:left;
}
footer{
    width:100%;
    float:left;
    height: 100%;
    /*margin:20px auto;*/
    box-shadow:border-box;
    background:#99c932;
}
.links {
    align-items:right;
    padding: 10px;
}
.sanchi{
    background-image: url("../imagenes/sanchi.png");
    background-repeat: repeat-x;
    background-position: center;
    padding: 20px;
    
}

.links a{
    text-decoration:none;
    font-size:24px;
    color:#fff;
    
	}
.mensaje{
    color: #3aad41;
    font-weight:bold;
}
footer .nombre{
    color:#fff;
    text-align:left;
    font-weight:bold;
    display: inline;
}
.equivoco{
  color: #f45353;
  font-weight:bold;
}

/***************************************************************/
@media screen and (max-width: 800px){
	.principal{
		width:100%;
		height:100%;
	}
	aside{
		width:100%;
		height:100%;
	}
	.autenticacion{
 		width:100%;
	}
        .recuperacion{
 		width:100%;
	}
	.inicio{
	padding:20px;
	margin-top:70px;
	box-sizing:border-box;
	}
	header.nutri img{
	width:25%
	}
}
/*@media screen and (max-width: 400px){
	.contenedor{
		width:100%;
	}
}*/