@charset "utf-8";
/* CSS Document */


	#formulario{
		display:inline;
		float:right;
		padding:20px;
		font-weight:bold;
		width: 580px;
		border:#39301F 1px solid;
		margin: 0;
		background-color:#E7D7C7;
	}

	#formulario input, #formulario textarea{
		width:400px;
		border:#7E4A23 1px solid;
		padding:2px;
		margin:3px 10px;
		background-color: #fff;
		color:#000;
		font-weight:bold;
	}
	.casilla{
		width:auto !important;
		border-width: 0 !important;
		background:#000 none !important;
		margin: 0 5px 0 10px !important;
		background:transparent !important;
	}
	.boton{
		background-color:#B55E28 !important;
		border:#7E4A23 2px solid !important;
		color:#ffffff;
		font-weight:bold;
		width: auto !important;
		padding: 8px 20px !important;
		background-image:none !important;
	}
	.boton:hover{
		background-color:#D1692A !important;
	}

	.error{
		background-color:#F79045;
		padding: 40px;
		text-align:center;
	}

