img:hover{
}

label{
	width: 150px;
	float:left;
	margin-bottom:5px;	
}
input,select {
	width:150px;
	float:left;
	margin-bottom:5px;
}

fieldset{
	background:grey;
	width:350px;
	border: thick solid brown;
}

legend{
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	background-color: brown;	
}

#mensajes{
	float: left;
	background: light-grey;
	width: 325px;
}

#errores{
	float: left;
	background:light-grey;
	width: 325px;
}

#intentos{
	float: left;
	background:grey;
	width: 325px;
}

.error{
	border: solid 2px light-grey;

}