@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	min-width:1000px;
}

#fondo{
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
}

header{
	background-image: linear-gradient(bottom,#08298A,#084B8A);
	background-image: -webkit-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -moz-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -o-linear-gradient(bottom,#08298A,#084B8A);
	background-image: -ms-linear-gradient(bottom,#08298A,#084B8A);
	width:100%;
	height:50px;
	color:#FFF;
}



header table tr td a{
	margin-left:10px;
	text-decoration:none;
	color:#009;
}

.login{
	width: 300px;
	height: auto;
	padding: 10px;
	background-color: #CCC;
	margin: auto;
	margin-top: 150px;
	box-shadow: 2px 2px 10px #484848;
	font-size:14px;
}


.error{
	background-color:#D50909;
	color:#FFF;
	padding:5px;
}
