* { 
  -moz-box-sizing: border-box;
}
body {
  margin:0;
  background-color:#C6C6C6;
}
form {
  display:inline;
}


table.contenido {
  border-top:solid 2px #333333;
  border-bottom:solid 2px #333333;
  border-left:solid 1px #333333;
  border-right:solid 1px #333333;
}

table.contenido td {
  font-family: Arial;
  font-size: 11px;
	color: #000000;
}

table.contenido input {
  font-family: Arial;
  font-size: 11px;
	color: #000000;
}

table.contenido td.error_login {
  font-family: Arial;
  font-size: 11px;
	color: #ff0000;
}

table.contenido button {
  font-family: Arial;
	font-size: 11px;
	color: #333333;	
}

table.contenido td.logotipo {
  padding-bottom:20px;
  background-color:#ffffff;
  border-bottom:solid 1px #333333;
}
