@charset "utf-8";
/* CSS Document */
.entrar
{
	text-align: center;
	font-weight: bold;
	font-size: large;
	color: #000000;
}
input[type=text]:focus, input[type=password]:focus {
  border: 2px solid #FF6600;
}
input#enviar1 {
-webkit-appearance: none;
   -moz-appearance: none;
   /**
   appearance: none;
   **/
   width: auto;
	margin-left: auto;
	margin-right: auto;
	display: block;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
	color: #000000;
	background-color: #BEBEBE;
	cursor: pointer;
	border-width:3px;
	border:outset;
	border-radius:5px;
	border-color:#707070;
	}
input#enviar1:active {
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
.boto
{
	line-height: 70px;
	width: auto;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	color: #000000;
	background-color: #BEBEBE;
	cursor: pointer;
	border-width: 3px;
	border: outset;
	border-radius: 5px;
	border-color: #707070;
	text-decoration: none;
}
.boto:active
{
	box-shadow: 0 5px #666;
	transform: translateY(4px);
}
.boto_idiomes
{
cursor: pointer;
padding: 5px;
margin: auto;
border-radius: 4px;
width: 180px;
font-weight: bold;
}
.boto_tancar_idiomes
{
cursor: pointer;
padding: 5px;
margin: auto;
border-radius: 4px;
width: 50px;
font-weight: bold;
color: #FF0000;
font-size: 20px;
}
.idiomes_disponibles
{
text-align: right;
}