body {
	padding-top: 40px;
	padding-bottom: 40px;
	background-image: url("../imagenes/logo.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.datatables {
	font: 90%/1.45em "Helvetica Neue", HelveticaNeue, Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  background-color: #fff;
}

div.dataTables_filter, div.dataTables_length {
  padding: 50px;
}

#cont {
	max-width: 340px;
	-webkit-box-shadow: 0px 0px 18px 0px rgba(48, 50, 50, 0.10);
	-moz-box-shadow: 	0px 0px 18px 0px rgba(48, 50, 50, 0.10);
	box-shadow: 		0px 0px 18px 0px rgba(48, 50, 50, 0.10);
	border-radius: 6%;
	box-shadow: 0px 0px 40px white;
	background-color: rgba(0, 0, 0, 0.2);
	background: transparent;
}
#cont2 {
	border-radius: 6%;
	box-shadow: 0px 0px 40px white;
	background-color: rgba(200, 200, 0, 0.9);

}

.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: black;
    color: white;
    text-align: center;
}

.well{
	margin-top: 15%;
}
#mensaje{
	margin-top: 3%;
}

.form-control{
	height: 2000px;
}
