﻿#ladoi{
	background: #f7f7f7;
	width:550px;
	float: left;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#titulo-formulario{
	background: black;
	color: white;
	line-height: 22px;
	text-align: center;
	padding:10px 0;
}

#ladod{
	border: 2px dashed #563510;
	background: #f7f7f7;
	width: 535px;
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	float: left;
	margin: 0 10px 0 0;
	padding: 10px 0;

	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#ladod b{
	color: #563510;
}

#ladod a{
	color: black;
	text-decoration: none;
}

#ladod a:hover{
	text-decoration: underline;
	color: blue;
}