@charset "utf-8";
/* CSS Document */

.body{
	margin-top:0px;
	}

#pag{
	padding: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 952px;
	background-color: #E7E7E7;
	}
.escolha{}
	
#select{
	padding-left: 10px;
	background-color: #FFE9CA;
	margin-left: 17px;
	width: 240px;
	height: 32px;
	overflow: hidden;
	border: 1px solid #C7C7C7;
	font-weight: bold;
	color: #7E5D23;
	}
	
#select select{
	background: transparent;
   width: 268px;
   padding: 5px;
   font-size: 16px;
   line-height: 1;
   border: 0;
   border-radius: 0;
   height: 34px;
   -webkit-appearance: none;
	}

#select-select-option{
	background-color: #fff;
	width: 199px;
	padding: 10px;
	border: 0;
	border-radius: 0;
	height: 18px;
	-webkit-appearance: none;
	border-color: #FF7B02;
	}
	
#select-select-option li a:hover{
	background-color: #fff;
	}
#option{
	background-color:#F60;
	}