/* CSS Document */
body {
	background-color: #eeeee0;
}

.txt_01 {
	font-family: Arial;
	font-size: 11px;
	color: #827772;
}

.txt_02 {
	font-family: Trebuchet MS;
	font-size: 13px;
	letter-spacing: -1px;
}

.txt_03 {
	font-family: Trebuchet MS;
	font-size: 9px;
	text-transform: uppercase;
}

.txt_04 {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;
}

.txt_05 {
	font-family: Times New Roman;
	font-size: 15px;
	color: #FFFFFF;
}

.txt_06 {
	font-family: Trebuchet MS;
	font-size: 14px;
}

.footer-text {
	font-family: Trebuchet MS;
	font-size: 11px;
}

.gray {
	color: #75746e;
}

.dark-gray {
	color: #3f3d29;
}

.gold {
	color: #8c7e00;
}

.gold-2 {
	color: #c0be94;
}

.gold-3 {
	color: #7a7637;
}

.brown_01 {
	color: #c9c9b8;
}

.sel_01 {
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 3px;
	color: #8c7e00;
	border: #8c7e00 1px solid;
}

.sel_02 {
	font-family: Trebuchet MS;
	font-size: 11px;
	padding: 3px;
	color: #333333;
	border: #999999 1px solid;
}

.buttons { border:0px;z-index:6;position:relative;width:73px;height:25px;font:bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif; color: #856D55; background:url(../images/btn.gif) no-repeat top left; }

#resultado_currency {
	background-color:#EBEBE4;
	vertical-align:center;
	width:210px;
	height:25px;
	font:bold 16px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	border:1px solid #DDDDDD;
	color: #75746e;
}

.button {
	position:relative;cursor:pointer;width:105px;height:23px;background-image:url(../images/btn-01.jpg);text-align:center;padding-top:7px;
}

.button2 {
	position:relative;cursor:pointer;width:105px;height:27px;background-image:url(../images/btn-01.jpg);text-align:center;padding-top:3px;
}

.rsv-input {
	
	font-family: Trebuchet MS;
	font-size: 11px;
	background-color: #f6f6eb;
	border: #ceccad 1px solid;
	color: #666666;
	width: 200px;
	
}

.sty-input {
	
	font-family: Trebuchet MS;
	font-size: 11px;
	background-color: #f6f6eb;
	border: #ceccad 1px solid;
	color: #666666;
	width: 100%;
	
}

/* weather */

.weather_table {
	
}

.weather_header {
	height:35px;
	font:bold 16px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	text-align:center;
	color:#856063;
}

.weather_container {
	position:relative;
	width:190px;
	height:67px;
	border:0px;
	margin-left:50px;
	margin-top:30px;
	
}

div > .weather_widget {
	position:absolute;
	top:0px;
	left:0px;
	background:#FFFFFF url(../images/widget.png) no-repeat top left;
	width:190px;
	height:67px;
}
* html .weather_widget {
	position:absolute;
	top:0px;
	left:0px;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/widget.png', sizingMethod='scale');
	width:190px;
	height:67px;
	background-color:#FFFFFF;
}

.weather_icon {
	position:absolute;
	top:-50px;
	left:-40px;
}

.weather_temp {
	font:bold 28px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#FFFFFF;
	position:absolute;
	top:5px;
	right:10px;
}

.weather_hi {
	font:12px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#FFF;
	bottom:8px;
	right:60px;
	z-index:9;
	position:absolute;
}

.weather_lo {
	font:12px 'Trebuchet MS',Arial,Helvetica,sans-serif;
	color:#FFF;
	bottom:8px;
	right:5px;
	z-index:9;
	position:absolute;
}

A.link_01:link,A.link_01:visited { text-decoration:none; }
A.link_01:hover,A.link_01:active { text-decoration:underline; }

A:link,A:visited { text-decoration: none; }
A:hover,A:active { text-decoration: underline; }

