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

#slide-panel {
	height: auto; /*HEIGHT OF HIDDEN SLIDE PANEL*/
	width: 396px; /*LEFT BORDER COLOR*/
	background-color: #002E61;
	background-image: url(../images/slide_button_angolo_sx.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	display: none;
	float: right;
}
.slide {
	background-image: url(../images/slide_button_1.png); /*ADDS OUR BUTTON IMAGE*/
	background-repeat: no-repeat;
	background-position: center bottom;
	float: right;
	width: 187px;
}
.btn-slide {
	text-align: center; /*ALIGNS TEXT CENTER*/
	width: 187px; /*BUTTON WIDTH*/
	height: 26px; /*BUTTON HEIGHT*/
	display: block; /*DISPLAY AS A BLOCK*/
	color: #CCC; /*TEXT COLOR*/
	text-decoration: none; /*REMOVES UNDERSCORE FROM LINK*/
	font-family: Arial, Helvetica, sans-serif; /*FONT FAMILY*/
	font-weight: bold; /*TURNS TEXT BOLD*/
	font-size: 12px; /*FONT SIZE*/
	margin-right: auto; /*MARGIN AUTO*/
	margin-left: auto; /*MARGIN AUTO*/
	line-height: 22px; /*LINE HEIGHT OF BUTTON TEXT*/
	cursor: pointer;
}

.area{
	font-size: small;
	color: #CCC;
	font-family: Helvetica, Arial, sans-serif;
	line-height: 12px;
	width: 350px;
	padding-top: 5px;
	font-weight: normal;
	padding-left: 15px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 5px;
	margin-left: 15px;
}
.area a{
	color: #CCC;
	text-decoration: none;
	
}
.area a:hover{
	color: #6CF;
	
	
}

