body {
	padding: 0px;
	margin: 0px;
	min-width: 600px;
	text-align: center;
	color: #000000;
	text-decoration:none;
	background: #87be46 url(../templates/natural7/images/page_bg.png) 50% 0 repeat-x;
	font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif;
	font-size: 12px;
}
#outer {
	margin: 0px auto;
	width: 600px;
	text-align: left;
	background-color:#FFFFFF;
	}
#gracias {
	width:600px;
	text-align:center;
	position:absolute;
	top:50%;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bolder;
}
#header {
	width:600px;
	text-align:center;
	margin: 20px auto 20px auto;
}
#formcontainer {
	width: 500px;
	clear: both;
	margin: 0px 50px 0px 50px;
	padding: 0px;
	text-align:center;
}
#footer {
	clear:both;
	width:600px;
	text-align:center;
	margin: 10px auto;
	font-size:10px;
}
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%;
}
.advertencia {
	color:#CC0000;
	text-transform:uppercase;
}
h1 {
	font-size: 16px;
	FONT-WEIGHT: bold;
	COLOR: #000000;
}

legend {
	color:#FF9900;
	font-weight:bold;
	font-size:16px;
/*	margin:10px;
	padding:10px;*/
}

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:#000000;
	color:#000;
	background-color:#87be46;
	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 {
	background-color:#FF9900;
	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;
}

