/* el formulario de busqueda */

#talleres_search{
	margin: 2em;
	padding: 1em 2em 2em 2em;
	background: #fafafa;
	border: solid 1px #ddd;
	-moz-border-radius: 4px;
}
	#talleres_search h3{
		margin-bottom: .7em;
		color: #555;
		font-size: 1.5em;
	}
	#talleres_search form{
		text-align: center;
	}
	#talleres_search .q{
		width: 25em;
		padding: 5px;
		font-size: 1.5em;
	}
	#talleres_search .s{
		padding: 5px;
		background: #ccc;
		border: double 3px;
		border-top-color: #fff;
		border-right-color: #eee;
		border-bottom-color: #ddd;
		border-left-color: #eee;
		font-size: 1.5em;
	}	


/* cosas del index */

.container_content h3{
	margin-top: 1em;
}

.container_content ul{
	margin: 1em 2em;
	list-style: none;
}
	.container_content li{
		float: left;
		width: 12.5em;
		margin: .3em 0;
		padding-left: 15px;
		background: url('/img/icons/localidad.png') no-repeat left center;
		font-size: 1.3em;
	}
	
	
/* cosas del listado */

.actions .selected{
	padding: .5em 1em;
	background: #ddd;
}

h3.subtitulo{
	margin: 1em;
}
	h3.subtitulo small{
		font-size: .6em;
		font-weight: normal;
	}

.infotaller{
	margin: 0 3em 0 3em;
	padding: 1em 2em;
	border-bottom: solid 1px #999;
}
.altrow{
	background: #fafafa;
}
	
.vcard{
	margin: 1em 0 1em 1em;
	font-size: 1.3em;
}
.tags{
	margin-left: 1em;
	font-size: 1.4em;
}


/* y de la vista */

.taller dl{
	margin: 1em 2em;
}
.taller dt{
	margin-top: 1em;
}
.taller dd{
	padding: .3em 0 .3em 3em;
	background: #f5f5f5;
}

#mapa{
	width: auto;
	margin: 1em 3em;
}


/* cosas del formulario */

.TagsList, .TagsMore{
	margin: 2em;
	list-style: none;
}
.TagsList li, .TagsMore li{
	float: left;
	margin: .3em .5em;
	padding: 4px 8px;
	background: white;
	border: solid 1px #aaa;
	cursor: pointer;
	-moz-border-radius: 5px;
}

.TagsMore li{
	color: #555;
	border: solid 1px #ddd;
}


/* y algo de la lista imprimible */

#fieldsList{
	list-style: none;
}
	#fieldsList li{
		float: left;
		margin-right: 3em;
	}
	
#tablaTalleres{
	margin-top: 2em;
}