.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
    }
.izquierdo {
        text-align: left;
    }
.derecho {
        text-align: right;
    }
.formulario .derecho {
        padding-right: 10px;
    }
h3 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 10px;
    }
h4 {
        text-align: left;
        margin-top: 0px;
        margin-bottom: 10px;
        font-weight: bold;
        font-size: 12px;
    }
input {
        width: 180px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 16px;
        border-top-width: 0px;
        border-right-width: 0px;
        border-bottom-width: 0px;
        border-left-width: 0px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        font-size: 12px;
        color: #412101;
    }
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 180px;
	height: 100px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #412101;
	margin-top: 5px;
	margin-bottom: 5px;
    }
    .botones {
	height: 26px;
	width: 110px;
	color: #FFFFFF;
	background-color: #412101;
	font-size: 11px;
	border: 1px solid #D26A02;
	margin-top: 10px;
	margin-bottom: 15px;
    }
    ul {
	text-align: left;
	padding-left: 50px;
	margin-left: 0px;
	padding-top: 5px;
}
