/* faldon */

.fila {
	clear: both;
}

.col-mapa {
	float: left;
	width: 155px;
}
.col-txt-mapa {
	float: left;
	width: 138px;
}
.col {
	float: left;
	width: 17px;
}

.titulo {
	font-weight: bold;
	color: #575757;
	padding-left: 3px;
}

.tituloFran {
	color: #CCCCCC;
	padding-top: 3px;
	padding-bottom: 3px;
}

.mapa
{
	width: 814px;
	overflow: hidden;
	position: relative;
	font-size: 12px;
	color: #787878;
	background-image: url(../images/bg_map.png);
	background-repeat: repeat-y;
	padding: 11px 0 0 20px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Verdana;
	line-height: 14px;
	letter-spacing: -1px;
}
.mapa ul {
	list-style: none;
	margin: 0;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.mapa ul ul {
 	display:none;
}

.mapa a
{
	color: #999;
	text-decoration: none;
}

.mapa a:hover
{
	color: #000000;
	text-decoration: underline;
}

.linea {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	clear: both;
}

#menuaux {
	clear: both;
	padding-top: 10px;
	padding-left: 18px;
}

#menuaux ul {
	list-style: none;
	margin: 0;
	padding: 0px;
}

#menuaux li li {
	float: left;
}

#menuaux li {
	float: left;
}
#menuaux li {
	list-style-image: none;
	list-style-type: none;
}
#menuaux li a {
	display: block;
	text-decoration: none;
	float: left;
	padding-right: 10px;
}
#menuaux li a:hover {
	display: block;
	text-decoration: underline;
}
#titfranquiciado {
	width: 472px;
	padding-top: 3px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
