/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0}
body {
	color: #2e0002;
	background: url(../images/bgterra.gif) repeat;
	font: bold 0.75em Arial, Helvetica, sans-serif;
}
#wrap {
	width: 834px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background: url(../images/formulario.gif) no-repeat;
	height: 684px;
}
#title {
	text-align: center;
	padding-top: 120px;
}
#wrap small {
	font-size: 10px;
	font-weight: normal;
	clear: both;
}

#cajaform table {
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}
#cajaform h1 {
	font-size: 19px;
	font-weight: bold;
}

#cajaform table td {
	padding: 3px 0px;
}
.inputform {
	background: #ffaa2b;
	padding: 4px 5px;
	width: 300px;
	border: 1px solid #ac5600;
	font: 12px Arial, Helvetica, sans-serif;
	color: #2E0002;
}
.inputform:focus {
	background: #FFA41A;
}
.inputsearch {
	background: #ffaa2b;
	padding: 5px;
	width: 250px;
	border: 1px solid #ac5600;
	font: 12px Arial, Helvetica, sans-serif;
}
.butsubmit {
	border: 1px solid #c45700;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ef8410;
	padding: 5px;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
  border-radius: 3px;

}
.optionbut {
	background: #FFAA2B;
}
alingcenter {
	text-align: center;
}

