@charset "utf-8";
/* CSS Document */

div#cabecera{
	border-top: 2px solid blue;
	border-bottom: 2px solid blue;
}

div#formulario form{
	border: 2px solid red;
	margin-top: 5px;
}

input[type=text]{
	border-style: inset;
	background-color: lightgrey;
}

input[type=text]#mail{
	background-color: red;
}