@charset "utf-8";


#main {
	width: 740px;
	overflow: auto;
	height: 442px;
	margin: 10px;
}
#ciudades {

}
#ciudades   #on  {
	background-image: url(../images/on.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 24px;
}
#ciudades #on a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#ciudades  #off  {
	background-image: url(../images/off.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center;
	height: 24px;
}
#ciudades #off a {
	color: #73C1BD;
	text-decoration: none;
	font-weight: bold;
}

.text_small {
	font-size: 11px;
}


body {
	margin: 0px;
	background-color: #476B6A;
	background-image: url(../images/bg.gif);
}



td, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}


.titulo  {
	color: #EE3424;
	font-weight: bold;
	font-size: 18px;
}
.text {
	color: #333333;
	font-size: 12px;
}

.conteiner {
	width: 760px;
}


.conteiner .topleft {
	background-image: url(../images/corner_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

.conteiner  .topright {
	background-image: url(../images/corner_right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	float: right;
}
.footnote      {
	font-size: 10px;
	color: #999999;
	background-color: #FFFFFF;
	padding: 5px;
}
.scrollbar {
	scrollbar-3dlight-color:#CCC;
	scrollbar-arrow-color:#999;
	scrollbar-base-color:#FFF;
	scrollbar-darkshadow-color:#999;
	scrollbar-face-color:#FFF;
	scrollbar-highlight-color:#FFF;
	scrollbar-shadow-color:#FFF;
	scrollbar-track-color:#FFF;
}
