@charset "UTF-8";

.columna {
	width: 150px;
}

.contenedorMapa {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.contenedorMapaBorde {
	border: 1px solid #CCC;
	background: white;
	display: inline-block;
	padding-left: 10px;
	margin-top: 10px;
}

.contenedorMapa a {
	color: #2E6743;
}

.contenedorMapa li {
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	background: url(../../img/flechita.gif) no-repeat left;
}

#textoCabecera {
	background: url("../../img/fichas/fondoTitulosolicitar.png")
		no-repeat scroll center center transparent;
	color: white;
	font-size: 18px;
	font-weight: bold;
	height: 32px;
	line-height: 32px;
	text-align: center;
	vertical-align: middle;
	margin-top: 5px;
}