/*========================================================*/
/*  Main Body & Scrollbar                                 */
/*========================================================*/

BODY {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#dadada;
}



.Normal, .NormalDisabled

{
font-family: Tahoma,Arial,Helvetica;
font-size: 11px;
font-weight: normal;
color:616161;
}




/*------------------------  End  -------------------------*/

/*========================================================*/
/* Login Area                                    */
/*========================================================*/

.login-left{
	background-image:url(login-left.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}
.login-right{
	background-image:url(login-right.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}
.login-bg{
	background-image:url(login-bg.jpg);
	background-repeat:repeat-x;
	height:21px;
}


/*========================================================*/
/* Register Area                                    */
/*========================================================*/

.register-left{
	background-image:url(register-left.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}

.register-left-v1{
	background-image:url(register-left_v1.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}

.register-right{
	background-image:url(register-right.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}

.register-right_v1{
	background-image:url(register-right_v1.jpg);
	background-repeat:no-repeat;
	width:10px;
	height:21px;
}

.register-bg{
	background-image:url(register-bg.jpg);
	background-repeat:repeat-x;
	height:21px;
}

.register-bg_v1{
	background-image:url(register-bg_v1.jpg);
	background-repeat:repeat-x;
	height:21px;
}


/*========================================================*/
/* Backgrounds                                            */
/*========================================================*/

.main-left{
	background-image:url(main-left-bg.jpg);
	background-repeat:repeat-y;
	width:15px;
}

.main-right{
	background-image:url(main-right-bg.jpg);
	background-repeat:repeat-y;
	width:15px;
}

.main-bottom-left{
	background-image:url(main-bottom-left.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:7px;
}

.main-bottom-right{
	background-image:url(main-bottom-right.jpg);
	background-repeat:no-repeat;
	width:15px;
	height:7px;
}

.main-bottom-bg{
	background-image:url(main-bottom-bg.jpg);
	background-repeat:repeat-x;
	height:7px;
}
/*========================================================*/
/* header                                            */
/*========================================================*/

.header-left{
	background-image:url(header-left.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:11px;
	height:146px;
}
.header-left-bg{
	background-color:#ececec;
}



.header-top-bg{
	background-image:url(header-top-bg.jpg);
	background-repeat:no-repeat;
	height:13px;
	background-position:top left;
	background-repeat:repeat-x;
	background-color:#ececec;
}



.header-right{
	background-image:url(header-right.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:146px;
}
.header-rigth-bg{
	background-color:#ececec;
}



.header-bottom-right{
	background-image:url(header-bottom-right.jpg);
	background-repeat:no-repeat;
	background-position: bottom right;
	width:11px;
	height:9px;
	background-color:#ececec;
}
.header-bottom-left{
	background-image:url(header-bottom-left.jpg);
	background-repeat:no-repeat;
	width:11px;
	height:9px;
	background-color:#ececec;
}


/*========================================================*/
/* Containers  1                                       */
/*========================================================*/

/* -- cnt1 --*/



.cnt1-heading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #8c8b8b;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

/* -- cnt2 --*/

.cnt2-heading {
	FONT-WEIGHT: bold;
	FONT-SIZE: 16px;
	COLOR: #f30a06;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}


/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Text CSS                                              */
/*========================================================*/

.dotline{
	background-image:url(dotline-bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	width:17px;
}

UL  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #616161;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
	list-style:disc;
}

P  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #616161;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
	list-style:disc;
}


/* Gray --*/

.Gray, A.Gray, A.Gray:link, A.Gray:visited, A.Gray:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #616161;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

.Gray UL  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #616161;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
	list-style:disc;
}

a.Gray:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #616161;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.5;
}

/* Red --*/

.red, A.red, A.red:link, A.red:visited, A.red:active  {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ef0902;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
	line-height:1.5;
}

a.red:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 11px;
	COLOR: #ef0902;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
	line-height:1.5;
}

/*------------------------  End  -------------------------*/


/*========================================================*/
/*  Headings CSS                                          */
/*========================================================*/


.blue-heading, A.blue-heading, A.blue-heading:link, A.blue-heading:visited, A.blue-heading:active {
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	COLOR: #0D5D92;
	FONT-FAMILY: Tahoma;
	text-decoration: none;
}

A.blue-heading:hover {
	FONT-WEIGHT: normal;
	FONT-SIZE: 16px;
	COLOR: #0D5D92;
	FONT-FAMILY: Tahoma;
	text-decoration: underline;
}


/*------------------------  End  -------------------------*/

/*========================================================*/
/*  Footer CSS                                          */
/*========================================================*/

.footer-bg{
	background-image:url(footer-bg.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	height:59px;
}





/*------------------------  End  -------------------------*/



/*========================================================*/
/*  Tipos de Destino                                         */
/*========================================================*/


.natureza{
 color:#67bd43;
}

.grupos{
 color:#72b3c3;
}

.praia{
 color:#cb7fd9;
}

.familia{
 color:#fba310;
}


.design{
 color:#e13d27;
}

.romance{
 color:#a40c02;
}

.patrimonio{
 color:#563a37;
}




/*------------------------  End  -------------------------*/




