@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example 8.8.2
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

body {
	padding-top: 60px;
	/*background-color: #000000;*/
	background: url('../img/fondo.jpg') no-repeat center center fixed;
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
}
.img-responsive-1 {
  max-width: 85%;
  max-height: auto;
}
.img-opacity{
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}
.login{
	padding-top: 60px;
}
.footer {
  position: absolute;
	left:1%;
	right:1%;
  bottom: 5px;
  width: 97%;
  /*height: 60px;*/
  /*background-color: #5f5a60;*/
  color: #ffffff;
  text-align: right;
}
.footer-text{
	padding: 30px 0;
}
.bglogin{
	/*background-color: #222222;*/
	background:none;
}
a:link {
	color: #ffffff;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #ffffff;
}
.modal-dialog {
	/*width: 550px;*/ /* New width for default modal */
	/*height: 400px;*/ /* New width for default modal */
}
