﻿ /********************************************************************************************************* 
	MIOLO
 ********************************************************************************************************/	

#miolo-destinos-nacionais { display : inline;   margin : 0 0 0px 2px; width : 782px; float : left;  height : auto;     /* border:1px solid green; */      } 
#img-destinos {  margin : 0px 0 0px 3px;  _margin : 0px 0 0px 4px; }
h1 { font-family : Tahoma; font-size: 11pt; color : #585A59;   font-weight:normal;  margin: 5px 0 0px 6px;  padding: 0px;/*  line-height:20px; */}
#conteudo-destinos-nacionais {     margin : 15px 0 0px 2px;   width : 780px;   height : auto;    float : left;  /*  border:1px solid blue; */}
#img-destinos-mapa {     margin : 30px 0 0px 0px;   width : 420px;   height : auto; float : left;   }
 #cidades-destinos { margin : 0 0 0px 11px;  padding: 5px 16px 8px 16px;  width : 315px;      height : auto; float : left;  display:inline;  border:1px solid #E8E8E8; _margin : 0 0 0px 10px; }
 #cidades-eco { margin : 0 0 0px 11px;  padding: 5px 16px 8px 16px;  width : 150px;      height : auto;  float : right;  display:inline;  border:1px solid #E8E8E8; _margin : 0 0 0px 5px; }
 table.table { width :330px;  _width :316px;}
 table.table-eco { width :330px;  _width :200px;}
 
 

 
a.destinos:link{ font-family : Tahoma; font-size: 11px; color : #5A5A5A;}
a.destinos:acitive{ font-family : Tahoma; font-size: 11px; color : #5A5A5A;}
a.destinos:visited{ font-family : Tahoma; font-size: 11px; color : #5A5A5A;}
a.destinos:hover{ text-decoration: underline;  font-family : Tahoma; font-size: 11px;color : #5A5A5A;}


/* BUBBLE */

        .bubbleInfo {
          position: relative;  
            top: 150px;
            left: 100px;
            width: 400px;
			float : left;
        }
        .trigger {
            position: relative;
        }
     
        /* Bubble pop-up */

        .popup {
        	position: relative;
        	display: none;
        	z-index: 50;
        	border-collapse: collapse;
        }

        .popup td.corner {
        	height: 15px;
        	width: 19px;
        }

        .popup td#topleft { background-image: url(/images/site/bubble/bubble-1.png); }
        .popup td.top { background-image: url(/images/site/bubble/bubble-2.png); }
        .popup td#topright { background-image: url(/images/site/bubble/bubble-3.png); }
        .popup td.left { background-image: url(/images/site/bubble/bubble-4.png); }
        .popup td.right { background-image: url(/images/site/bubble/bubble-5.png); }
        .popup td#bottomleft { background-image: url(/images/site/bubble/bubble-6.png); }
        .popup td.bottom { background-image: url(/images/site/bubble/bubble-7.png);  text-align: center;}
        .popup td.bottom img { display: block; margin: 0 auto; }
        .popup td#bottomright { background-image: url(/images/site/bubble/bubble-8.png); }
	
		.popup table.popup-contents {
        	font-size: 12px;
        	line-height: 1.2em;
        	background-color: #fff;
        	color: #666;
        	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", sans-serif;
        	}

        table.popup-contents th {
        	text-align: right;
        	text-transform: lowercase;
        	}

        table.popup-contents td {
        	text-align: left;
        	}

        tr#release-notes th {
        	text-align: left;
        	text-indent: -9999px;
        	background: url(http://jqueryfordesigners.com/demo/images/coda/starburst.gif) no-repeat top right;
        	height: 17px;
        	}

        tr#release-notes td a {
        	color: #333;
        }

   