body{
	background: url(../img/fondo_cpu.jpg) repeat;
}
td.login{
    font: 300 16px / 26px "Roboto", Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    color: #636873;
}
input.login{
	line-height: 40px;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #00a0e4; /*rgba(0, 0, 0, 0.06);*/
	border-radius: 25px;
	color: #636873;
	font-weight: inherit;
	height: 40px;
	margin: 0;
	outline: 0 none;
	padding: 5px 20px;
	transition: all 0.2s linear 0s;
	width: 100%;
	box-sizing: border-box;
}
input.entrada{
	background: #00a0e4; /*#58a8dd;*/
	color: white;
	height: 40px;
  	font-size: 14px;
  	border-radius: 20px;
  	padding: 0 20px;
  	text-transform: uppercase;
  	border: none;
  	cursor: pointer;
}
h1.bienvenido
{
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: #00A0E4;
	margin: 20px 0 25px 0;
	text-align: center !important;
}
span.loginFooter
{
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 500;
	font-size: 50px;
	line-height: 56px;
	color: #00A0E4;
}

/*
  input.login
  {
  	font-family: Verdana, Arial, Helvetica, sans-serif;
  	font-size: 10.5px;
  	text-align: center;
  	font-weight : normal;
  	text-indent : 0px;
  	width: 70px;
  	color: #000000;
  	text-decoration: none;
  	border: 1px solid #999999;
  }
*/
