@charset "utf-8";
/* CSS Document */
#table{
width:auto;
height:auto;
}

#table .links{
list-style:none;
margin:0;
padding:5px 0 10px 10px;
}
#table .links ul{
/*line-height:18px;*/
}
#table .links li{
width:auto;
/*height:20px;*/
line-height:20px;
}
#table .links li a{
padding:2px 0 2px 22px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
letter-spacing:-1px;
}
#table .links li a:hover{
color:#99CC99;
padding-left:22px;
}
.categoria{
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
letter-spacing:-1px;
color:#666666;
}
#indicador{
line-height:18px;
background:transparent url(images/icons/ind.gif) center left no-repeat;
}

#map{
line-height:18px;
background:transparent url(images/icons/map_icon.jpg) center left no-repeat;
}

#ver{
display:inline;
padding-left:38px;
margin-left:5px;
line-height:18px;
background:transparent url(images/icons/ver.jpg) center right no-repeat;
}

#pro{
display:inline;
padding-left:20px;
line-height:18px;
background:transparent url(images/icons/prohibido.gif) center left no-repeat;
}

.rutas{
list-style:none;
margin:0;
padding:0;
}

.rutas li a{
border-bottom:1px dashed #e6e6e6;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#999999;
letter-spacing:-1px;
}

.rutas li a:hover{
color:#666666;
}

.accordion {
	width:90%;
	border-bottom: solid 1px #c4c4c4;
}
.accordion h3 {
	background: #f2f2f2 url(images/arrow-square2.gif) no-repeat right -51px;
	padding: 4px 15px;
	margin: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:500;
	color:#666666;
	border: solid 1px #c4c4c4;
	border-bottom: none;
	cursor: pointer;
}
.accordion h3:hover {
	background-color:#e7e7e7;
}
.accordion h3.active {
	background-position: right 5px;
}
.accordion ul{
	background: #fff;
	margin: 0;
	padding: 0 15px 4px;
	line-height:24px;
	border-left: solid 1px #c4c4c4;
	border-right: solid 1px #c4c4c4;
}

.menu_int{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
color:#007775;
letter-spacing:-1px;
text-decoration:none;
}
.menu_int a{
color:#007775;
text-decoration:none;
}
.menu_int a:hover{
color:#009988;
text-decoration:none;
}