/* CSS Document */

body {
	padding: 0px;
	margin: 0px;
	min-width: 600px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #646464;
	text-decoration:none;
	background-color: #FFFFFF;
}
#outer {
	padding: 0px;
	margin: 0px auto;
	width: 700px;
	text-align: left;
}
#gracias {
	width:700px;
	text-align:center;
	position:absolute;
	top:50%;
}
#header {
	width:700px;
	text-align:left;
	margin: 20px auto 20px auto;
}
#formcontainer {
	width: 600px;
	clear: both;
	margin: 0px 50px 0px 50px;
	padding: 0px;
	text-align:center;
}
#footer {
	clear:both;
	width:600px;
	text-align:center;
	color:#999999;
	margin: 10px auto;
}
a:link {
	color: #336600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #339933;
}
a:hover {
	text-decoration: none;
	color: #FF9966;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
.clear { /* generic container (i.e. div) for floating buttons */
	overflow: hidden;
	width: 100%;
}
h1 {
	font-size: 16px;
	FONT-WEIGHT: bold;
	COLOR: #000000;
}
input[type=text], input[type=password] {
	font-family:Arial, Helvetica, sans-serif;
	width:200px;
}
input[type=submit], input[type=reset] {
	border-style:solid;
	border-width:1px;
	border-color:#fff;
	color:#fff;
	background-image:url(../Copy of bolivia/button_bg.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:130%;
	height:27px;
	width:89px;
	padding-bottom:1px;
	cursor: pointer;
	cursor: hand;
}
input[type=submit]:hover, input[type=reset]:hover {
	color:#000;
	background-image:url(../Copy of bolivia/form_button_over.jpg);
	cursor: pointer;
	cursor: hand;
}
select {
	width:200px;
}
fieldset {
	border:1px solid #666666;
	margin:5px;
}
legend {
	font-size: 16px;
	font-weight:bolder;
	color:#006600;
}
label {
	cursor: hand;
}
.obligatorio {
	color:#FF0000;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
}
