html, body{
	height:100%;
	margin:0px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	color:#ede4c7;
	background:#090f0b;
}
p { margin:15px 0px; }
a img { border:none; }
a{
	color:#ede4c7;
	text-decoration:none;
}
a:hover{ color:#8B161A }
a:focus{ outline:none; }

a.closeBtn{
	display:block;
	width:14px;
	height:14px;
	background:url(../images/btn_close.gif) 0px 0px no-repeat;
	position:absolute;
	top:15px;
	right:15px;
}
a.closeBtn:hover{
	background-position:0px -16px;
}


select, input, textarea{ border:none; padding:2px; font-family:"Times New Roman", Times, serif; font-size:14px; }
input{ padding:3px; outline:none; }
.clearer { clear:both; display:block; margin:0; padding:0px; height:0px; line-height:1px; font-size:1px; }



.break{ margin:0px; }
.break1{ margin:1px 0px; }
.break2{ margin:2px 0px; }
.break3{ margin:3px 0px; }
.break4{ margin:4px 0px; }
.break5{ margin:5px 0px; }

.cream{ color:#c5c2a6; }
.green{ color:#547156; }
.cream_bg{ background:#c5c2a6 };


a.terms{ font-size:12px; color:#547156; text-decoration:none; font-weight:bold; }
a.terms:hover{ text-decoration:underline; }

#topNav{
	background:url(../images/topNav_bg.jpg) bottom center no-repeat;
	padding:90px 0px 0 0px;
	height:25px;
	/*text-align:right;*/
	position:relative;

}
#topNav a{
	color:#cfc8ae;
	letter-spacing:2px;
	font-size:11px;
	border-right:solid 1px #cfc8ae;
	padding:0 8px;
	text-decoration:none;
}
#topNav a:hover, #topNav a.selected{
	color:#CAA232;
}

.Estilo1 {
	font-size: 12px;
	color: #559B60;
}

.Caja {
width:120px;
height:90px;
   padding:8px;
   border:solid 1px #FFFFCC;
}
