@charset "utf-8";

#form1 label {
	text-align: center;
}
#menu-contactos {
	margin-top: 10px;
	text-align: center;
	padding: 5px;
	width: 300px;
	margin-right: 170px;
	margin-left: 150px;
	height: 150px;
	border: 6px outset #996600;
	background-color: #CC9900;
	color: #000000;
}
#mensaje {
	width: 180px;
	margin-left: 150px;
	font-weight: bold;
	color: #FF0000;
	border: 4px solid #0066FF;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.link {
	text-decoration: none;
	color: #0033FF;
	border: 1px solid #000000;
}
#todo #reg-ent {
	height: 300px;
}
#todo #reg-ent #entrada {
	float: right;
	margin-top: 50px;
	margin-right: 30px;
	border: 4px solid #0066FF;
}
#todo #banner {
	border: 4px outset #996600;
	background-color: #FFFFFF;
}
