#principal {
	width:100%;
	float:left;
	margin:6px;
	/*margin-left: 12px;
	margin-right:12px;*/
	
	/*border-right: 1px dashed #dcdddf;*/
	border-left: 1px dashed #dcdddf;
}

#marco {
	
	margin-left:10px;
	margin-right:10px;	
}

.texto_portugal {
	margin-left: 9px;
	margin-top: 10px;
	margin-right: 9px;
}

#contenido_portugal {
	/*clear: both;*/
	/*height: 320px;*/
	margin: 0 auto;
	font-family: Verdana;
	font-size:  0.9em;
}

#mapa_talleres {
	margin-left: 9px;
	margin-top: 12px;
}

#contenedor_campos_busqueda {
	margin-left: 9px;
	margin-top: 20px;
	padding-bottom: 5px;
	overflow: auto;
	border-bottom: 1px dashed #dcdddf;	
	/*display: block;*/
}
.columna_busqueda {
	float: left;
	width: 180px;
}
#boton_busqueda {
	margin-top: 15px;
	cursor: pointer;	
}

.etiqueta_busqueda {
	font-weight:bold;
}

.contenedor_taller {
	margin-left: 22px;
	margin-top: 4px;
	padding-bottom: 3px;
	border-bottom: 1px dashed #dcdddf;
	/*overflow: auto;	*/
	/*display: block;*/
}
.contenedor_fila_taller {
	overflow: auto;
	margin-bottom: 2px;	
}

.etiqueta_taller {
	float: left;
	width: 150px;
	font-weight:bold;
}

.dato_taller {
	float: left;
	width: 540px;
}

