html,body,h1,h2,h3,h4,h5 { font-family: "Montserrat"; font-size: 12px; }
ul		{ list-style: none inside; }
p		{ font-size: 1.2em; line-height: 1.2em; margin-bottom: 1.2em; color: #FFFFFF; }
a		{ outline: none; }
a img	{ border: none; }

/*
* {
  box-sizing: border-box;
}
*/
.COLORES{
color: #9D2449; /*Fondo Contenedor*/
color: #D4C19C; /*Fondo General*/
color: #920336;
color: #990433;
color: #4E232E; /*TH*/
color: #C00800; /*Errores*/
}
/*
FONTS---------------------
  Aptos
  Gotham
  Gotham-Bold
  Gotham-Book
FONTS---------------------
*/
.index {
  background-image: url("img/img1.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.logo table, img, a {
	border: none;
    text-decoration: none;
    padding-left: 20px;
    scale: 120%;
}
.sistema {
	text-decoration: none;
	color: #333;
}
.sistema:hover {
	font-weight: bold;
	color: #222;
}
.row {
  margin-left:5px;
  margin-right:5px;
}
  
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clearfix (clear floats) */
.row::after {
  content: "";
  clear: both;
  display: table;
}

table, th, td {
/*  border-collapse: collapse;*/
  border: 1px solid #000;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #000;
}

th{
  background-color: #4E232E;
  color: #FFFFFF;
  text-align: center;
}

td {
  text-align: left;
  padding: 3px;
  color: #000;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}
tr:nth-child(odd) {
  background-color: #FFF;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other on screens that are smaller than 600 px */
@media screen and (max-width: 600px) {
  .column {
	width: 100%;
  }
}
/* Bordered form */
/*form {
  border: 3px solid #f1f1f1;
}
*/
/* Full-width inputs */
input[type=text], input[type=password] {
  width: 100%;
  padding: 1px 1px;
  margin: 1px 0;
  display: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  border-radius: 3px;
}

/* Set a style for all buttons */
button {
  background-color: #267207;
  color: white;
  padding: 7px 10px;
  margin: 5px 0;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  width: 100%;
}

/* Add a hover effect for buttons */
button:hover {
  opacity: 0.8;
}

.income-input{
  text-align: right;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
  width: 40%;
  border-radius: 50%;
}

/* Add padding to containers */
.container {
  padding: 16px;
}

/* The "Forgot password" text */
span.psw {
  float: right;
  padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
	display: block;
	float: none;
  }
  .cancelbtn {
	width: 100%;
  }
}
/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5px auto; /* 15% from the top and centered */
  border: 1px solid #888;
  width: 80%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  /* Position it in the top right corner outside of the modal */
  position: absolute;
  right: 25px;
  top: 0; 
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

/* Close button on hover */
.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}

@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}
/* FOOTER */
#footer {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 1em;
	padding: 20px 0px;
	overflow: hidden;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 1);
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
    z-index: 15;
}
#footer a{
	text-decoration: none;
	font-weight: bold;
	color: black;
}
#footer a:hover{
	font-weight: bolder;
	color: gray;
}
/* END FOOTER */
#errores{
  color: red;
  font-size: 1.5em;
  font-weight: 500;
}
#correcto{
  color: #006600;
  font-size: 1.5em;
  font-weight: 500;
}
.btn {
  background-color: #267207;
  border: none;
  border-radius: 3px;
  color: white;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 15px;
  width: 400px;
}
.btn:hover {
  background-color: #62ad46;
  color: #333333;
}