.clear {clear: both;height: 0;line-height: 0;}
.enviar input {
	color: #FFF;
	background-color: #009ad9;
	display: block;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 82px;
	padding: 2px;
}
.enviar input:hover {
	color: #FFF;
	background-color: #717073;
	display: block;
	border: 1px solid #999;
	cursor: pointer;
	margin-left: 82px;
	padding: 2px;
}
.clearfix {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}
/* Panel Tab/button */
.tab {
	height: 42px;
	position: relative;
	top: 0;
	z-index: 999;
	background-image: url(images/darkgray.gif);
	background-repeat: repeat-x;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	
}

.tab ul.login {
	display: block;
	position: relative;
	float: right;
	clear: right;
	height: 37px;
	width: auto;
	font-weight: bold;
	line-height: 42px;
	margin: 0;
	right: 0px;
	color: white;
	text-align: center;
	background-image: url(images/backtab.png);
	background-repeat: no-repeat;
	padding-top: 5px;
}
.tab ul.login li {
	text-align: left;
	display: block;
	float: left;
	height: 35px;
	padding: 0;
}

.tab ul.login li a {
	color: #009ad9;
}

.tab ul.login li a:hover {
	color: white;
}
.tab .sep {
	color:#717073
}

.tab a.open, .tab a.close {
	height: 26px;
	line-height: 20px !important;
	padding-left: 5px !important;
	cursor: pointer;
	display: block;
	width: 60px;
	position: relative;
}

.tab a.open {background: url(../img/bt_open.png) no-repeat left 0;}
.tab a.close {
	background: url(../img/bt_close.png) no-repeat left 0;
	font-size: 10px;
}
.tab a:hover.open {
	background-image: url(../img/bt_open.png);
	background-repeat: no-repeat;
	background-position: left -26px;
}
.tab a:hover.close {background: url(../img/bt_close.png) no-repeat left -26px;}

/* sliding panel */
#toppanel {
	width: 100%;
	text-align: center;
	margin: 0px;
	background-image: url(images/darkgray.gif);
	background-repeat: repeat-x;
	background-position: top;
}

#panel {
	width: 100%;
	height: 416px;
	color: #FFF;
	position: relative;
	background-color: #717073;
}

#panel h1 {
	font-size: 18px;
	color: white;
}

#panel h2{
	font-size: 16px;
	color: white;
}

#panel p {
	padding: 0;
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 10px;
}

#panel a {
	text-decoration: none;
	color: #009AD9;
}

#panel a:hover {
	color: white;
}

#panel a-lost-pwd {
	display: block;
	float: left;
}

#panel .content {
	width: 950px;
	margin: 0 auto;
	padding-top: 15px;
	text-align: left;
	font-size: 12px;
}

#panel .content .left {
	width: 275px;
	float: left;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

#panel .content .right {
	width: 593px;
	float: left;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #CCC;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #CCC;
}

#panel .content form {
	background-color: #e4e4e4;
	color: #717073;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
}

#panel .content label {
	float: left;
	clear: both;
	display: block;
	
}

.tab a.icons {
	height: 26px;
	width: 28px;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
}
.tab a:hover.icons {
	background-image: url(../img/home_hover.png);
	background-repeat: no-repeat;
}

#panel .content input.field {
	border: 1px #1A1A1A solid;
	background: #414141;
	color: white;

}

#panel .content input:focus.field {
	background: #545454;
}

#envio_mail table tr td {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.mapasite{
	clear: both;
	float: left;
	width: 100%;
	color: #717073;
	padding: 0px;
	margin-top: 40px;
}
.mapasite ul {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #717073;
	list-style-type: none;
	list-style-position: outside;
	height: 80px;
	clear: left;
	margin-left: 15px;
	padding: 20px;
}
.mapasite li {
	float: left;
	margin-left: 10px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #e4e4e4;
	padding-right: 10px;
	height: 80px;
	font-size: 12px;
}
.mapasite li li {
	float: none;
	list-style-position: outside;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	height: 15px;
	line-height: 20px;
}
.mapasite ul li ul {
	padding: 0px;
	margin: 0px;
}
.mapasite p{
	color: #333;
	background-color: #e4e4e4;
	padding: 5px;
	clear: both;
	float: left;
}
